Skip to content

Commit 9887fdc

Browse files
v2.5.0 release (#106)
* v2.5.0 release * fix missing changelog link --------- Co-authored-by: vincentsarago <[email protected]>
1 parent 46a28ee commit 9887fdc

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

CHANGES.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,13 @@
22

33
## [Unreleased]
44

5+
6+
## [2.5.0] - 2024-04-25
7+
58
### Changed
69

7-
- Updated stac-fastapi libraries to v2.5.4 ([#101](https://github.com/stac-utils/stac-fastapi-pgstac/pull/101))
8-
-
10+
- Updated stac-fastapi libraries to v2.5.5 ([#101](https://github.com/stac-utils/stac-fastapi-pgstac/pull/101))
11+
912
### Added
1013

1114
- Ability to configure the database runtime parameters ([#92](https://github.com/stac-utils/stac-fastapi-pgstac/pull/92))
@@ -299,7 +302,9 @@ As a part of this release, this repository was extracted from the main
299302

300303
- First PyPi release!
301304

302-
[Unreleased]: <https://github.com/stac-utils/stac-fastapi-pgstac/compare/2.4.10..main>
305+
[Unreleased]: <https://github.com/stac-utils/stac-fastapi-pgstac/compare/2.5.0..main>
306+
[2.5.0]: <https://github.com/stac-utils/stac-fastapi-pgstac/compare/2.4.11..2.5.0>
307+
[2.4.11]: <https://github.com/stac-utils/stac-fastapi-pgstac/compare/2.4.10..2.4.11>
303308
[2.4.10]: <https://github.com/stac-utils/stac-fastapi-pgstac/compare/2.4.9..2.4.10>
304309
[2.4.9]: <https://github.com/stac-utils/stac-fastapi-pgstac/compare/2.4.8..2.4.9>
305310
[2.4.8]: <https://github.com/stac-utils/stac-fastapi-pgstac/compare/2.4.7..2.4.8>

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.4.11
1+
2.5.0

stac_fastapi/pgstac/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""library version."""
22

3-
__version__ = "2.4.11"
3+
__version__ = "2.5.0"

0 commit comments

Comments
 (0)