Skip to content

Commit

Permalink
chore: v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
funbiscuit committed Feb 7, 2024
1 parent 9f6a893 commit f85ce78
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Add `embedded-cli` and necessary crates to your app:

```toml
[dependencies]
embedded-cli = "0.1.2"
embedded-cli = "0.2.0"
embedded-io = "0.6.1"
ufmt = "0.2.0"
```
Expand Down
2 changes: 1 addition & 1 deletion embedded-cli-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "embedded-cli-macros"
version = "0.1.2"
version = "0.2.0"
authors = ["Sviatoslav Kokurin <kokurinsv@gmail.com>"]
description = """
Macros for embedded-cli lib
Expand Down
4 changes: 2 additions & 2 deletions embedded-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "embedded-cli"
version = "0.1.2"
version = "0.2.0"
authors = ["Sviatoslav Kokurin <kokurinsv@gmail.com>"]
description = """
CLI with autocompletion, help and history for embedded systems (like Arduino or STM32)
Expand All @@ -21,7 +21,7 @@ help = ["embedded-cli-macros/help"]
history = []

[dependencies]
embedded-cli-macros = { version = "0.1.2", path = "../embedded-cli-macros", optional = true }
embedded-cli-macros = { version = "0.2.0", path = "../embedded-cli-macros", optional = true }

bitflags = "2.4.1"
embedded-io = "0.6.1"
Expand Down

0 comments on commit f85ce78

Please sign in to comment.