Skip to content

Commit

Permalink
release: v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gadomski committed Jan 27, 2023
1 parent 751b203 commit fcf48bb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ number as needed.

## [Unreleased]

## [0.2.2]

### Added

- Support for GOES-18 ([#26](https://github.com/stactools-packages/goes-glm/pull/26))
Expand Down Expand Up @@ -59,6 +61,7 @@ number as needed.
- First release

[Unreleased]: <https://github.com/stactools-packages/goes-glm/tree/main/>
[0.2.1]: <https://github.com/stactools-packages/goes-glm/tree/v0.2.1/>
[0.2.0]: <https://github.com/stactools-packages/goes-glm/tree/v0.2.0/>
[0.2.2]: <https://github.com/stactools-packages/goes-glm/compare/v0.2.1..v0.2.2>
[0.2.1]: <https://github.com/stactools-packages/goes-glm/compare/v0.2.0..v0.2.1>
[0.2.0]: <https://github.com/stactools-packages/goes-glm/compare/v0.1.0..v0.2.0>
[0.1.0]: <https://github.com/stactools-packages/goes-glm/tree/v0.1.0/>
2 changes: 1 addition & 1 deletion src/stactools/goes_glm/__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_goesglm_command)


__version__ = "0.2.1"
__version__ = "0.2.2"

0 comments on commit fcf48bb

Please sign in to comment.