Skip to content

Commit

Permalink
Merge pull request #14 from stactools-packages/initial
Browse files Browse the repository at this point in the history
release: v0.1.2
  • Loading branch information
fredliporace authored Jun 27, 2023
2 parents 1d5cb42 + 8674f84 commit efa95f4
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,24 @@ number as needed.

### Fixed

- Nothing.

## [0.1.2] - 2023-06-27

### Added

- Nothing.

### Deprecated

- Nothing.

### Removed

- Nothing.

### Fixed

- Fixed bucket prefix ([#13](https://github.com/stactools-packages/amazonia-1/pull/13)).

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

- First version

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

Expand Down
2 changes: 1 addition & 1 deletion src/stactools/amazonia_1/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ def register_plugin(registry: Registry) -> None:
registry.register_subcommand(commands.create_amazonia1_command)


__version__ = "0.1.1"
__version__ = "0.1.2"

0 comments on commit efa95f4

Please sign in to comment.