Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changelog for v2.0.0 #668

Merged
merged 3 commits into from
Jan 9, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/cargo-audit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ jobs:

- if: steps.changes.outputs.cargo == 'true'
name: install tools
run: rustup show
run: |
rustup show
cargo install cargo-audit

- if: steps.changes.outputs.cargo == 'true'
uses: Swatinem/rust-cache@v2
Expand Down
20 changes: 10 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[workspace]
resolver = "2"

package.version = "1.2.0"
package.version = "2.0.0"
package.edition = "2021"
package.license = "Apache-2.0"

Expand Down
9 changes: 8 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@

### Changed

### Fixed

## [v2.0.0] - 2025-01-09

### Changed

- When updating configuration, if collection or field name is customized, keep the customized name.

### Fixed
Expand Down Expand Up @@ -370,7 +376,8 @@ Initial release.

<!-- end -->

[Unreleased]: https://github.com/hasura/ndc-postgres/compare/v1.2.0...HEAD
[Unreleased]: https://github.com/hasura/ndc-postgres/compare/v2.0.0...HEAD
[v2.0.0]: https://github.com/hasura/ndc-postgres/releases/tag/v2.0.0
[v1.2.0]: https://github.com/hasura/ndc-postgres/releases/tag/v1.2.0
[v1.1.2]: https://github.com/hasura/ndc-postgres/releases/tag/v1.1.2
[v1.1.1]: https://github.com/hasura/ndc-postgres/releases/tag/v1.1.1
Expand Down
Loading