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.4
Browse files Browse the repository at this point in the history
  • Loading branch information
gadomski committed Jul 8, 2023
1 parent 75ebbac commit 21bf727
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [0.0.4] - 2023-07-07

### Changed

- Bump pgstac version to v0.6.12 ([#1](https://github.com/gadomski/pgstac-rs/pull/1))
- Bump stac-rs version to v0.5
- Bump pgstac version to v0.6.13 ([#2](https://github.com/gadomski/pgstac-rs/pull/2))

## [0.0.3] - 2023-01-08
Expand All @@ -31,7 +33,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

Initial release

[unreleased]: https://github.com/gadomski/pgstac-rs/compare/v0.0.3...HEAD
[unreleased]: https://github.com/gadomski/pgstac-rs/compare/v0.0.4...HEAD
[0.0.4]: https://github.com/gadomski/pgstac-rs/compare/v0.0.3...v0.0.4
[0.0.3]: https://github.com/gadomski/pgstac-rs/compare/v0.0.2...v0.0.3
[0.0.2]: https://github.com/gadomski/pgstac-rs/compare/v0.0.1...v0.0.2
[0.0.1]: https://github.com/gadomski/pgstac-rs/tree/v0.0.1
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pgstac"
version = "0.0.3"
version = "0.0.4"
authors = ["Pete Gadomski <[email protected]>"]
edition = "2021"
description = "Rust interface for pgstac"
Expand Down

0 comments on commit 21bf727

Please sign in to comment.