Skip to content

Commit 265ebd6

Browse files
authored
3.5.0 release (#242)
1 parent a656fa3 commit 265ebd6

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

Diff for: CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ The format is (loosely) based on [Keep a Changelog](http://keepachangelog.com/)
88

99
### Added
1010

11+
## [v3.5.0] - 2025-01-10
12+
13+
### Added
14+
1115
- Added publish.yml to automatically publish new releases to PyPI [#236](https://github.com/stac-utils/stac-validator/pull/236)
1216
- Configure whether to open URLs when validating assets [#238](https://github.com/stac-utils/stac-validator/pull/238)
1317
- Allow to provide HTTP headers [#239](https://github.com/stac-utils/stac-validator/pull/239)
@@ -217,7 +221,8 @@ The format is (loosely) based on [Keep a Changelog](http://keepachangelog.com/)
217221
- 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.
218222
- Logging. Various additions were made here depending on the options selected. This was done to help assist people to update their STAC collections.
219223

220-
[Unreleased]: https://github.com/sparkgeo/stac-validator/compare/v3.4.0..main
224+
[Unreleased]: https://github.com/sparkgeo/stac-validator/compare/v3.5.0..main
225+
[v3.5.0]: https://github.com/sparkgeo/stac-validator/compare/v3.4.0..v3.5.0
221226
[v3.4.0]: https://github.com/sparkgeo/stac-validator/compare/v3.3.2..v3.4.0
222227
[v3.3.2]: https://github.com/sparkgeo/stac-validator/compare/v3.3.1..v3.3.2
223228
[v3.3.1]: https://github.com/sparkgeo/stac-validator/compare/v3.3.0..v3.3.1

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from setuptools import setup
44

5-
__version__ = "3.4.0"
5+
__version__ = "3.5.0"
66

77
with open("README.md", "r") as fh:
88
long_description = fh.read()

0 commit comments

Comments
 (0)