From 7779e41d9085c02210730372823a048ee6a292f2 Mon Sep 17 00:00:00 2001 From: jonhealy1 Date: Mon, 19 Sep 2022 19:56:01 +0300 Subject: [PATCH 1/7] update changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 43f0477..b5724af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ 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-19 ### Added - recursive mode lints assets https://github.com/stac-utils/stac-check/pull/84 ### Changed From e2714307c843f7b29ad77e940783be9552641c23 Mon Sep 17 00:00:00 2001 From: jonhealy1 Date: Mon, 19 Sep 2022 19:56:31 +0300 Subject: [PATCH 2/7] update to 1.3.0 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index e8f1049..0ff4378 100644 --- a/setup.py +++ b/setup.py @@ -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() @@ -19,7 +19,7 @@ "requests>=2.19.1", "jsonschema>=3.1.2b0", "pytest", - "stac-validator>=3.0.0", + "stac-validator>=3.1.0", "PyYAML", "python-dotenv", "types-setuptools", From 3e5bb8d683dbf92f8fecabcc349bb7814909010c Mon Sep 17 00:00:00 2001 From: jonhealy1 Date: Tue, 20 Sep 2022 10:03:41 +0300 Subject: [PATCH 3/7] update changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b5724af..ae1ada2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ 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/). -## [v1.3.0] - 2022-09-19 +## [v1.3.0] - 2022-09-20 ### Added - recursive mode lints assets https://github.com/stac-utils/stac-check/pull/84 ### Changed From c57d332416a87065e9259c3ee1c5992b986b74e1 Mon Sep 17 00:00:00 2001 From: jonhealy1 Date: Wed, 21 Sep 2022 11:00:34 +0300 Subject: [PATCH 4/7] stac-validator 3.2.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0ff4378..b841bf5 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ "requests>=2.19.1", "jsonschema>=3.1.2b0", "pytest", - "stac-validator>=3.1.0", + "stac-validator==3.2.0", "PyYAML", "python-dotenv", "types-setuptools", From 84fabc949a997e51192b7fef162670879f8b8417 Mon Sep 17 00:00:00 2001 From: jonhealy1 Date: Thu, 22 Sep 2022 10:49:22 +0300 Subject: [PATCH 5/7] add changelog history --- CHANGELOG.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ae1ada2..ef60959 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -87,4 +87,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.2.0...main +[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 \ No newline at end of file From badefc79a59b072d9d85a366c21d89d225435fc0 Mon Sep 17 00:00:00 2001 From: jonhealy1 Date: Thu, 22 Sep 2022 10:55:40 +0300 Subject: [PATCH 6/7] add 1.3.0, format --- CHANGELOG.md | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef60959..f6de950 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -89,13 +89,16 @@ The format is (loosely) based on [Keep a Changelog](http://keepachangelog.com/) - Validation from stac-validator 2.3.0 - Links and assets validation checks +------- +### Compare Releases -[unreleased]: https://github.com/stac-utils/stac-check/compare/v1.2.0...main -[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 \ No newline at end of file +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 From 993fca941bc3bf99cf5c8a08c3502edcbf27bd84 Mon Sep 17 00:00:00 2001 From: jonhealy1 Date: Thu, 22 Sep 2022 22:08:59 +0300 Subject: [PATCH 7/7] clean up changelog --- CHANGELOG.md | 46 ++++++++++++++++++---------------------------- 1 file changed, 18 insertions(+), 28 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f6de950..159a441 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 @@ -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