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.6
Browse files Browse the repository at this point in the history
  • Loading branch information
gadomski committed Apr 20, 2024
1 parent 62d15f1 commit dd2b0d6
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
services:
pgstac:
image: ghcr.io/stac-utils/pgstac:v0.8.1
image: ghcr.io/stac-utils/pgstac:v0.8.5
env:
POSTGRES_USER: username
POSTGRES_PASSWORD: password
Expand Down
16 changes: 10 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,19 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [0.0.6] - 2024-04-20

- Bump **stac** version to v0.6
- Bump **pgstac** version to v0.8.5

## [0.0.5] - 2023-09-25

- Bump stac-api version to v0.3.0
- Bump **stac-api** version to v0.3.0

## [0.0.4] - 2023-07-07

### Changed

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

## [0.0.3] - 2023-01-08

Expand All @@ -37,7 +40,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.5...HEAD
[unreleased]: https://github.com/stac-utils/pgstac-rs/compare/v0.0.6...HEAD
[0.0.6]: https://github.com/stac-utils/pgstac-rs/compare/v0.0.5...v0.0.6
[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
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.5"
version = "0.0.6"
authors = ["Pete Gadomski <[email protected]>"]
edition = "2021"
description = "Rust interface for pgstac"
Expand All @@ -14,7 +14,7 @@ categories = ["database", "data-structures", "science"]
geojson = "0.24"
serde = "1"
serde_json = "1"
stac = { version = "0.5" }
stac = { version = "0.6" }
stac-api = { version = "0.3" }
thiserror = "1"
tokio-postgres = { version = "0.7", features = ["with-serde_json-1"] }
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ In your `Cargo.toml`:

```toml
[dependencies]
pgstac = "0.0.4"
pgstac = "0.0.6"
```

See the [documentation](https://docs.rs/pgstac) for more.
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3'
services:
database:
container_name: pgstac-rs
image: ghcr.io/stac-utils/pgstac:v0.8.1
image: ghcr.io/stac-utils/pgstac:v0.8.5
environment:
- POSTGRES_USER=username
- POSTGRES_PASSWORD=password
Expand Down

0 comments on commit dd2b0d6

Please sign in to comment.