Skip to content

Commit

Permalink
Version 2.2.0 (#278)
Browse files Browse the repository at this point in the history
* Update changelog for 2.2.0

* Update versions to 2.2.0
  • Loading branch information
lossyrob authored Oct 19, 2021
1 parent 607e182 commit 8222b40
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 11 deletions.
19 changes: 13 additions & 6 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,26 @@
# Changelog

## [Unreleased]
## Unreleased

### Added

* Add ability to override ItemCollectionUri and SearchGetRequest models ([#271](https://github.com/stac-utils/stac-fastapi/pull/271))
* Added `collections` attribute to list of default fields to include, so that we satisfy the STAC API spec, which requires a `collections` attribute to be output when an item is part of a collection
### Changed

### Removed

### Fixed

## [2.2.0]

### Added

* Add ability to override ItemCollectionUri and SearchGetRequest models ([#271](https://github.com/stac-utils/stac-fastapi/pull/271))
* Added `collections` attribute to list of default fields to include, so that we satisfy the STAC API spec, which requires a `collections` attribute to be output when an item is part of a collection ([#276](https://github.com/stac-utils/stac-fastapi/pull/276))

### Changed

* Update get_item in sqlalchemy backend to allow for querying for items with same ids but in different collections. ([#275](https://github.com/stac-utils/stac-fastapi/pull/275))

### Fixed

## [2.1.1]

### Added
Expand Down Expand Up @@ -84,7 +90,8 @@ _2020-09-25_

* First PyPi release!

[Unreleased]: <https://github.com/stac-utils/stac-fastapi/compare/2.1.1..main>
[Unreleased]: <https://github.com/stac-utils/stac-fastapi/compare/2.2.0..main>
[2.2.0]: <https://github.com/stac-utils/stac-fastapi/compare/2.1.1..2.2.0>
[2.1.1]: <https://github.com/stac-utils/stac-fastapi/compare/2.1.0..2.1.1>
[2.1.0]: <https://github.com/stac-utils/stac-fastapi/compare/2.1.0..main>
[2.0.0]: <https://github.com/stac-utils/stac-fastapi/compare/1.1.0..2.0.0>
Expand Down
2 changes: 1 addition & 1 deletion stac_fastapi/api/stac_fastapi/api/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""library version."""
__version__ = "2.1.1"
__version__ = "2.2.0"
2 changes: 1 addition & 1 deletion stac_fastapi/extensions/stac_fastapi/extensions/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""library version."""
__version__ = "2.1.1"
__version__ = "2.2.0"
2 changes: 1 addition & 1 deletion stac_fastapi/pgstac/stac_fastapi/pgstac/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""library version."""
__version__ = "2.1.1"
__version__ = "2.2.0"
2 changes: 1 addition & 1 deletion stac_fastapi/sqlalchemy/stac_fastapi/sqlalchemy/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""library version."""
__version__ = "2.1.1"
__version__ = "2.2.0"
2 changes: 1 addition & 1 deletion stac_fastapi/types/stac_fastapi/types/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""library version."""
__version__ = "2.1.1"
__version__ = "2.2.0"

0 comments on commit 8222b40

Please sign in to comment.