Skip to content

Commit

Permalink
release: v0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
gadomski committed Feb 16, 2023
1 parent 7416fe6 commit f289d26
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.4.4]

### Added

- `stactools.core.utils.round` for rounding Item geometry and Item and Collection bboxes to a specified precision ([#384](https://github.com/stac-utils/stactools/pull/384))
Expand Down Expand Up @@ -327,7 +329,8 @@ See [#9](https://github.com/stac-utils/stactools/pull/9)
- `stac.cli.command.layout` for modfiygin the layout of STACs
- `stac.browse` for launching a local instance of stac-browser using docker.

[Unreleased]: <https://github.com/stac-utils/stactools/compare/v0.4.3..main>
[Unreleased]: <https://github.com/stac-utils/stactools/compare/v0.4.4..main>
[0.4.4]: <https://github.com/stac-utils/stactools/compare/v0.4.3..v0.4.4>
[0.4.3]: <https://github.com/stac-utils/stactools/compare/v0.4.2..v0.4.3>
[0.4.2]: <https://github.com/stac-utils/stactools/compare/v0.4.1..v0.4.2>
[0.4.1]: <https://github.com/stac-utils/stactools/compare/v0.4.0..v0.4.1>
Expand Down
2 changes: 1 addition & 1 deletion src/stactools/core/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@
"move_all_assets",
"use_fsspec",
]
__version__ = "0.4.3"
__version__ = "0.4.4"

0 comments on commit f289d26

Please sign in to comment.