Skip to content

Commit 2027a88

Browse files
authored
Release 0.4.2 (#162)
1 parent 9aad42d commit 2027a88

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 0.4.2 (2022-07-06)
4+
- Support (and require) rasterio 1.3.0 [@carderne](https://github.com/carderne) [@gjoseph92](https://github.com/gjoseph92)
5+
- Fix `ValueError` when passing `dim=` to `mosaic` [@aazuspan](https://github.com/aazuspan)
6+
37
## 0.4.1 (2022-04-15)
48
- Use `pd.Index` instead of deprecated `pd.Float64Index` [@TomAugspurger](https://github.com/TomAugspurger)
59
- Better error when forgetting a custom nodata value to `mosaic` [@gjoseph92](https://github.com/gjoseph92)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license = "MIT"
66
name = "stackstac"
77
readme = "README.md"
88
repository = "https://github.com/gjoseph92/stackstac"
9-
version = "0.4.1"
9+
version = "0.4.2"
1010

1111
[tool.poetry.dependencies]
1212
Bottleneck = {version = "^1.3.2", optional = true}

0 commit comments

Comments
 (0)