Skip to content

Commit

Permalink
release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
takaebato committed Jul 4, 2024
1 parent 00748bb commit 0c9a762
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## [Unreleased]

## [v0.2.0](https://github.com/takaebato/sql-insight/tree/v0.2.0) (2024-07-05)

## What's Changed

* Add unify_values option to normalization (and update tarpaulin to v0.30.0) by @takaebato in https://github.com/takaebato/sql-insight/pull/6

## [v0.1.1](https://github.com/takaebato/sql-insight/tree/v0.1.1) (2024-02-12)

Updates to the documentation and removal of any remaining debug print in the code.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = ["sql-insight", "sql-insight-cli"]
resolver = "2"

[workspace.package]
version = "0.1.1"
version = "0.2.0"
authors = ["Takahiro Ebato <[email protected]>"]
homepage = "https://github.com/takaebato/sql-insight"
repository = "https://github.com/takaebato/sql-insight"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add `sql_insight` to your `Cargo.toml` file:

```toml
[dependencies]
sql-insight = { version = "0.1.1" }
sql-insight = { version = "0.2.0" }
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion sql-insight-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ path = "src/main.rs"
doc = false

[dependencies]
sql-insight = { path = "../sql-insight", version = "0.1.1" }
sql-insight = { path = "../sql-insight", version = "0.2.0" }
clap = { version = "4.4.18", features = ["derive"] }

[dev-dependencies]
Expand Down

0 comments on commit 0c9a762

Please sign in to comment.