Skip to content

Commit 55f015e

Browse files
committed
chore: update changelog
1 parent d511861 commit 55f015e

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
44

55
The format is (loosely) based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## [Unreleased]
8+
9+
### Changed
10+
11+
- Split the `--recursive` option into a `--recursive` flag and a `--max-depth` option
12+
- Renamed the entry point from `stac_validator` to `stac-validator`
13+
714
## [v2.4.2] - 2022-03-02
815
### Changed
916

@@ -81,7 +88,7 @@ The format is (loosely) based on [Keep a Changelog](http://keepachangelog.com/)
8188
- stac versions where a `stac_version` field is not present are
8289
no longer supported.
8390

84-
## [1.0.0] - 2020-09-01
91+
## [v1.0.1] - 2020-09-01
8592

8693
### Added
8794

@@ -106,3 +113,15 @@ The format is (loosely) based on [Keep a Changelog](http://keepachangelog.com/)
106113
- Updated core validation to use validation from pystac instead of jsonchema.
107114
- With the newest version - 1.0.0-beta.2 - items will run through jsonchema validation before the PySTAC validation. The reason for this is that jsonschema will give more informative error messages. This should be addressed better in the future. This is not the case with the --recursive option as time can be a concern here with larger collections.
108115
- Logging. Various additions were made here depending on the options selected. This was done to help assist people to update their STAC collections.
116+
117+
[Unreleased]: <https://github.com/sparkgeo/stac-validator/compare/v2.4.0..main>
118+
[v2.4.0]: <https://github.com/sparkgeo/stac-validator/compare/v2.3.0..v2.4.0>
119+
[v2.3.0]: <https://github.com/sparkgeo/stac-validator/compare/v2.2.0..v2.3.0>
120+
[v2.2.0]: <https://github.com/sparkgeo/stac-validator/compare/v2.1.0..v2.2.0>
121+
[v2.1.0]: <https://github.com/sparkgeo/stac-validator/compare/v2.0.0..v2.1.0>
122+
[v2.0.0]: <https://github.com/sparkgeo/stac-validator/compare/v1.0.1..v2.0.0>
123+
[v1.0.1]: <https://github.com/sparkgeo/stac-validator/compare/v0.5.0..v1.0.1>
124+
[v0.5.0]: <https://github.com/sparkgeo/stac-validator/compare/v0.1.3..v0.5.0>
125+
[v0.1.3]: <https://github.com/sparkgeo/stac-validator/compare/v0.1.1..v0.1.3>
126+
[v0.1.1]: <https://github.com/sparkgeo/stac-validator/compare/v0.1.0..v0.1.1>
127+
[v0.1.0]: <https://github.com/sparkgeo/stac-validator/releases/tag/v0.1.0>

0 commit comments

Comments
 (0)