Skip to content

Commit 4b62d9a

Browse files
Changelog for v2.0.0 (#668)
<!-- The PR description should answer 2 (maybe 3) important questions: --> ### What Update changelog and version for release `v2.0.0`.
1 parent 50ebad4 commit 4b62d9a

File tree

4 files changed

+22
-13
lines changed

4 files changed

+22
-13
lines changed

.github/workflows/cargo-audit.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ jobs:
2525

2626
- if: steps.changes.outputs.cargo == 'true'
2727
name: install tools
28-
run: rustup show
28+
run: |
29+
rustup show
30+
cargo install cargo-audit
2931
3032
- if: steps.changes.outputs.cargo == 'true'
3133
uses: Swatinem/rust-cache@v2

Cargo.lock

+10-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[workspace]
22
resolver = "2"
33

4-
package.version = "1.2.0"
4+
package.version = "2.0.0"
55
package.edition = "2021"
66
package.license = "Apache-2.0"
77

changelog.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66

77
### Changed
88

9+
### Fixed
10+
11+
## [v2.0.0] - 2025-01-09
12+
13+
### Changed
14+
915
- When updating configuration, if collection or field name is customized, keep the customized name.
1016

1117
### Fixed
@@ -370,7 +376,8 @@ Initial release.
370376

371377
<!-- end -->
372378

373-
[Unreleased]: https://github.com/hasura/ndc-postgres/compare/v1.2.0...HEAD
379+
[Unreleased]: https://github.com/hasura/ndc-postgres/compare/v2.0.0...HEAD
380+
[v2.0.0]: https://github.com/hasura/ndc-postgres/releases/tag/v2.0.0
374381
[v1.2.0]: https://github.com/hasura/ndc-postgres/releases/tag/v1.2.0
375382
[v1.1.2]: https://github.com/hasura/ndc-postgres/releases/tag/v1.1.2
376383
[v1.1.1]: https://github.com/hasura/ndc-postgres/releases/tag/v1.1.1

0 commit comments

Comments
 (0)