Skip to content

Commit b48dbb7

Browse files
authored
Merge pull request #206 from stactools-packages/release-prep-0.8.0
Release prep v0.8.0
2 parents fde490c + aba241e commit b48dbb7

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.MD

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). 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.
66

7-
## [Unreleased]
7+
## [v0.8.0]
88

99
### Changed
1010

@@ -178,7 +178,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
178178
- Modified Item IDs to include product discriminator ([#7](https://github.com/stactools-packages/sentinel2/pull/7))
179179
- Upgrade to stactools 0.2.1.a2 (supporting PySTAC 1.0.0)
180180

181-
[Unreleased]: <https://github.com/stactools-packages/sentinel2/compare/v0.7.1..main>
181+
[Unreleased]: <https://github.com/stactools-packages/sentinel2/compare/v0.8.0..main>
182+
[0.8.0]: <https://github.com/stactools-packages/sentinel2/compare/v0.7.1..0.8.0>
182183
[0.7.1]: <https://github.com/stactools-packages/sentinel2/compare/v0.7.0..0.7.1>
183184
[0.7.0]: <https://github.com/stactools-packages/sentinel2/compare/v0.6.5..v0.7.0>
184185
[0.6.5]: <https://github.com/stactools-packages/sentinel2/compare/v0.6.4..v0.6.5>

src/stactools/sentinel2/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ def register_plugin(registry):
1111
registry.register_subcommand(commands.create_sentinel2_command)
1212

1313

14-
__version__ = "0.7.1"
14+
__version__ = "0.8.0"

0 commit comments

Comments
 (0)