Skip to content

Commit

Permalink
release: v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gadomski committed Jan 12, 2023
1 parent 78c9e8f commit 688e7f3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased]

## [0.1.2] - 2023-01-12

### Fixed

- Frequency tiles now use `mode` for their overview resampling ([#16](https://github.com/stactools-packages/usda-cdl/issues/16))

## [0.1.1] - 2023-01-06

### Added
Expand All @@ -20,6 +26,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

Initial release

[Unreleased]: <https://github.com/stactools-packages/usda-cdl/compare/v0.1.1...main>
[Unreleased]: <https://github.com/stactools-packages/usda-cdl/compare/v0.1.2...main>
[0.1.2]: <https://github.com/stactools-packages/usda-cdl/compare/v0.1.1...v0.1.2>
[0.1.1]: <https://github.com/stactools-packages/usda-cdl/compare/v0.1.0...v0.1.1>
[0.1.0]: <https://github.com/stactools-packages/usda-cdl/tree/v0.1.0>
2 changes: 1 addition & 1 deletion src/stactools/usda_cdl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ def register_plugin(registry: Registry) -> None:
registry.register_subcommand(commands.create_usda_cdl_command)


__version__ = "0.1.1"
__version__ = "0.1.2"

0 comments on commit 688e7f3

Please sign in to comment.