Skip to content

Commit 8222b40

Browse files
authored
Version 2.2.0 (#278)
* Update changelog for 2.2.0 * Update versions to 2.2.0
1 parent 607e182 commit 8222b40

File tree

6 files changed

+18
-11
lines changed

6 files changed

+18
-11
lines changed

CHANGES.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,26 @@
11
# Changelog
22

3-
## [Unreleased]
3+
## Unreleased
44

55
### Added
66

7-
* Add ability to override ItemCollectionUri and SearchGetRequest models ([#271](https://github.com/stac-utils/stac-fastapi/pull/271))
8-
* 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
7+
### Changed
98

109
### Removed
1110

11+
### Fixed
12+
13+
## [2.2.0]
14+
15+
### Added
16+
17+
* Add ability to override ItemCollectionUri and SearchGetRequest models ([#271](https://github.com/stac-utils/stac-fastapi/pull/271))
18+
* 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))
19+
1220
### Changed
1321

1422
* 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))
1523

16-
### Fixed
17-
1824
## [2.1.1]
1925

2026
### Added
@@ -84,7 +90,8 @@ _2020-09-25_
8490

8591
* First PyPi release!
8692

87-
[Unreleased]: <https://github.com/stac-utils/stac-fastapi/compare/2.1.1..main>
93+
[Unreleased]: <https://github.com/stac-utils/stac-fastapi/compare/2.2.0..main>
94+
[2.2.0]: <https://github.com/stac-utils/stac-fastapi/compare/2.1.1..2.2.0>
8895
[2.1.1]: <https://github.com/stac-utils/stac-fastapi/compare/2.1.0..2.1.1>
8996
[2.1.0]: <https://github.com/stac-utils/stac-fastapi/compare/2.1.0..main>
9097
[2.0.0]: <https://github.com/stac-utils/stac-fastapi/compare/1.1.0..2.0.0>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""library version."""
2-
__version__ = "2.1.1"
2+
__version__ = "2.2.0"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""library version."""
2-
__version__ = "2.1.1"
2+
__version__ = "2.2.0"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""library version."""
2-
__version__ = "2.1.1"
2+
__version__ = "2.2.0"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""library version."""
2-
__version__ = "2.1.1"
2+
__version__ = "2.2.0"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""library version."""
2-
__version__ = "2.1.1"
2+
__version__ = "2.2.0"

0 commit comments

Comments
 (0)