Skip to content

Commit 2c2063e

Browse files
committed
release 0.4.1
1 parent 40e342c commit 2c2063e

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,25 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and 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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "stac-api-validator"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
description = "STAC API Validator"
55
authors = ["Phil Varner <[email protected]>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)