Skip to content

Commit c33ff7e

Browse files
authored
Prepare release v0.2.2 (#152)
<!-- The PR description should answer 2 (maybe 3) important questions: --> ### What <!-- What is this PR trying to accomplish (and why, if it's not obvious)? --> ### How <!-- How is it trying to accomplish it (what are the implementation steps)? -->
1 parent f53e2a0 commit c33ff7e

File tree

3 files changed

+18
-10
lines changed

3 files changed

+18
-10
lines changed

Cargo.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[workspace]
22
resolver = "2"
33

4-
package.version = "0.2.1"
4+
package.version = "0.2.2"
55
package.edition = "2021"
66

77
members = [

changelog.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@
88

99
### Fixed
1010

11+
## [v0.2.2]
12+
13+
### Changed
14+
15+
- ndc-spec version to v1.6.0
16+
17+
1118
## [v0.2.1]
1219

1320
### Added
@@ -44,7 +51,8 @@
4451

4552
<!-- end -->
4653

47-
[Unreleased]: https://github.com/hasura/ndc-sqlserver/compare/v0.2.1...HEAD
54+
[Unreleased]: https://github.com/hasura/ndc-sqlserver/compare/v0.2.3...HEAD
55+
[v0.2.2]: https://github.com/hasura/ndc-sqlserver/releases/tag/v0.2.2
4856
[v0.2.1]: https://github.com/hasura/ndc-sqlserver/releases/tag/v0.2.1
4957
[v0.2.0]: https://github.com/hasura/ndc-sqlserver/releases/tag/v0.2.0
5058
[v0.1.2]: https://github.com/hasura/ndc-sqlserver/releases/tag/v0.1.2

0 commit comments

Comments
 (0)