Skip to content

Commit 3ecf2be

Browse files
Bump version to 1.1.2 (#628)
This bumps the version in `Cargo.toml` and updates `changelog.md`. Co-authored-by: BenoitRanque <[email protected]>
1 parent 2579844 commit 3ecf2be

File tree

3 files changed

+21
-12
lines changed

3 files changed

+21
-12
lines changed

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.1.1"
4+
package.version = "1.1.2"
55
package.edition = "2021"
66
package.license = "Apache-2.0"
77

changelog.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44

55
### Added
66

7+
### Changed
8+
9+
### Fixed
10+
11+
## [v1.1.2] - 2024-10-07
12+
13+
### Added
14+
715
- Enabled point mutations by default for newly generated configuration.
816

917
### Changed
@@ -343,7 +351,8 @@ Initial release.
343351

344352
<!-- end -->
345353

346-
[Unreleased]: https://github.com/hasura/ndc-postgres/compare/v1.1.1...HEAD
354+
[Unreleased]: https://github.com/hasura/ndc-postgres/compare/v1.1.2...HEAD
355+
[v1.1.2]: https://github.com/hasura/ndc-postgres/releases/tag/v1.1.2
347356
[v1.1.1]: https://github.com/hasura/ndc-postgres/releases/tag/v1.1.1
348357
[v1.1.0]: https://github.com/hasura/ndc-postgres/releases/tag/v1.1.0
349358
[v1.0.2]: https://github.com/hasura/ndc-postgres/releases/tag/v1.0.2

0 commit comments

Comments
 (0)