Skip to content

Commit 45ce0e1

Browse files
committed
release: v0.5.0
1 parent 2ff8601 commit 45ce0e1

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.5.0] - 2025-02-09
10+
11+
### Changed
12+
13+
- `search` and `search_to` are now async ([#24](https://github.com/gadomski/stacrs/pull/24))
14+
915
## [0.4.0] - 2025-01-13
1016

1117
### Added
@@ -97,7 +103,8 @@ Non-functional release to fix releasing from Github actions.
97103

98104
Initial release.
99105

100-
[Unreleased]: https://github.com/gadomski/stacrs/compare/v0.4.0...main
106+
[Unreleased]: https://github.com/gadomski/stacrs/compare/v0.5.0...main
107+
[0.5.0]: https://github.com/gadomski/stacrs/compare/v0.4.0...v0.5.0
101108
[0.4.0]: https://github.com/gadomski/stacrs/compare/v0.3.0...v0.4.0
102109
[0.3.0]: https://github.com/gadomski/stacrs/releases/tag/v0.3.0
103110
[0.2.2]: https://github.com/stac-utils/stac-rs/compare/python-v0.2.1...python-v0.2.2

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "stacrs"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
edition = "2021"
55
publish = false
66

0 commit comments

Comments
 (0)