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.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 0.4.1] - 2023-01-10
9+
10+ ### Changed
11+
12+ - main now returns exit code 0 for success or 1 failure
13+
814## [ 0.4.0] - 2022-11-16
915
10- ## Added
16+ ### Added
1117
1218- Add support for running stac-validator and stac-check on the objects returned from the API
1319- Add support for Authorization Bearer and arbitrary query parameter authentication (experimental)
1420- Add warning about upgrading to 1.0.0-rc.2
1521
16- ## Fixed
22+ ### Fixed
1723
1824- Handle pystac-client exceptions #152
1925
20- ## Changed
26+ ### Changed
2127
2228- Significant internal refactoring for invocation of HTTP requests
2329
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " stac-api-validator"
3- version = " 0.4.0 "
3+ version = " 0.4.1 "
44description = " STAC API Validator"
55authors = [
" Phil Varner <[email protected] >" ]
66license = " Apache-2.0"
You can’t perform that action at this time.
0 commit comments