File tree 2 files changed +15
-4
lines changed
2 files changed +15
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0/ ) .
7
7
8
-
9
8
## [ Unreleased]
10
9
11
10
### Added
@@ -14,6 +13,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0/
14
13
15
14
### Fixed
16
15
16
+
17
+ ## [ v3.0.1]
18
+
19
+ ### Added
20
+
21
+ ### Changed
22
+
23
+ ### Fixed
24
+
17
25
- Removed bulk transactions extension from app.py
18
26
- Fixed pagination issue with MongoDB. Fixes [ #1 ] ( https://github.com/Healy-Hyperspatial/stac-fastapi-mongo/issues/1 )
19
27
@@ -24,9 +32,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0/
24
32
25
33
### Changed
26
34
27
- ### Fixed
35
+ - New release v3.0.0 using core library from stac-fastapi-elasticsearch-opensearch
28
36
37
+ ### Fixed
29
38
39
+ ----
30
40
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 >
32
43
[ v3.0.0 ] : < https://github.com/Healy-Hyperspatial/stac-fastapi-mongo/tree/v3.0.0 >
Original file line number Diff line number Diff line change 29
29
30
30
setup (
31
31
name = "stac-fastapi.mongo" ,
32
- version = "3.0.0 " ,
32
+ version = "3.0.1 " ,
33
33
description = "Mongodb stac-fastapi backend." ,
34
34
long_description = desc ,
35
35
long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments