File tree Expand file tree Collapse file tree 3 files changed +12
-1
lines changed Expand file tree Collapse file tree 3 files changed +12
-1
lines changed Original file line number Diff line number Diff line change
1
+ # Changelog
2
+
3
+ ## 0.1.1
4
+ - Passing a ` gdal_env ` now works when using a distributed cluster (before, you got a pickle error when calling ` .compute() ` )
5
+ - Many typos fixed, thanks [ @kylebarron ] ( https://github.com/kylebarron ) and [ @RichardScottOZ ] ( https://github.com/RichardScottOZ ) !
6
+
7
+ ## 0.1.0
8
+ Initial release 🎉
Original file line number Diff line number Diff line change @@ -37,6 +37,9 @@ Contents
37
37
api/main
38
38
api/internal
39
39
40
+ GitHub <https://github.com/gjoseph92/stackstac >
41
+ Changelog <https://github.com/gjoseph92/stackstac/blob/main/CHANGELOG.md >
42
+
40
43
41
44
Indices and tables
42
45
------------------
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ name = "stackstac"
6
6
readme = " README.md"
7
7
repository = " https://github.com/gjoseph92/stackstac"
8
8
homepage = " https://stackstac.readthedocs.io/en/latest/index.html"
9
- version = " 0.1.0 "
9
+ version = " 0.1.1 "
10
10
11
11
[tool .poetry .dependencies ]
12
12
python = " ^3.7"
You can’t perform that action at this time.
0 commit comments