Skip to content

Commit 114907f

Browse files
Phil Varnergadomski
authored andcommitted
release: v0.3.0
1 parent 916b43f commit 114907f

File tree

3 files changed

+15
-17
lines changed

3 files changed

+15
-17
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repos:
1212
- types-tabulate
1313
- types-tqdm
1414
- repo: https://github.com/charliermarsh/ruff-pre-commit
15-
rev: "v0.3.5"
15+
rev: "v0.4.1"
1616
hooks:
1717
- id: ruff
1818
- id: ruff-format

CHANGELOG.md

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [Unreleased]
8-
97
## [0.3.0] - 2024.04.24
108

119
### Removed
@@ -127,16 +125,16 @@ Used to be <https://github.com/gadomski/stac-asset>.
127125

128126
Initial release.
129127

130-
[unreleased]: https://github.com/stac-utils/stac-asset/compare/v0.3.0...HEAD
131-
[0.3.0]: https://github.com/stac-utils/stac-asset/compare/v0.2.4...v0.3.0
132-
[0.2.4]: https://github.com/stac-utils/stac-asset/compare/v0.2.3...v0.2.4
133-
[0.2.3]: https://github.com/stac-utils/stac-asset/compare/v0.2.2...v0.2.3
134-
[0.2.2]: https://github.com/stac-utils/stac-asset/compare/v0.2.1...v0.2.2
135-
[0.2.1]: https://github.com/stac-utils/stac-asset/compare/v0.2.0...v0.2.1
136-
[0.2.0]: https://github.com/stac-utils/stac-asset/compare/v0.1.1...v0.2.0
137-
[0.1.1]: https://github.com/stac-utils/stac-asset/compare/v0.1.0...v0.1.1
138-
[0.1.0]: https://github.com/stac-utils/stac-asset/compare/v0.0.4...v0.1.0
139-
[0.0.4]: https://github.com/stac-utils/stac-asset/compare/v0.0.3...v0.0.4
140-
[0.0.3]: https://github.com/stac-utils/stac-asset/compare/v0.0.2...v0.0.3
141-
[0.0.2]: https://github.com/stac-utils/stac-asset/compare/v0.0.1...v0.0.2
142-
[0.0.1]: https://github.com/stac-utils/stac-asset/releases/tag/v0.0.1
128+
<!-- [unreleased]: https://github.com/stac-utils/stac-asset/compare/v0.2.4...HEAD -->
129+
[0.3.0]: <https://github.com/stac-utils/stac-asset/compare/v0.2.4...v0.3.0>
130+
[0.2.4]: <https://github.com/stac-utils/stac-asset/compare/v0.2.3...v0.2.4>
131+
[0.2.3]: <https://github.com/stac-utils/stac-asset/compare/v0.2.2...v0.2.3>
132+
[0.2.2]: <https://github.com/stac-utils/stac-asset/compare/v0.2.1...v0.2.2>
133+
[0.2.1]: <https://github.com/stac-utils/stac-asset/compare/v0.2.0...v0.2.1>
134+
[0.2.0]: <https://github.com/stac-utils/stac-asset/compare/v0.1.1...v0.2.0>
135+
[0.1.1]: <https://github.com/stac-utils/stac-asset/compare/v0.1.0...v0.1.1>
136+
[0.1.0]: <https://github.com/stac-utils/stac-asset/compare/v0.0.4...v0.1.0>
137+
[0.0.4]: <https://github.com/stac-utils/stac-asset/compare/v0.0.3...v0.0.4>
138+
[0.0.3]: <https://github.com/stac-utils/stac-asset/compare/v0.0.2...v0.0.3>
139+
[0.0.2]: <https://github.com/stac-utils/stac-asset/compare/v0.0.1...v0.0.2>
140+
[0.0.1]: <https://github.com/stac-utils/stac-asset/releases/tag/v0.0.1>

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.2.4"
3+
version = "0.3.0"
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)