Skip to content

Commit

Permalink
Merge pull request #87 from stac-utils/v1.3.0
Browse files Browse the repository at this point in the history
V1.3.0
  • Loading branch information
jonhealy1 authored Sep 22, 2022
2 parents 0c0e9b3 + 993fca9 commit 71e7f1d
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 18 deletions.
36 changes: 20 additions & 16 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ 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]
## [Unreleased]
## [v1.3.0] - 2022-09-20
### Added
- recursive mode lints assets https://github.com/stac-utils/stac-check/pull/84
### Changed
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,4 +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
- Links and assets validation checks

[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
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"""
from setuptools import setup, find_packages

__version__ = "1.2.0"
__version__ = "1.3.0"

with open("README.md", "r") as fh:
long_description = fh.read()
Expand All @@ -19,7 +19,7 @@
"requests>=2.19.1",
"jsonschema>=3.1.2b0",
"pytest",
"stac-validator>=3.0.0",
"stac-validator==3.2.0",
"PyYAML",
"python-dotenv",
"types-setuptools",
Expand Down

0 comments on commit 71e7f1d

Please sign in to comment.