Skip to content

Commit 7466ab5

Browse files
committed
Add changelog; release 0.0.1
1 parent 2dbab3b commit 7466ab5

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
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 🎉

docs/index.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ Contents
3737
api/main
3838
api/internal
3939

40+
GitHub <https://github.com/gjoseph92/stackstac>
41+
Changelog <https://github.com/gjoseph92/stackstac/blob/main/CHANGELOG.md>
42+
4043

4144
Indices and tables
4245
------------------

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name = "stackstac"
66
readme = "README.md"
77
repository = "https://github.com/gjoseph92/stackstac"
88
homepage = "https://stackstac.readthedocs.io/en/latest/index.html"
9-
version = "0.1.0"
9+
version = "0.1.1"
1010

1111
[tool.poetry.dependencies]
1212
python = "^3.7"

0 commit comments

Comments
 (0)