Skip to content

Commit

Permalink
Merge pull request #133 from arkedge/release-v0.4
Browse files Browse the repository at this point in the history
Release v0.4.0
  • Loading branch information
sksat authored Nov 19, 2024
2 parents 2d689db + 7f81b5f commit d1ee93d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 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"
version = "0.4.0"
description = "Virtual Harness Toolkit"
repository = "https://github.com/arkedge/kble"
license = "MIT"
Expand Down Expand Up @@ -33,7 +33,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.3.0"
kble-socket = "0.4.0"
notalawyer = "0.2.0"
notalawyer-clap = "0.2.0"
notalawyer-build = "0.2.0"

0 comments on commit d1ee93d

Please sign in to comment.