Skip to content

Commit

Permalink
Prepare release v0.2.1 (#149)
Browse files Browse the repository at this point in the history
<!-- 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)? -->
  • Loading branch information
codingkarthik committed Sep 16, 2024
1 parent 6b30734 commit 35dd850
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 10 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[workspace]
resolver = "2"

package.version = "0.2.0"
package.version = "0.2.1"
package.edition = "2021"

members = [
Expand Down
10 changes: 9 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@

### Fixed

## [v0.2.1]

### Added

- Add subcommand `stored-procedures` to the `update` command to introspect stored procedures.


## [v0.2.0]

### Added
Expand Down Expand Up @@ -37,7 +44,8 @@

<!-- end -->

[Unreleased]: https://github.com/hasura/ndc-sqlserver/compare/v0.2.0...HEAD
[Unreleased]: https://github.com/hasura/ndc-sqlserver/compare/v0.2.1...HEAD
[v0.2.1]: https://github.com/hasura/ndc-sqlserver/releases/tag/v0.2.1
[v0.2.0]: https://github.com/hasura/ndc-sqlserver/releases/tag/v0.2.0
[v0.1.2]: https://github.com/hasura/ndc-sqlserver/releases/tag/v0.1.2
[v0.1.1]: https://github.com/hasura/ndc-sqlserver/releases/tag/v0.1.1
Expand Down

0 comments on commit 35dd850

Please # to comment.