File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -5,11 +5,14 @@ All notable changes to this project will be documented in this file.
5
5
The format is (loosely) based on [ Keep a Changelog] ( http://keepachangelog.com/ ) and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
6
6
7
7
## Unreleased
8
+
9
+ ## [ v1.3.2] - 2023-03-23
8
10
## Added
9
11
- Ability to lint dictionaries https://github.com/stac-utils/stac-check/pull/94
10
12
- Docstrings and pdoc api documents
11
13
## Fixed
12
14
- Fixed the check_catalog_file_name() method to only work on static catalogs https://github.com/stac-utils/stac-check/pull/94
15
+ - Jsonschema version to use a released version https://github.com/stac-utils/stac-check/pull/105
13
16
14
17
## [ v1.3.1] - 2022-10-05
15
18
## Changed
@@ -91,7 +94,8 @@ The format is (loosely) based on [Keep a Changelog](http://keepachangelog.com/)
91
94
- Validation from stac-validator 2.3.0
92
95
- Links and assets validation checks
93
96
94
- [ Unreleased] : https://github.com/stac-utils/stac-check/compare/v1.3.0...main
97
+ [ Unreleased] : https://github.com/stac-utils/stac-check/compare/v1.3.2...main
98
+ [ v1.3.2] : https://github.com/stac-utils/stac-check/compare/v1.3.1...v1.3.2
95
99
[ v1.3.1] : https://github.com/stac-utils/stac-check/compare/v1.3.0...v1.3.1
96
100
[ v1.3.0] : https://github.com/stac-utils/stac-check/compare/v1.2.0...v1.3.0
97
101
[ v1.2.0] : https://github.com/stac-utils/stac-check/compare/v1.1.2...v1.2.0
Original file line number Diff line number Diff line change 2
2
"""
3
3
from setuptools import setup , find_packages
4
4
5
- __version__ = "1.3.1 "
5
+ __version__ = "1.3.2 "
6
6
7
7
with open ("README.md" , "r" ) as fh :
8
8
long_description = fh .read ()
You can’t perform that action at this time.
0 commit comments