Skip to content

Commit

Permalink
Release all crates (#276)
Browse files Browse the repository at this point in the history
  • Loading branch information
ia0 committed Oct 27, 2023
1 parent 549089f commit b4c209d
Show file tree
Hide file tree
Showing 71 changed files with 233 additions and 233 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.1.5-git
## 0.1.5

### 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.1.5-git"
version = "0.1.5"
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.5.0-git
## 0.5.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.5.0-git"
version = "0.5.0"
authors = ["Julien Cretin <[email protected]>"]
license = "Apache-2.0"
publish = true
Expand All @@ -16,7 +16,7 @@ proc-macro = true

[dependencies]
proc-macro2 = { version = "1.0.67", default-features = false }
wasefire-applet-api-desc = { version = "=0.1.5-git", path = "../api-desc" }
wasefire-applet-api-desc = { version = "=0.1.5", path = "../api-desc" }

[features]
multivalue = ["wasefire-applet-api-desc/multivalue"]
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.5.0-git
## 0.5.0

### Major

Expand Down
6 changes: 3 additions & 3 deletions crates/api/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/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wasefire-applet-api"
version = "0.5.0-git"
version = "0.5.0"
authors = ["Julien Cretin <[email protected]>"]
license = "Apache-2.0"
publish = true
Expand All @@ -18,7 +18,7 @@ targets = ["riscv32imc-unknown-none-elf", "thumbv7em-none-eabi"]
[dependencies]
bytemuck = { version = "1.14.0", default-features = false, features = ["derive"] }
sealed = { version = "0.5.0", default-features = false, optional = true }
wasefire-applet-api-macro = { version = "0.5.0-git", path = "../api-macro" }
wasefire-applet-api-macro = { version = "0.5.0", path = "../api-macro" }

[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.5.0-git
## 0.5.0

### Major

Expand Down
4 changes: 2 additions & 2 deletions crates/board/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/board/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wasefire-board-api"
version = "0.5.0-git"
version = "0.5.0"
authors = ["Julien Cretin <[email protected]>"]
license = "Apache-2.0"
publish = true
Expand Down Expand Up @@ -35,7 +35,7 @@ typenum = { version = "1.17.0", default-features = false }
usb-device = { version = "0.2.9", default-features = false }
usbd-serial = { version = "0.1.1", default-features = false }
wasefire-logger = { version = "0.1.3", path = "../logger" }
wasefire-store = { version = "0.2.2-git", path = "../store" }
wasefire-store = { version = "0.2.2", path = "../store" }

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

## 0.1.4-git
## 0.1.4

### Patch

Expand Down
2 changes: 1 addition & 1 deletion crates/interpreter/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/interpreter/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wasefire-interpreter"
version = "0.1.4-git"
version = "0.1.4"
authors = ["Julien Cretin <[email protected]>"]
license = "Apache-2.0"
publish = true
Expand Down
2 changes: 1 addition & 1 deletion crates/prelude/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 0.4.0-git
## 0.4.0

### Major

Expand Down
8 changes: 4 additions & 4 deletions crates/prelude/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/prelude/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wasefire"
version = "0.4.0-git"
version = "0.4.0"
authors = ["Julien Cretin <[email protected]>"]
license = "Apache-2.0"
publish = true
Expand All @@ -24,7 +24,7 @@ portable-atomic = { version = "1.4.3", default-features = false }
rlsf = { version = "0.2.1", default-features = false }
sealed = { version = "0.5.0", default-features = false }
typenum = { version = "1.17.0", default-features = false }
wasefire-applet-api = { version = "0.5.0-git", path = "../api", features = ["wasm"] }
wasefire-applet-api = { version = "0.5.0", path = "../api", features = ["wasm"] }
zeroize = { version = "1.6.0", default-features = false, features = ["derive"], optional = true }

[features]
Expand Down
14 changes: 7 additions & 7 deletions crates/runner-host/Cargo.lock

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

14 changes: 7 additions & 7 deletions crates/runner-nordic/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/scheduler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 0.2.2-git
## 0.2.2

### Minor

Expand Down
Loading

0 comments on commit b4c209d

Please sign in to comment.