Skip to content

Commit

Permalink
release v0.8.0 (#518)
Browse files Browse the repository at this point in the history
Update changelog and cargo package version.

---------

Co-authored-by: Gil Mizrahi <[email protected]>
  • Loading branch information
paritosh-08 and Gil Mizrahi authored Jul 4, 2024
1 parent d051424 commit 4513112
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 12 deletions.
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 = "0.7.1"
package.version = "0.8.0"
package.edition = "2021"
package.license = "Apache-2.0"

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

### Fixed

## [v0.8.0]

### Added

- Add configuration version metrics.
([#504](https://github.com/hasura/ndc-postgres/pull/504))
- Introduce mutationsVersion 'v2' which auto-generates update, delete, and insert point mutations.
([#513](https://github.com/hasura/ndc-postgres/pull/513))
- Implement native query builder in the CLI plugin.
([#511](https://github.com/hasura/ndc-postgres/pull/511))

### Changed

### Fixed

## [v0.7.1] - 2024-06-20

### Added
Expand Down Expand Up @@ -257,7 +272,8 @@ Initial release.

<!-- end -->

[Unreleased]: https://github.com/hasura/ndc-postgres/compare/v0.7.1...HEAD
[Unreleased]: https://github.com/hasura/ndc-postgres/compare/v0.8.0...HEAD
[v0.8.0]: https://github.com/hasura/ndc-postgres/releases/tag/v0.8.0
[v0.7.1]: https://github.com/hasura/ndc-postgres/releases/tag/v0.7.1
[v0.7.0]: https://github.com/hasura/ndc-postgres/releases/tag/v0.7.0
[v0.6.0]: https://github.com/hasura/ndc-postgres/releases/tag/v0.6.0
Expand Down

0 comments on commit 4513112

Please sign in to comment.