Skip to content

Commit b10dfc6

Browse files
committed
release 0.4.2
1 parent 6bbbcd4 commit b10dfc6

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased] - TBD
99

10-
## [0.4.2] - 2023-01-13
10+
## [0.4.2] - 2023-01-20
1111

12-
### Changed
12+
### Fixed
1313

14+
- Fixed unhandled exception when POST intersects query had no matching features.
1415
- Fixed several false positives on incorrect link types.
1516

1617
## [0.4.1] - 2023-01-10

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.1"
3+
version = "0.4.2"
44
description = "STAC API Validator"
55
authors = ["Phil Varner <[email protected]>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)