File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0/
7
7
8
8
## [ Unreleased]
9
9
10
+
11
+ ## [ v3.1.0]
12
+
10
13
### Added
11
14
12
15
- Added option to include Basic Auth. [ #12 ] ( https://github.com/Healy-Hyperspatial/stac-fastapi-mongo/issues/12 )
@@ -47,6 +50,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0/
47
50
48
51
----
49
52
50
- [ Unreleased ] : < https://github.com/Healy-Hyperspatial/stac-fastapi-mongo/compare/v3.0.1...main >
53
+ [ Unreleased ] : < https://github.com/Healy-Hyperspatial/stac-fastapi-mongo/compare/v3.1.0...main >
54
+ [ v3.1.0 ] : < https://github.com/Healy-Hyperspatial/stac-fastapi-mongo/compare/v3.0.1...v3.1.0 >
51
55
[ v3.0.1 ] : < https://github.com/Healy-Hyperspatial/stac-fastapi-mongo/compare/v3.0.0...v3.0.1 >
52
56
[ 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 30
30
31
31
setup (
32
32
name = "stac-fastapi.mongo" ,
33
- version = "3.0.1 " ,
33
+ version = "3.1.0 " ,
34
34
description = "Mongodb stac-fastapi backend." ,
35
35
long_description = desc ,
36
36
long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments