Skip to content

Commit

Permalink
release: v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gadomski committed Feb 16, 2024
1 parent e952198 commit 6f509c1
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,17 @@ This project attempts to match the major and minor versions of
[stactools](https://github.com/stac-utils/stactools) and increments the patch
number as needed.

## [Unreleased]

## [0.8.0] - 2023-02-16

### Added

- SLCs ([#57](https://github.com/stactools-packages/sentinel1/pull/57))

## [0.7.1] - 2023-05-11

## Fixed
### Fixed

- Relaxed polarization regex to work with all files in a scene ([#53](https://github.com/stactools-packages/sentinel1/pull/53))

Expand Down Expand Up @@ -112,7 +120,8 @@ without `.SAFE` ending to the folders and slightly different file names.
- Initial release!
- Support for Sentinel1 AWS RTC public dataset

[Unreleased]: https://github.com/stactools-packages/sentinel1/compare/v0.7.1...HEAD
[Unreleased]: https://github.com/stactools-packages/sentinel1/compare/v0.8.0...main
[0.8.0]: https://github.com/stactools-packages/sentinel1/compare/v0.7.1...v0.8.0
[0.7.1]: https://github.com/stactools-packages/sentinel1/compare/v0.7.0...v0.7.1
[0.7.0]: https://github.com/stactools-packages/sentinel1/compare/v0.6.0...v0.7.0
[0.6.0]: https://github.com/stactools-packages/sentinel1/compare/v0.5.3...v0.6.0
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ classifiers =
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11

[options]
package_dir =
Expand Down
2 changes: 1 addition & 1 deletion src/stactools/sentinel1/__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_sentinel1_command)


__version__ = "0.7.1"
__version__ = "0.8.0"

0 comments on commit 6f509c1

Please sign in to comment.