Skip to content

Commit

Permalink
release: v0.3.0
Browse files Browse the repository at this point in the history
Clean up the changelog -- v0.2.1 was never released.
  • Loading branch information
gadomski committed Dec 1, 2022
1 parent f2a9575 commit e27e50b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
19 changes: 12 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased]

### Fixed

- Temporal extent for the RTC Collection, and some typing ([#17](https://github.com/stactools-packages/sentinel1/pull/17))

## [v0.2.1] - 2021-11-08
## [0.3.0] - 2022-12-01

### Added

Expand All @@ -22,13 +18,22 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Rename GRD schema keys to better reflect their contents
- Ensure RTC Items list RasterExtension (#16)

## [v0.2.0] - 2021-09-09
### Fixed

- Temporal extent for the RTC Collection, and some typing ([#17](https://github.com/stactools-packages/sentinel1/pull/17))

## [0.2.0] - 2021-09-09

- Added `stac sentinel1 grd` subcommand
- `stac sentinel1 create-item` now required subcommand `grd` or `rtc`
- Support for Microsoft Azure storage: similar format to SAFE, without `.SAFE` ending to the folders and slightly different file names.

## [v0.1.0] - 2021-09-04
## [0.1.0] - 2021-09-04

- Initial release!
- Support for Sentinel1 AWS RTC public dataset

[Unreleased]: https://github.com/stactools-packages/sentinel1/compare/v0.3.0...HEAD
[0.3.0]: https://github.com/stactools-packages/sentinel1/compare/v0.2.0...v0.3.0
[0.2.0]: https://github.com/stactools-packages/sentinel1/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/stactools-packages/sentinel1/releases/tag/v0.1.0
2 changes: 1 addition & 1 deletion src/stactools/sentinel1/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ def register_plugin(registry: Registry):
registry.register_subcommand(create_sentinel1_command)


__version__ = '0.2.1'
__version__ = '0.3.0'

0 comments on commit e27e50b

Please sign in to comment.