Skip to content

Commit 05cb037

Browse files
committed
release: v0.4.4
1 parent 46bc1c4 commit 05cb037

File tree

4 files changed

+28
-24
lines changed

4 files changed

+28
-24
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/mirrors-mypy
3-
rev: v1.11.2
3+
rev: v1.13.0
44
hooks:
55
- id: mypy
66
additional_dependencies:
@@ -12,7 +12,7 @@ repos:
1212
- types-tabulate
1313
- types-tqdm
1414
- repo: https://github.com/charliermarsh/ruff-pre-commit
15-
rev: "v0.6.9"
15+
rev: "v0.7.0"
1616
hooks:
1717
- id: ruff
1818
- id: ruff-format

CHANGELOG.md

Lines changed: 24 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased]
88

9+
## [0.4.4] - 2024-10-23
10+
911
### Changed
1012

1113
- `stream` can now be `None`, with each client deciding what its preferred mode is ([#226](https://github.com/stac-utils/stac-asset/pull/226))
14+
- Warn, don't error, on content type issues ([#227](https://github.com/stac-utils/stac-asset/pull/227))
1215

1316
### Removed
1417

@@ -201,23 +204,24 @@ Used to be <https://github.com/gadomski/stac-asset>.
201204

202205
Initial release.
203206

204-
[unreleased]: https://github.com/stac-utils/stac-asset/compare/v0.4.3...HEAD
205-
[0.4.3]: <https://github.com/stac-utils/stac-asset/compare/v0.4.2...v0.4.3>
206-
[0.4.2]: <https://github.com/stac-utils/stac-asset/compare/v0.4.1...v0.4.2>
207-
[0.4.1]: <https://github.com/stac-utils/stac-asset/compare/v0.4.0...v0.4.1>
208-
[0.4.0]: <https://github.com/stac-utils/stac-asset/compare/v0.3.3...v0.4.0>
209-
[0.3.3]: <https://github.com/stac-utils/stac-asset/compare/v0.3.2...v0.3.3>
210-
[0.3.2]: <https://github.com/stac-utils/stac-asset/compare/v0.3.1...v0.3.2>
211-
[0.3.1]: <https://github.com/stac-utils/stac-asset/compare/v0.3.0...v0.3.1>
212-
[0.3.0]: <https://github.com/stac-utils/stac-asset/compare/v0.2.4...v0.3.0>
213-
[0.2.4]: <https://github.com/stac-utils/stac-asset/compare/v0.2.3...v0.2.4>
214-
[0.2.3]: <https://github.com/stac-utils/stac-asset/compare/v0.2.2...v0.2.3>
215-
[0.2.2]: <https://github.com/stac-utils/stac-asset/compare/v0.2.1...v0.2.2>
216-
[0.2.1]: <https://github.com/stac-utils/stac-asset/compare/v0.2.0...v0.2.1>
217-
[0.2.0]: <https://github.com/stac-utils/stac-asset/compare/v0.1.1...v0.2.0>
218-
[0.1.1]: <https://github.com/stac-utils/stac-asset/compare/v0.1.0...v0.1.1>
219-
[0.1.0]: <https://github.com/stac-utils/stac-asset/compare/v0.0.4...v0.1.0>
220-
[0.0.4]: <https://github.com/stac-utils/stac-asset/compare/v0.0.3...v0.0.4>
221-
[0.0.3]: <https://github.com/stac-utils/stac-asset/compare/v0.0.2...v0.0.3>
222-
[0.0.2]: <https://github.com/stac-utils/stac-asset/compare/v0.0.1...v0.0.2>
223-
[0.0.1]: <https://github.com/stac-utils/stac-asset/releases/tag/v0.0.1>
207+
[unreleased]: https://github.com/stac-utils/stac-asset/compare/v0.4.4...HEAD
208+
[0.4.4]: https://github.com/stac-utils/stac-asset/compare/v0.4.3...v0.4.4
209+
[0.4.3]: https://github.com/stac-utils/stac-asset/compare/v0.4.2...v0.4.3
210+
[0.4.2]: https://github.com/stac-utils/stac-asset/compare/v0.4.1...v0.4.2
211+
[0.4.1]: https://github.com/stac-utils/stac-asset/compare/v0.4.0...v0.4.1
212+
[0.4.0]: https://github.com/stac-utils/stac-asset/compare/v0.3.3...v0.4.0
213+
[0.3.3]: https://github.com/stac-utils/stac-asset/compare/v0.3.2...v0.3.3
214+
[0.3.2]: https://github.com/stac-utils/stac-asset/compare/v0.3.1...v0.3.2
215+
[0.3.1]: https://github.com/stac-utils/stac-asset/compare/v0.3.0...v0.3.1
216+
[0.3.0]: https://github.com/stac-utils/stac-asset/compare/v0.2.4...v0.3.0
217+
[0.2.4]: https://github.com/stac-utils/stac-asset/compare/v0.2.3...v0.2.4
218+
[0.2.3]: https://github.com/stac-utils/stac-asset/compare/v0.2.2...v0.2.3
219+
[0.2.2]: https://github.com/stac-utils/stac-asset/compare/v0.2.1...v0.2.2
220+
[0.2.1]: https://github.com/stac-utils/stac-asset/compare/v0.2.0...v0.2.1
221+
[0.2.0]: https://github.com/stac-utils/stac-asset/compare/v0.1.1...v0.2.0
222+
[0.1.1]: https://github.com/stac-utils/stac-asset/compare/v0.1.0...v0.1.1
223+
[0.1.0]: https://github.com/stac-utils/stac-asset/compare/v0.0.4...v0.1.0
224+
[0.0.4]: https://github.com/stac-utils/stac-asset/compare/v0.0.3...v0.0.4
225+
[0.0.3]: https://github.com/stac-utils/stac-asset/compare/v0.0.2...v0.0.3
226+
[0.0.2]: https://github.com/stac-utils/stac-asset/compare/v0.0.1...v0.0.2
227+
[0.0.1]: https://github.com/stac-utils/stac-asset/releases/tag/v0.0.1

RELEASING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010
4. Open a PR with the changes
1111
5. When the PR is merged, created a tag on `main` with that version with a `v` prefix, e.g. `vX.Y.Z`.
1212
6. Push the tag to Github, which will fire off the release workflow.
13-
7. Create a release via [the Github interface](https://github.com/gadomski/antimeridian/releases).
13+
7. Create a release via [the Github interface](https://github.com/gadomski/stac-asset/releases).

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "stac-asset"
3-
version = "0.4.3"
3+
version = "0.4.4"
44
description = "Read and download STAC assets across platforms and providers"
55
authors = [{ name = "Pete Gadomski", email = "[email protected]" }]
66
readme = "README.md"

0 commit comments

Comments
 (0)