Skip to content

Commit

Permalink
prepare v0.5.2 (#396)
Browse files Browse the repository at this point in the history
### What

Prepare for v0.5.2 release.

### How

Update the changelog and bump the version.
  • Loading branch information
Gil Mizrahi authored Mar 29, 2024
1 parent fe986fb commit 805bc53
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 14 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.1"
package.version = "0.5.2"
package.edition = "2021"
package.license = "Apache-2.0"

Expand Down
24 changes: 21 additions & 3 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,30 @@

### Added

- Make aggregation functions available through implicit casts.
([#381](https://github.com/hasura/ndc-postgres/pull/380))
### Changed

### Fixed

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

### Added

- Make operators of domain types available via implicit casts.
([#392](https://github.com/hasura/ndc-postgres/pull/392))
- Support introspection composite types.
([#391](https://github.com/hasura/ndc-postgres/pull/391))
- Support enum types in the configuration.
([#387](https://github.com/hasura/ndc-postgres/pull/387))
- Make aggregation functions available through implicit casts in the configuration.
([#381](https://github.com/hasura/ndc-postgres/pull/381))
- Support for introspecting domain types.
([#380](https://github.com/hasura/ndc-postgres/pull/380))

### Changed

- Support ndc-spec 0.1.1.
([#390](https://github.com/hasura/ndc-postgres/pull/390))

### Fixed

## [v0.5.1] - 2024-03-21
Expand Down Expand Up @@ -166,7 +183,8 @@ Initial release.

<!-- end -->

[Unreleased]: https://github.com/hasura/ndc-postgres/compare/v0.5.1...HEAD
[Unreleased]: https://github.com/hasura/ndc-postgres/compare/v0.5.2...HEAD
[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
[v0.4.1]: https://github.com/hasura/ndc-postgres/releases/tag/v0.4.1
Expand Down

0 comments on commit 805bc53

Please sign in to comment.