Skip to content

Commit d558bb4

Browse files
committed
release 0.1.0
1 parent fabec77 commit d558bb4

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@ 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-
## [Unreleased] - TBD
8+
## [0.1.0] - 2022-10-06
99

1010
### Added
1111

12+
- Validation for Filter Extension
1213
- Validation that using the `ids` parameter does not override all other parameters, as was the behavior
1314
prior to v1.0.0-beta.1.
1415
- Add validation that the footprint of each Item returned from Item Search intersects the AOI provided
@@ -24,8 +25,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2425

2526
### Fixed
2627

28+
- Fixed failure when POST validations were run but server did not support POST.
2729
- Fixed validation of `service-desc` link rel type and use in Accept and Content-Type header.
2830

31+
## [0.0.3] - 2022-09-30
32+
33+
### Added
34+
35+
- Validate items link rel
36+
37+
### Fixed
38+
39+
- Checks for some limits were incorrect, so removing these until they can be properly implemented
40+
2941
## [0.0.2] - 2022-09-26
3042

3143
### Added

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "stac-api-validator"
3-
version = "0.0.3"
3+
version = "0.1.0"
44
description = "STAC API Validator"
55
authors = ["Phil Varner <[email protected]>"]
66
license = "Apache-2.0"
@@ -9,7 +9,7 @@ homepage = "https://github.com/philvarner/stac-api-validator"
99
repository = "https://github.com/philvarner/stac-api-validator"
1010
documentation = "https://stac-api-validator.readthedocs.io"
1111
classifiers = [
12-
"Development Status :: 3 - Alpha",
12+
"Development Status :: 4 - Beta",
1313
]
1414

1515
[tool.poetry.urls]

0 commit comments

Comments
 (0)