Skip to content

Commit 39eb289

Browse files
Bump version to 2.1.0 (again) (#717)
Reverts #716
1 parent 99178d5 commit 39eb289

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

changelog.md

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

77
### Changed
88

9+
### Fixed
10+
11+
## [v2.1.0] - 2025-03-05
12+
13+
### Added
14+
15+
### Changed
16+
917
- improved SQL generation to faciliate efficient use of indices in cockroachdb
1018

1119
### Fixed
@@ -382,7 +390,8 @@ Initial release.
382390

383391
<!-- end -->
384392

385-
[Unreleased]: https://github.com/hasura/ndc-postgres/compare/v2.0.0...HEAD
393+
[Unreleased]: https://github.com/hasura/ndc-postgres/compare/v2.1.0...HEAD
394+
[v2.1.0]: https://github.com/hasura/ndc-postgres/releases/tag/v2.1.0
386395
[v2.0.0]: https://github.com/hasura/ndc-postgres/releases/tag/v2.0.0
387396
[v1.2.0]: https://github.com/hasura/ndc-postgres/releases/tag/v1.2.0
388397
[v1.1.2]: https://github.com/hasura/ndc-postgres/releases/tag/v1.1.2

0 commit comments

Comments
 (0)