Skip to content

Commit

Permalink
Changelog for v2.0.0 (#668)
Browse files Browse the repository at this point in the history
<!-- The PR description should answer 2 (maybe 3) important questions:
-->

### What

Update changelog and version for release `v2.0.0`.
  • Loading branch information
danieljharvey authored Jan 9, 2025
1 parent 50ebad4 commit 4b62d9a
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 13 deletions.
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

0 comments on commit 4b62d9a

Please sign in to comment.