Skip to content

Commit

Permalink
Release all crates (#683)
Browse files Browse the repository at this point in the history
  • Loading branch information
ia0 authored Nov 12, 2024
1 parent b3b5ddf commit d5856a3
Show file tree
Hide file tree
Showing 120 changed files with 576 additions and 576 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.1-git
## 0.2.1

### Minor

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.1-git"
version = "0.2.1"
authors = ["Julien Cretin <[email protected]>"]
license = "Apache-2.0"
publish = true
Expand Down
2 changes: 1 addition & 1 deletion crates/api-desc/crates/update/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-macro/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
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.7.0-git"
version = "0.7.0"
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.1-git", path = "../api-desc" }
wasefire-applet-api-desc = { version = "=0.2.1", path = "../api-desc" }

[features]
api-button = ["wasefire-applet-api-desc/api-button"]
Expand Down
4 changes: 2 additions & 2 deletions crates/api/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 Expand Up @@ -98,4 +98,4 @@

## 0.1.0

<!-- Increment to skip CHANGELOG.md test: 3 -->
<!-- Increment to skip CHANGELOG.md test: 0 -->
12 changes: 6 additions & 6 deletions crates/api/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/api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wasefire-applet-api"
version = "0.7.0-git"
version = "0.7.0"
authors = ["Julien Cretin <[email protected]>"]
license = "Apache-2.0"
publish = true
Expand All @@ -18,10 +18,10 @@ features = ["full-api", "wasm"]
[dependencies]
bytemuck = { version = "1.16.0", default-features = false, features = ["derive"] }
sealed = { version = "0.6.0", default-features = false, optional = true }
wasefire-applet-api-macro = { version = "0.7.0-git", path = "../api-macro" }
wasefire-error = { version = "0.1.2-git", path = "../error" }
wasefire-logger = { version = "0.1.6-git", path = "../logger", optional = true }
wasefire-one-of = { version = "0.1.0-git", path = "../one-of" }
wasefire-applet-api-macro = { version = "0.7.0", path = "../api-macro" }
wasefire-error = { version = "0.1.2", path = "../error" }
wasefire-logger = { version = "0.1.6", path = "../logger", optional = true }
wasefire-one-of = { version = "0.1.0", path = "../one-of" }

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

## 0.8.0-git
## 0.8.0

### Major

Expand Down Expand Up @@ -161,4 +161,4 @@

## 0.1.0

<!-- Increment to skip CHANGELOG.md test: 3 -->
<!-- Increment to skip CHANGELOG.md test: 0 -->
22 changes: 11 additions & 11 deletions crates/board/Cargo.lock

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

12 changes: 6 additions & 6 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.8.0-git"
version = "0.8.0"
authors = ["Julien Cretin <[email protected]>"]
license = "Apache-2.0"
publish = true
Expand Down Expand Up @@ -34,13 +34,13 @@ 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.2-git", path = "../error" }
wasefire-logger = { version = "0.1.6-git", path = "../logger" }
wasefire-protocol = { version = "0.2.0-git", path = "../protocol" }
wasefire-store = { version = "0.3.0-git", path = "../store", optional = true }
wasefire-error = { version = "0.1.2", path = "../error" }
wasefire-logger = { version = "0.1.6", path = "../logger" }
wasefire-protocol = { version = "0.2.0", path = "../protocol" }
wasefire-store = { version = "0.3.0", path = "../store", optional = true }

[dependencies.wasefire-applet-api]
version = "0.7.0-git"
version = "0.7.0"
path = "../api"
features = ["host"]
optional = true
Expand Down
4 changes: 2 additions & 2 deletions crates/cli-tools/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 Expand Up @@ -49,4 +49,4 @@

## 0.1.0

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

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

Loading

0 comments on commit d5856a3

Please sign in to comment.