Skip to content

Commit 4267a63

Browse files
authored
release: v0.5.3 (#470)
1 parent e6ccf38 commit 4267a63

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.5.3] - 2023-11-21
11+
1012
### Changed
1113

1214
- Make computation of statistics and histogram optional for `core.add_raster.add_raster_to_item` ([#467](https://github.com/stac-utils/stactools/pull/467))
@@ -441,7 +443,8 @@ See [#9](https://github.com/stac-utils/stactools/pull/9)
441443
- `stac.cli.command.layout` for modifying the layout of STACs
442444
- `stac.browse` for launching a local instance of stac-browser using docker.
443445

444-
[Unreleased]: <https://github.com/stac-utils/stactools/compare/v0.5.2..main>
446+
[Unreleased]: <https://github.com/stac-utils/stactools/compare/v0.5.3..main>
447+
[0.5.3]: <https://github.com/stac-utils/stactools/compare/v0.5.2..v0.5.3>
445448
[0.5.2]: <https://github.com/stac-utils/stactools/compare/v0.5.1..v0.5.2>
446449
[0.5.1]: <https://github.com/stac-utils/stactools/compare/v0.5.0..v0.5.1>
447450
[0.5.0]: <https://github.com/stac-utils/stactools/compare/v0.4.8..v0.5.0>

src/stactools/core/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@
2929
"move_all_assets",
3030
"use_fsspec",
3131
]
32-
__version__ = "0.5.2"
32+
__version__ = "0.5.3"

0 commit comments

Comments
 (0)