Skip to content

Commit

Permalink
Prepare for v0.6.0 (#425)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gil Mizrahi authored Apr 16, 2024
1 parent a5cf07d commit 582c771
Show file tree
Hide file tree
Showing 3 changed files with 27 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.5.2"
package.version = "0.6.0"
package.edition = "2021"
package.license = "Apache-2.0"

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

### Added

### Changed

### Fixed

## [v0.6.0] - 2024-04-16

### Added

- Support nested field selection.
([#404](https://github.com/hasura/ndc-postgres/pull/404))
([#409](https://github.com/hasura/ndc-postgres/pull/409))
Expand All @@ -18,13 +26,19 @@
([#408](https://github.com/hasura/ndc-postgres/pull/408))
- `int8` and `numeric` columns will now emit a string json representation by default.
([#416](https://github.com/hasura/ndc-postgres/pull/416))
- Enforce read-onlyness without transactions.
([#421](https://github.com/hasura/ndc-postgres/pull/421))

### Fixed

- Fix schema conflict result_type for native query mutations.
([#405](https://github.com/hasura/ndc-postgres/pull/405))
- The CLI plugin no longer requires the Visual C++ Redistributable on Windows.
([#417](https://github.com/hasura/ndc-postgres/pull/417))
- Include additional schemas for types by default.
([#420](https://github.com/hasura/ndc-postgres/pull/420))
- Remove the 'Caused by' section in the error message of the cli.
([#424](https://github.com/hasura/ndc-postgres/pull/424))

## [v0.5.2] - 2024-03-29

Expand Down Expand Up @@ -201,7 +215,8 @@ Initial release.

<!-- end -->

[Unreleased]: https://github.com/hasura/ndc-postgres/compare/v0.5.2...HEAD
[Unreleased]: https://github.com/hasura/ndc-postgres/compare/v0.6.0...HEAD
[v0.6.0]: https://github.com/hasura/ndc-postgres/releases/tag/v0.6.0
[v0.5.2]: https://github.com/hasura/ndc-postgres/releases/tag/v0.5.2
[v0.5.1]: https://github.com/hasura/ndc-postgres/releases/tag/v0.5.1
[v0.5.0]: https://github.com/hasura/ndc-postgres/releases/tag/v0.5.0
Expand Down

0 comments on commit 582c771

Please sign in to comment.