Skip to content

Commit 659ddc3

Browse files
pre-release 3.0.0a2 (#125)
* update changelog * 3.0.0a1 -> 3.0.0a2
1 parent f09157a commit 659ddc3

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGES.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Unreleased]
44

5+
## [3.0.0a2] - 2024-06-18
6+
57
- Update stac-fastapi libraries to `~=3.0.0a3`
68
- make sure the application can work without any extension
79

@@ -316,7 +318,8 @@ As a part of this release, this repository was extracted from the main
316318

317319
- First PyPi release!
318320

319-
[Unreleased]: <https://github.com/stac-utils/stac-fastapi-pgstac/compare/3.0.0a1..main>
321+
[Unreleased]: <https://github.com/stac-utils/stac-fastapi-pgstac/compare/3.0.0a2..main>
322+
[3.0.0a2]: <https://github.com/stac-utils/stac-fastapi-pgstac/compare/3.0.0a1..3.0.0a2>
320323
[3.0.0a1]: <https://github.com/stac-utils/stac-fastapi-pgstac/compare/3.0.0a0..3.0.0a1>
321324
[3.0.0a0]: <https://github.com/stac-utils/stac-fastapi-pgstac/compare/2.5.0..3.0.0a0>
322325
[2.5.0]: <https://github.com/stac-utils/stac-fastapi-pgstac/compare/2.4.11..2.5.0>

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.0a1
1+
3.0.0a2

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__ = "3.0.0a1"
3+
__version__ = "3.0.0a2"

0 commit comments

Comments
 (0)