Skip to content

Commit c864139

Browse files
Version 2.1.1 (#726)
<!-- The PR description should answer 2 (maybe 3) important questions: --> ### What Changelog and version bump.
1 parent f6b5f5b commit c864139

File tree

3 files changed

+19
-12
lines changed

3 files changed

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

changelog.md

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

99
### Fixed
1010

11+
## [v2.1.1] - 2025-03-12
12+
13+
### Changed
14+
15+
- Updates to connector packaging to include `watch` command
16+
1117
## [v2.1.0] - 2025-03-05
1218

1319
### Added
@@ -390,7 +396,8 @@ Initial release.
390396

391397
<!-- end -->
392398

393-
[Unreleased]: https://github.com/hasura/ndc-postgres/compare/v2.1.0...HEAD
399+
[Unreleased]: https://github.com/hasura/ndc-postgres/compare/v2.1.1...HEAD
400+
[v2.1.1]: https://github.com/hasura/ndc-postgres/releases/tag/v2.1.1
394401
[v2.1.0]: https://github.com/hasura/ndc-postgres/releases/tag/v2.1.0
395402
[v2.0.0]: https://github.com/hasura/ndc-postgres/releases/tag/v2.0.0
396403
[v1.2.0]: https://github.com/hasura/ndc-postgres/releases/tag/v1.2.0

0 commit comments

Comments
 (0)