Skip to content

Commit

Permalink
clean up changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jonhealy1 committed Sep 22, 2022
1 parent badefc7 commit 993fca9
Showing 1 changed file with 18 additions and 28 deletions.
46 changes: 18 additions & 28 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ All notable changes to this project will be documented in this file.

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


## [Unreleased]
## [v1.3.0] - 2022-09-20
### Added
- recursive mode lints assets https://github.com/stac-utils/stac-check/pull/84
Expand All @@ -18,27 +19,19 @@ The format is (loosely) based on [Keep a Changelog](http://keepachangelog.com/)
- Option to include a configuration file to ignore selected checks
### Changed
- Change name from stac_check to stac-check in setup for cli

## [v1.1.3] - 2022-03-03
### Fixed
- Fix thumbnail size check

## [v1.1.2] - 2022-03-03
- Fix self-link test

## [v1.1.1] - 2022-03-02
### Changed
- Make it easier to export linting messages

## [v1.0.3] - 2022-03-02
- Set stac-validator version to 2.4.0

## [v1.0.2] - 2022-02-21
- Loosen stac-validator version
### Fixed
- Fix self-link test

## [v1.0.1] - 2022-02-20
- Update readme

## [v1.0.0] - 2022-02-20
### Changed
- Update readme
- Reorganized code for version 1.0.0 release

## [v0.2.0] - 2022-02-02 - 2022-02-19
Expand Down Expand Up @@ -87,18 +80,15 @@ The format is (loosely) based on [Keep a Changelog](http://keepachangelog.com/)
- Best practices check for too many links in object
- Best practices check for summaries in collections
- Validation from stac-validator 2.3.0
- Links and assets validation checks

-------
### Compare Releases
- Links and assets validation checks

unreleased: https://github.com/stac-utils/stac-check/compare/v1.3.0...main
[1.3.0]: https://github.com/stac-utils/stac-check/compare/v1.2.0...v1.3.0
[1.2.0]: https://github.com/stac-utils/stac-check/compare/v1.1.2...v1.2.0
[1.1.2]: https://github.com/stac-utils/stac-check/compare/v1.0.1...v1.1.2
[1.0.1]: https://github.com/stac-utils/stac-check/compare/v0.2.0...v1.0.1
[0.2.0]: https://github.com/stac-utils/stac-check/compare/v0.1.3...v0.2.0
[0.1.3]: https://github.com/stac-utils/stac-check/compare/v0.1.2...v0.1.3
[0.1.2]: https://github.com/stac-utils/stac-check/compare/v0.1.1...v0.1.2
[0.1.1]: https://github.com/stac-utils/stac-check/compare/v0.1.0...v0.1.1
[0.1.0]: https://github.com/stac-utils/stac-check/releases/tag/v0.1.0
[Unreleased]: https://github.com/stac-utils/stac-check/compare/v1.3.0...main
[v1.3.0]: https://github.com/stac-utils/stac-check/compare/v1.2.0...v1.3.0
[v1.2.0]: https://github.com/stac-utils/stac-check/compare/v1.1.2...v1.2.0
[v1.1.2]: https://github.com/stac-utils/stac-check/compare/v1.0.1...v1.1.2
[v1.0.1]: https://github.com/stac-utils/stac-check/compare/v0.2.0...v1.0.1
[v0.2.0]: https://github.com/stac-utils/stac-check/compare/v0.1.3...v0.2.0
[v0.1.3]: https://github.com/stac-utils/stac-check/compare/v0.1.2...v0.1.3
[v0.1.2]: https://github.com/stac-utils/stac-check/compare/v0.1.1...v0.1.2
[v0.1.1]: https://github.com/stac-utils/stac-check/compare/v0.1.0...v0.1.1
[v0.1.0]: https://github.com/stac-utils/stac-check/releases/tag/v0.1.0

0 comments on commit 993fca9

Please sign in to comment.