Skip to content

Commit c988c09

Browse files
committed
update changelog
1 parent b0e0807 commit c988c09

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

.github/workflows/test-runner.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,14 @@ on:
1111
- dev
1212

1313
jobs:
14-
1514
test:
16-
1715
name: Execute tests
1816
runs-on: ubuntu-latest
1917
strategy:
2018
matrix:
2119
python-version: ["3.8", "3.9", "3.10", "3.11"]
22-
23-
steps:
2420

21+
steps:
2522
- uses: actions/checkout@v2
2623
- name: Set up Python ${{ matrix.python-version }}
2724
uses: actions/setup-python@main
@@ -35,7 +32,7 @@ jobs:
3532
pytest --mypy stac_validator
3633
3734
- name: Run pre-commit
38-
if: matrix.python-version == 3.8
35+
if: matrix.python-version == 3.10
3936
run: |
4037
pre-commit install
4138
pre-commit autoupdate

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,13 @@ The format is (loosely) based on [Keep a Changelog](http://keepachangelog.com/)
66

77
## [Unreleased]
88

9+
## [v3.4.0] - 2024-10-08
10+
911
### Added
1012

1113
- Added ability to validate response from a /collections endpoint [#220](https://github.com/stac-utils/stac-validator/issues/220)
1214
- Added mypy to pre-commit config ([#229](https://github.com/stac-utils/stac-validator/pull/224))
15+
- Support for stac spec version 1.1.0 [#235](https://github.com/stac-utils/stac-validator/pull/235)
1316

1417
## [v3.3.2] - 2023-11-17
1518

@@ -204,7 +207,8 @@ The format is (loosely) based on [Keep a Changelog](http://keepachangelog.com/)
204207
- 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.
205208
- Logging. Various additions were made here depending on the options selected. This was done to help assist people to update their STAC collections.
206209

207-
[Unreleased]: https://github.com/sparkgeo/stac-validator/compare/v3.3.2..main
210+
[Unreleased]: https://github.com/sparkgeo/stac-validator/compare/v3.4.0..main
211+
[v3.4.0]: https://github.com/sparkgeo/stac-validator/compare/v3.3.2..v3.4.0
208212
[v3.3.2]: https://github.com/sparkgeo/stac-validator/compare/v3.3.1..v3.3.2
209213
[v3.3.1]: https://github.com/sparkgeo/stac-validator/compare/v3.3.0..v3.3.1
210214
[v3.3.0]: https://github.com/sparkgeo/stac-validator/compare/v3.2.0..v3.3.0

0 commit comments

Comments
 (0)