Skip to content

Commit

Permalink
Release all crates (#542)
Browse files Browse the repository at this point in the history
  • Loading branch information
ia0 authored Jul 23, 2024
1 parent bae25fc commit 5113042
Show file tree
Hide file tree
Showing 114 changed files with 517 additions and 514 deletions.
2 changes: 1 addition & 1 deletion crates/api-desc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 0.2.0-git
## 0.2.0

### Major

Expand Down
2 changes: 1 addition & 1 deletion crates/api-desc/Cargo.lock

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

2 changes: 1 addition & 1 deletion crates/api-desc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wasefire-applet-api-desc"
version = "0.2.0-git"
version = "0.2.0"
authors = ["Julien Cretin <[email protected]>"]
license = "Apache-2.0"
publish = true
Expand Down
2 changes: 1 addition & 1 deletion crates/api-macro/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 0.6.1-git
## 0.6.1

### Minor

Expand Down
4 changes: 2 additions & 2 deletions crates/api-macro/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/api-macro/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wasefire-applet-api-macro"
version = "0.6.1-git"
version = "0.6.1"
authors = ["Julien Cretin <[email protected]>"]
license = "Apache-2.0"
publish = true
Expand All @@ -15,7 +15,7 @@ categories = ["embedded", "no-std", "wasm"]
proc-macro = true

[dependencies]
wasefire-applet-api-desc = { version = "=0.2.0-git", path = "../api-desc" }
wasefire-applet-api-desc = { version = "=0.2.0", path = "../api-desc" }

[features]
api-button = ["wasefire-applet-api-desc/api-button"]
Expand Down
2 changes: 1 addition & 1 deletion crates/api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 0.6.1-git
## 0.6.1

### Minor

Expand Down
10 changes: 5 additions & 5 deletions crates/api/Cargo.lock

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

8 changes: 4 additions & 4 deletions crates/api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wasefire-applet-api"
version = "0.6.1-git"
version = "0.6.1"
authors = ["Julien Cretin <[email protected]>"]
license = "Apache-2.0"
publish = true
Expand All @@ -18,9 +18,9 @@ features = ["full-api", "wasm"]
[dependencies]
bytemuck = { version = "1.16.0", default-features = false, features = ["derive"] }
sealed = { version = "0.5.0", default-features = false, optional = true }
wasefire-applet-api-macro = { version = "0.6.1-git", path = "../api-macro" }
wasefire-error = { version = "0.1.1-git", path = "../error" }
wasefire-logger = { version = "0.1.5-git", path = "../logger", optional = true }
wasefire-applet-api-macro = { version = "0.6.1", path = "../api-macro" }
wasefire-error = { version = "0.1.1", path = "../error" }
wasefire-logger = { version = "0.1.5", path = "../logger", optional = true }

[features]
# Compiles for host or wasm (choose exactly one).
Expand Down
2 changes: 1 addition & 1 deletion crates/board/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 0.7.0-git
## 0.7.0

### Major

Expand Down
14 changes: 7 additions & 7 deletions crates/board/Cargo.lock

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

10 changes: 5 additions & 5 deletions crates/board/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wasefire-board-api"
version = "0.7.0-git"
version = "0.7.0"
authors = ["Julien Cretin <[email protected]>"]
license = "Apache-2.0"
publish = true
Expand Down Expand Up @@ -34,12 +34,12 @@ signature = { version = "2.2.0", default-features = false, optional = true }
typenum = { version = "1.17.0", default-features = false, optional = true }
usb-device = { version = "0.3.2", default-features = false, optional = true }
usbd-serial = { version = "0.2.2", default-features = false, optional = true }
wasefire-error = { version = "0.1.1-git", path = "../error" }
wasefire-logger = { version = "0.1.5-git", path = "../logger" }
wasefire-store = { version = "0.2.4-git", path = "../store", optional = true }
wasefire-error = { version = "0.1.1", path = "../error" }
wasefire-logger = { version = "0.1.5", path = "../logger" }
wasefire-store = { version = "0.2.4", path = "../store", optional = true }

[dependencies.wasefire-applet-api]
version = "0.6.1-git"
version = "0.6.1"
path = "../api"
features = ["host"]
optional = true
Expand Down
2 changes: 1 addition & 1 deletion crates/cli-tools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Changelog

## 0.1.0-git
## 0.1.0

<!-- Increment to skip CHANGELOG.md test: 17 -->
18 changes: 9 additions & 9 deletions crates/cli-tools/Cargo.lock

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

6 changes: 3 additions & 3 deletions crates/cli-tools/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wasefire-cli-tools"
version = "0.1.0-git"
version = "0.1.0"
authors = ["Julien Cretin <[email protected]>"]
license = "Apache-2.0"
publish = true
Expand All @@ -18,10 +18,10 @@ clap = { version = "4.5.4", default-features = false, features = ["derive", "std
rusb = { version = "0.9.4", default-features = false }
serde = { version = "1.0.202", default-features = false, features = ["derive"] }
toml = { version = "0.8.13", default-features = false, features = ["display", "parse"] }
wasefire-protocol = { version = "0.1.0-git", path = "../protocol" }
wasefire-protocol = { version = "0.1.0", path = "../protocol" }

[dependencies.wasefire-protocol-usb]
version = "0.1.0-git"
version = "0.1.0"
path = "../protocol-usb"
features = ["host", "log"]

Expand Down
2 changes: 1 addition & 1 deletion crates/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 0.1.1-git
## 0.1.1

### Minor

Expand Down
Loading

0 comments on commit 5113042

Please sign in to comment.