Skip to content
This repository has been archived by the owner on Apr 27, 2024. It is now read-only.

Commit

Permalink
release: v0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
gadomski committed Sep 25, 2023
1 parent 6b1a32f commit 877a2fe
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [0.0.5] - 2023-09-25

- Bump stac-api version to v0.3.0

## [0.0.4] - 2023-07-07

### Changed
Expand Down Expand Up @@ -33,7 +37,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

Initial release

[unreleased]: https://github.com/stac-utils/pgstac-rs/compare/v0.0.4...HEAD
[unreleased]: https://github.com/stac-utils/pgstac-rs/compare/v0.0.5...HEAD
[0.0.5]: https://github.com/stac-utils/pgstac-rs/compare/v0.0.4...v0.0.5
[0.0.4]: https://github.com/stac-utils/pgstac-rs/compare/v0.0.3...v0.0.4
[0.0.3]: https://github.com/stac-utils/pgstac-rs/compare/v0.0.2...v0.0.3
[0.0.2]: https://github.com/stac-utils/pgstac-rs/compare/v0.0.1...v0.0.2
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pgstac"
version = "0.0.4"
version = "0.0.5"
authors = ["Pete Gadomski <pete.gadomski@gmail.com>"]
edition = "2021"
description = "Rust interface for pgstac"
Expand All @@ -15,7 +15,7 @@ geojson = "0.24"
serde = "1"
serde_json = "1"
stac = { version = "0.5" }
stac-api = { version = "0.2" }
stac-api = { version = "0.3" }
thiserror = "1"
tokio-postgres = { version = "0.7", features = ["with-serde_json-1"] }

Expand Down

0 comments on commit 877a2fe

Please sign in to comment.