Skip to content

Commit

Permalink
chore: bump version to 0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
benfdking committed Apr 27, 2024
1 parent 9341ef6 commit dd885be
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions crates/cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "sqruff"
description = "A high-speed SQL linter."
version = "0.0.14"
version = "0.1.0"
edition = "2021"
license = "MIT"

Expand All @@ -13,7 +13,7 @@ harness = false
jemalloc = ["jemallocator"]

[dependencies]
sqruff-lib = { version = "0.0.14", path = "../lib" }
sqruff-lib = { version = "0.1.0", path = "../lib" }
clap = { version = "4", features = ["derive"] }
console = "0.15.8"

Expand Down
2 changes: 1 addition & 1 deletion crates/lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "sqruff-lib"
description = "A high-speed SQL linter."
version = "0.0.14"
version = "0.1.0"
edition = "2021"
license = "MIT"

Expand Down

0 comments on commit dd885be

Please sign in to comment.