Skip to content

Commit 5d94f78

Browse files
authored
release: v2.4.8 (#579)
1 parent 9b12aa9 commit 5d94f78

File tree

5 files changed

+12
-5
lines changed

5 files changed

+12
-5
lines changed

CHANGES.md

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

33
## [Unreleased]
44

5+
## [2.4.8] - 2023-06-07
6+
7+
### Changed
8+
9+
* Advertise STAC API v1.0.0 ([#578](https://github.com/stac-utils/stac-fastapi/pull/578))
10+
511
## [2.4.7] - 2023-05-16
612

713
### Added
@@ -269,7 +275,8 @@
269275

270276
* First PyPi release!
271277

272-
[Unreleased]: <https://github.com/stac-utils/stac-fastapi/compare/2.4.7..main>
278+
[Unreleased]: <https://github.com/stac-utils/stac-fastapi/compare/2.4.8..main>
279+
[2.4.8]: <https://github.com/stac-utils/stac-fastapi/compare/2.4.7..2.4.8>
273280
[2.4.7]: <https://github.com/stac-utils/stac-fastapi/compare/2.4.6..2.4.7>
274281
[2.4.6]: <https://github.com/stac-utils/stac-fastapi/compare/2.4.5..2.4.6>
275282
[2.4.5]: <https://github.com/stac-utils/stac-fastapi/compare/2.4.4..2.4.5>

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.4.7
1+
2.4.8
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""Library version."""
2-
__version__ = "2.4.7"
2+
__version__ = "2.4.8"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""Library version."""
2-
__version__ = "2.4.7"
2+
__version__ = "2.4.8"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""Library version."""
2-
__version__ = "2.4.7"
2+
__version__ = "2.4.8"

0 commit comments

Comments
 (0)