Skip to content

Commit

Permalink
release: v0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gadomski committed Sep 16, 2022
1 parent 581f443 commit ec65855
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
17 changes: 12 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

- Multi-band support for raster footprint generation ([#355](https://github.com/stac-utils/stactools/pull/355))

### Changed

### Fixed

- `stac create-item` JSON output ([#355](https://github.com/stac-utils/stactools/pull/355))

### Removed

## [0.4.2] - 2022-09-15

### Added

- Multi-band support for raster footprint generation ([#355](https://github.com/stac-utils/stactools/pull/355))

### Fixed

- `stac create-item` JSON output ([#355](https://github.com/stac-utils/stactools/pull/355))

## [0.4.1] - 2022-08-08

### Fixed
Expand Down Expand Up @@ -305,7 +311,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.1..main>
[Unreleased]: <https://github.com/stac-utils/stactools/compare/v0.4.2..main>
[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>
[0.4.0]: <https://github.com/stac-utils/stactools/compare/v0.3.1..v0.4.0>
[0.3.1]: <https://github.com/stac-utils/stactools/compare/v0.3.0..v0.3.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.1"
__version__ = "0.4.2"

0 comments on commit ec65855

Please sign in to comment.