From fc6a7a742a0adb3b2923316e678003322fbd821b Mon Sep 17 00:00:00 2001 From: Samir Talwar Date: Thu, 22 Aug 2024 11:18:08 +0200 Subject: [PATCH] Release v1.1.1. (#591) ### What Release v1.1.1. ### How ``` $ nix-shell -p ghc --run './scripts/new-version.sh 1.1.1' ``` --- Cargo.lock | 20 ++++++++++---------- Cargo.toml | 2 +- changelog.md | 13 ++++++++++--- 3 files changed, 21 insertions(+), 14 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4e991a7a..e8928156 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -602,7 +602,7 @@ dependencies = [ [[package]] name = "databases-tests" -version = "1.1.0" +version = "1.1.1" dependencies = [ "anyhow", "axum", @@ -1480,7 +1480,7 @@ dependencies = [ [[package]] name = "ndc-postgres" -version = "1.1.0" +version = "1.1.1" dependencies = [ "anyhow", "async-trait", @@ -1503,7 +1503,7 @@ dependencies = [ [[package]] name = "ndc-postgres-cli" -version = "1.1.0" +version = "1.1.1" dependencies = [ "anyhow", "build-data", @@ -1520,7 +1520,7 @@ dependencies = [ [[package]] name = "ndc-postgres-configuration" -version = "1.1.0" +version = "1.1.1" dependencies = [ "anyhow", "clap", @@ -1739,7 +1739,7 @@ checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" [[package]] name = "openapi-generator" -version = "1.1.0" +version = "1.1.1" dependencies = [ "ndc-postgres-configuration", "serde_json", @@ -2093,7 +2093,7 @@ checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94" [[package]] name = "query-engine-execution" -version = "1.1.0" +version = "1.1.1" dependencies = [ "bytes", "ndc-models", @@ -2108,7 +2108,7 @@ dependencies = [ [[package]] name = "query-engine-metadata" -version = "1.1.0" +version = "1.1.1" dependencies = [ "ndc-models", "smol_str", @@ -2116,7 +2116,7 @@ dependencies = [ [[package]] name = "query-engine-sql" -version = "1.1.0" +version = "1.1.1" dependencies = [ "ndc-models", "schemars", @@ -2126,7 +2126,7 @@ dependencies = [ [[package]] name = "query-engine-translation" -version = "1.1.0" +version = "1.1.1" dependencies = [ "anyhow", "indexmap 2.4.0", @@ -3136,7 +3136,7 @@ dependencies = [ [[package]] name = "tests-common" -version = "1.1.0" +version = "1.1.1" dependencies = [ "anyhow", "axum", diff --git a/Cargo.toml b/Cargo.toml index f7d120e9..a94b4dd3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [workspace] resolver = "2" -package.version = "1.1.0" +package.version = "1.1.1" package.edition = "2021" package.license = "Apache-2.0" diff --git a/changelog.md b/changelog.md index 989496f2..f58e9daa 100644 --- a/changelog.md +++ b/changelog.md @@ -4,6 +4,14 @@ ### Added +### Changed + +### Fixed + +## [v1.1.1] - 2024-08-22 + +### Added + - Support filtering by a nested field collection. [#573](https://github.com/hasura/ndc-postgres/pull/573) @@ -12,8 +20,6 @@ - Support setting ssl client certificate information and ssl root certificate independently. [#578](https://github.com/hasura/ndc-postgres/pull/578) -### Fixed - ## [v1.1.0] - 2024-08-16 ### Added @@ -333,7 +339,8 @@ Initial release. -[Unreleased]: https://github.com/hasura/ndc-postgres/compare/v1.1.0...HEAD +[Unreleased]: https://github.com/hasura/ndc-postgres/compare/v1.1.1...HEAD +[v1.1.1]: https://github.com/hasura/ndc-postgres/releases/tag/v1.1.1 [v1.1.0]: https://github.com/hasura/ndc-postgres/releases/tag/v1.1.0 [v1.0.2]: https://github.com/hasura/ndc-postgres/releases/tag/v1.0.2 [v1.0.1]: https://github.com/hasura/ndc-postgres/releases/tag/v1.0.1