Skip to content

Commit 1c3546a

Browse files
Release/v3.0.0a1 (#699)
* update changelog * Bump version: 3.0.0a0 → 3.0.0a1
1 parent a6a5765 commit 1c3546a

File tree

6 files changed

+9
-6
lines changed

6 files changed

+9
-6
lines changed

CHANGES.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Unreleased] - TBD
44

5+
## [3.0.0a1] - 2024-05-22
6+
57
### Changed
68

79
* Switch from `fastapi` to `fastapi-slim` to avoid installing unwanted dependencies. ([#687](https://github.com/stac-utils/stac-fastapi/pull/687))
@@ -377,7 +379,8 @@
377379

378380
* First PyPi release!
379381

380-
[Unreleased]: <https://github.com/stac-utils/stac-fastapi/compare/3.0.0a0..main>
382+
[Unreleased]: <https://github.com/stac-utils/stac-fastapi/compare/3.0.0a1..main>
383+
[3.0.0a1]: <https://github.com/stac-utils/stac-fastapi/compare/3.0.0a0..3.0.0a1>
381384
[3.0.0a0]: <https://github.com/stac-utils/stac-fastapi/compare/2.5.5.post1..3.0.0a0>
382385
[2.5.5.post1]: <https://github.com/stac-utils/stac-fastapi/compare/2.5.5..2.5.5.post1>
383386
[2.5.5]: <https://github.com/stac-utils/stac-fastapi/compare/2.5.4..2.5.5>

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.0a0
1+
3.0.0a1

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ section-order = ["future", "standard-library", "third-party", "first-party", "lo
2424
quote-style = "double"
2525

2626
[tool.bumpversion]
27-
current_version = "3.0.0a0"
27+
current_version = "3.0.0a1"
2828
parse = """(?x)
2929
(?P<major>\\d+)\\.
3030
(?P<minor>\\d+)\\.
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""Library version."""
2-
__version__ = "3.0.0a0"
2+
__version__ = "3.0.0a1"
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""Library version."""
2-
__version__ = "3.0.0a0"
2+
__version__ = "3.0.0a1"
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""Library version."""
2-
__version__ = "3.0.0a0"
2+
__version__ = "3.0.0a1"

0 commit comments

Comments
 (0)