Skip to content

Commit ad755fd

Browse files
authored
Merge pull request #14 from Healy-Hyperspatial/v3.0.1
V3.0.1, update version, changelog
2 parents 3fe6623 + ba655d4 commit ad755fd

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

CHANGELOG.md

+14-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0/).
77

8-
98
## [Unreleased]
109

1110
### Added
@@ -14,6 +13,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0/
1413

1514
### Fixed
1615

16+
17+
## [v3.0.1]
18+
19+
### Added
20+
21+
### Changed
22+
23+
### Fixed
24+
1725
- Removed bulk transactions extension from app.py
1826
- Fixed pagination issue with MongoDB. Fixes [#1](https://github.com/Healy-Hyperspatial/stac-fastapi-mongo/issues/1)
1927

@@ -24,9 +32,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0/
2432

2533
### Changed
2634

27-
### Fixed
35+
- New release v3.0.0 using core library from stac-fastapi-elasticsearch-opensearch
2836

37+
### Fixed
2938

39+
----
3040

31-
[Unreleased]: <https://github.com/Healy-Hyperspatial/stac-fastapi-mongo/compare/v3.0.0...main>
41+
[Unreleased]: <https://github.com/Healy-Hyperspatial/stac-fastapi-mongo/compare/v3.0.1...main>
42+
[v3.0.1]: <https://github.com/Healy-Hyperspatial/stac-fastapi-mongo/compare/v3.0.0...v3.0.1>
3243
[v3.0.0]: <https://github.com/Healy-Hyperspatial/stac-fastapi-mongo/tree/v3.0.0>

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
setup(
3131
name="stac-fastapi.mongo",
32-
version="3.0.0",
32+
version="3.0.1",
3333
description="Mongodb stac-fastapi backend.",
3434
long_description=desc,
3535
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)