Skip to content

Commit

Permalink
release: v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil Varner authored and gadomski committed Apr 24, 2024
1 parent 916b43f commit 114907f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repos:
- types-tabulate
- types-tqdm
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: "v0.3.5"
rev: "v0.4.1"
hooks:
- id: ruff
- id: ruff-format
28 changes: 13 additions & 15 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ All notable changes to this project will be documented in this file.

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).

## [Unreleased]

## [0.3.0] - 2024.04.24

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

Initial release.

[unreleased]: https://github.com/stac-utils/stac-asset/compare/v0.3.0...HEAD
[0.3.0]: https://github.com/stac-utils/stac-asset/compare/v0.2.4...v0.3.0
[0.2.4]: https://github.com/stac-utils/stac-asset/compare/v0.2.3...v0.2.4
[0.2.3]: https://github.com/stac-utils/stac-asset/compare/v0.2.2...v0.2.3
[0.2.2]: https://github.com/stac-utils/stac-asset/compare/v0.2.1...v0.2.2
[0.2.1]: https://github.com/stac-utils/stac-asset/compare/v0.2.0...v0.2.1
[0.2.0]: https://github.com/stac-utils/stac-asset/compare/v0.1.1...v0.2.0
[0.1.1]: https://github.com/stac-utils/stac-asset/compare/v0.1.0...v0.1.1
[0.1.0]: https://github.com/stac-utils/stac-asset/compare/v0.0.4...v0.1.0
[0.0.4]: https://github.com/stac-utils/stac-asset/compare/v0.0.3...v0.0.4
[0.0.3]: https://github.com/stac-utils/stac-asset/compare/v0.0.2...v0.0.3
[0.0.2]: https://github.com/stac-utils/stac-asset/compare/v0.0.1...v0.0.2
[0.0.1]: https://github.com/stac-utils/stac-asset/releases/tag/v0.0.1
<!-- [unreleased]: https://github.com/stac-utils/stac-asset/compare/v0.2.4...HEAD -->
[0.3.0]: <https://github.com/stac-utils/stac-asset/compare/v0.2.4...v0.3.0>
[0.2.4]: <https://github.com/stac-utils/stac-asset/compare/v0.2.3...v0.2.4>
[0.2.3]: <https://github.com/stac-utils/stac-asset/compare/v0.2.2...v0.2.3>
[0.2.2]: <https://github.com/stac-utils/stac-asset/compare/v0.2.1...v0.2.2>
[0.2.1]: <https://github.com/stac-utils/stac-asset/compare/v0.2.0...v0.2.1>
[0.2.0]: <https://github.com/stac-utils/stac-asset/compare/v0.1.1...v0.2.0>
[0.1.1]: <https://github.com/stac-utils/stac-asset/compare/v0.1.0...v0.1.1>
[0.1.0]: <https://github.com/stac-utils/stac-asset/compare/v0.0.4...v0.1.0>
[0.0.4]: <https://github.com/stac-utils/stac-asset/compare/v0.0.3...v0.0.4>
[0.0.3]: <https://github.com/stac-utils/stac-asset/compare/v0.0.2...v0.0.3>
[0.0.2]: <https://github.com/stac-utils/stac-asset/compare/v0.0.1...v0.0.2>
[0.0.1]: <https://github.com/stac-utils/stac-asset/releases/tag/v0.0.1>
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "stac-asset"
version = "0.2.4"
version = "0.3.0"
description = "Read and download STAC assets across platforms and providers"
authors = [{ name = "Pete Gadomski", email = "pete.gadomski@gmail.com" }]
readme = "README.md"
Expand Down

0 comments on commit 114907f

Please sign in to comment.