Skip to content

Commit

Permalink
Add changelog; release 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gjoseph92 committed Apr 16, 2021
1 parent 2dbab3b commit 7466ab5
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## 0.1.1
- Passing a `gdal_env` now works when using a distributed cluster (before, you got a pickle error when calling `.compute()`)
- Many typos fixed, thanks [@kylebarron](https://github.com/kylebarron) and [@RichardScottOZ](https://github.com/RichardScottOZ)!

## 0.1.0
Initial release 🎉
3 changes: 3 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ Contents
api/main
api/internal

GitHub <https://github.com/gjoseph92/stackstac>
Changelog <https://github.com/gjoseph92/stackstac/blob/main/CHANGELOG.md>


Indices and tables
------------------
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name = "stackstac"
readme = "README.md"
repository = "https://github.com/gjoseph92/stackstac"
homepage = "https://stackstac.readthedocs.io/en/latest/index.html"
version = "0.1.0"
version = "0.1.1"

[tool.poetry.dependencies]
python = "^3.7"
Expand Down

0 comments on commit 7466ab5

Please sign in to comment.