@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ v0.7.1] - 2023-06-13
11
+
12
+ ### Fixed
13
+
14
+ - Remove unnecessary ` typing_extensions ` import [ #541 ] ( https://github.com/stac-utils/pystac-client/pull/541 )
15
+
10
16
## [ v0.7.0] - 2023-06-12
11
17
12
18
### Added
@@ -299,19 +305,20 @@ are in a single HTTP session, handle pagination and respects conformance
299
305
300
306
Initial release.
301
307
302
- [ Unreleased ] : < https://github.com/stac-utils/pystac-client/compare/v0.7.0...main >
308
+ [ Unreleased ] : < https://github.com/stac-utils/pystac-client/compare/v0.7.1...main >
309
+ [ v0.7.1 ] : < https://github.com/stac-utils/pystac-client/compare/v0.7.0...v0.7.1 >
303
310
[ v0.7.0 ] : < https://github.com/stac-utils/pystac-client/compare/v0.6.1...v0.7.0 >
304
311
[ v0.6.1 ] : < https://github.com/stac-utils/pystac-client/compare/v0.6.0...v0.6.1 >
305
312
[ v0.6.0 ] : < https://github.com/stac-utils/pystac-client/compare/v0.5.1...v0.6.0 >
306
313
[ v0.5.1 ] : < https://github.com/stac-utils/pystac-client/compare/v0.5.0...v0.5.1 >
307
314
[ v0.5.0 ] : < https://github.com/stac-utils/pystac-client/compare/v0.4.0...v0.5.0 >
308
315
[ v0.4.0 ] : < https://github.com/stac-utils/pystac-client/compare/v0.3.5...v0.4.0 >
309
- [ v0.3.5 ] : < https://github.com/stac-utils/pystac-client/compare/v0.3.4..v0.3.5 >
310
- [ v0.3.4 ] : < https://github.com/stac-utils/pystac-client/compare/v0.3.3..v0.3.4 >
311
- [ v0.3.3 ] : < https://github.com/stac-utils/pystac-client/compare/v0.3.2..v0.3.3 >
312
- [ v0.3.2 ] : < https://github.com/stac-utils/pystac-client/compare/v0.3.1..v0.3.2 >
313
- [ v0.3.1 ] : < https://github.com/stac-utils/pystac-client/compare/v0.3.0..v0.3.1 >
314
- [ v0.3.0 ] : < https://github.com/stac-utils/pystac-client/compare/v0.2.0..v0.3.0 >
315
- [ v0.2.0 ] : < https://github.com/stac-utils/pystac-client/compare/v0.1.1..v0.2.0 >
316
- [ v0.1.1 ] : < https://github.com/stac-utils/pystac-client/compare/v0.1.0..v0.1.1 >
316
+ [ v0.3.5 ] : < https://github.com/stac-utils/pystac-client/compare/v0.3.4... v0.3.5 >
317
+ [ v0.3.4 ] : < https://github.com/stac-utils/pystac-client/compare/v0.3.3... v0.3.4 >
318
+ [ v0.3.3 ] : < https://github.com/stac-utils/pystac-client/compare/v0.3.2... v0.3.3 >
319
+ [ v0.3.2 ] : < https://github.com/stac-utils/pystac-client/compare/v0.3.1... v0.3.2 >
320
+ [ v0.3.1 ] : < https://github.com/stac-utils/pystac-client/compare/v0.3.0... v0.3.1 >
321
+ [ v0.3.0 ] : < https://github.com/stac-utils/pystac-client/compare/v0.2.0... v0.3.0 >
322
+ [ v0.2.0 ] : < https://github.com/stac-utils/pystac-client/compare/v0.1.1... v0.2.0 >
323
+ [ v0.1.1 ] : < https://github.com/stac-utils/pystac-client/compare/v0.1.0... v0.1.1 >
317
324
[ v0.1.0 ] : < https://github.com/stac-utils/pystac-client/tree/v0.1.0 >
0 commit comments