Skip to content

Commit

Permalink
Merge pull request #66 from arkedge/release-0.3
Browse files Browse the repository at this point in the history
Release 0.3.0
  • Loading branch information
sksat authored Feb 28, 2024
2 parents 89cdac9 + 6ddc7a9 commit 6ee2e20
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 68 deletions.
80 changes: 14 additions & 66 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 Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[workspace.package]
version = "0.3.0-beta.1"
version = "0.3.0"
repository = "https://github.com/arkedge/kble"
license = "MIT"
edition = "2021"
Expand Down Expand Up @@ -30,7 +30,7 @@ clap = { version = "4", features = ["derive"] }
serde = { version = "1", features = ["derive"]}
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
kble-socket = "0.2.0"
kble-socket = "0.3.0"
notalawyer = "0.1.0"
notalawyer-clap = "0.1.0"
notalawyer-build = "0.1.0"

0 comments on commit 6ee2e20

Please sign in to comment.