Skip to content

Commit efa95f4

Browse files
authored
Merge pull request #14 from stactools-packages/initial
release: v0.1.2
2 parents 1d5cb42 + 8674f84 commit efa95f4

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,24 @@ number as needed.
2323

2424
### Fixed
2525

26+
- Nothing.
27+
28+
## [0.1.2] - 2023-06-27
29+
30+
### Added
31+
32+
- Nothing.
33+
34+
### Deprecated
35+
36+
- Nothing.
37+
38+
### Removed
39+
40+
- Nothing.
41+
42+
### Fixed
43+
2644
- Fixed bucket prefix ([#13](https://github.com/stactools-packages/amazonia-1/pull/13)).
2745

2846
## [0.1.1] - 2023-06-23
@@ -49,6 +67,7 @@ number as needed.
4967

5068
- First version
5169

70+
[0.1.2]: <https://github.com/stactools-packages/amazonia-1/compare/v0.1.1..v0.1.2>
5271
[0.1.1]: <https://github.com/stactools-packages/amazonia-1/compare/v0.1.0..v0.1.1>
5372
[0.1.0]: <https://github.com/stactools-packages/amazonia-1/releases/tag/v0.1.0>
5473

src/stactools/amazonia_1/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ def register_plugin(registry: Registry) -> None:
1414
registry.register_subcommand(commands.create_amazonia1_command)
1515

1616

17-
__version__ = "0.1.1"
17+
__version__ = "0.1.2"

0 commit comments

Comments
 (0)