Skip to content

Commit 8b11141

Browse files
authored
Merge pull request #185 from stactools-packages/release-prep-v0.6.5
release prep for v0.6.5
2 parents 75eca32 + 53171e2 commit 8b11141

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.MD

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ 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+
## [0.6.5] - 2025-02-05
8+
9+
### Fix
10+
11+
- Update extraction of `platform` property to add support for both Sentinel-2C
12+
and Sentinel-2D.
13+
714
## [0.6.4] - 2024-04-04
815

916
### Added
@@ -138,6 +145,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
138145
- Upgrade to stactools 0.2.1.a2 (supporting PySTAC 1.0.0)
139146

140147
<!-- [Unreleased]: <https://github.com/stactools-packages/sentinel2/compare/v0.6.3..main> -->
148+
[0.6.5]: <https://github.com/stactools-packages/sentinel2/compare/v0.6.4..v0.6.5>
141149
[0.6.4]: <https://github.com/stactools-packages/sentinel2/compare/v0.6.3..v0.6.4>
142150
[0.6.3]: <https://github.com/stactools-packages/sentinel2/compare/v0.6.2..v0.6.3>
143151
[0.6.2]: <https://github.com/stactools-packages/sentinel2/compare/v0.6.1..v0.6.2>

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.6.4"
14+
__version__ = "0.6.5"

0 commit comments

Comments
 (0)