File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -5,19 +5,25 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ 0.4.1] - 2023-01-10
9
+
10
+ ### Changed
11
+
12
+ - main now returns exit code 0 for success or 1 failure
13
+
8
14
## [ 0.4.0] - 2022-11-16
9
15
10
- ## Added
16
+ ### Added
11
17
12
18
- Add support for running stac-validator and stac-check on the objects returned from the API
13
19
- Add support for Authorization Bearer and arbitrary query parameter authentication (experimental)
14
20
- Add warning about upgrading to 1.0.0-rc.2
15
21
16
- ## Fixed
22
+ ### Fixed
17
23
18
24
- Handle pystac-client exceptions #152
19
25
20
- ## Changed
26
+ ### Changed
21
27
22
28
- Significant internal refactoring for invocation of HTTP requests
23
29
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " stac-api-validator"
3
- version = " 0.4.0 "
3
+ version = " 0.4.1 "
4
4
description = " STAC API Validator"
5
5
authors = [
" Phil Varner <[email protected] >" ]
6
6
license = " Apache-2.0"
You can’t perform that action at this time.
0 commit comments