Skip to content

Commit fe122a3

Browse files
authored
Release v2.0.0 (#166)
Release version 2.0.0
1 parent 932d0eb commit fe122a3

File tree

3 files changed

+21
-9
lines changed

3 files changed

+21
-9
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 = "1.0.0"
4+
package.version = "2.0.0"
55
package.edition = "2021"
66

77
members = [

changelog.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,18 @@
88

99
### Fixed
1010

11+
## [2.0.0]
12+
13+
### Added
14+
15+
- Proper ndc-spec type `representation` for scalar types [#165](https://github.com/hasura/ndc-sqlserver/pull/165)
16+
17+
### Changed
18+
19+
### Fixed
20+
21+
- Properly stream introspection results [#155](https://github.com/hasura/ndc-sqlserver/pull/155)
22+
1123
## [v1.0.0]
1224

1325
### Fixed

0 commit comments

Comments
 (0)