Skip to content

Commit 30da7a0

Browse files
Phil Varnergadomski
authored andcommitted
release: v0.3.0
1 parent c4ad54e commit 30da7a0

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
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: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ 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]
7+
## [0.3.0] - 2024.04.24
88

99
### Removed
1010

@@ -20,7 +20,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
2020

2121
- `open_href` ([#123](https://github.com/stac-utils/stac-asset/pull/123))
2222

23-
2423
## [0.2.3] - 2023-10-20
2524

2625
### Added
@@ -126,15 +125,16 @@ Used to be <https://github.com/gadomski/stac-asset>.
126125

127126
Initial release.
128127

129-
[unreleased]: https://github.com/stac-utils/stac-asset/compare/v0.2.4...HEAD
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
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)