Skip to content

Commit

Permalink
Release all crates (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
ia0 authored Jun 15, 2023
1 parent fdc6832 commit 03f036a
Show file tree
Hide file tree
Showing 47 changed files with 165 additions and 151 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.3-git
## 0.1.3

### 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.3-git"
version = "0.1.3"
authors = ["Julien Cretin <cretin@google.com>"]
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.3.0-git
## 0.3.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.3.0-git"
version = "0.3.0"
authors = ["Julien Cretin <cretin@google.com>"]
license = "Apache-2.0"
publish = true
Expand All @@ -16,7 +16,7 @@ proc-macro = true

[dependencies]
proc-macro2 = { version = "1.0.60", default-features = false }
wasefire-applet-api-desc = { version = "=0.1.3-git", path = "../api-desc" }
wasefire-applet-api-desc = { version = "=0.1.3", 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.3.0-git
## 0.3.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.3.0-git"
version = "0.3.0"
authors = ["Julien Cretin <cretin@google.com>"]
license = "Apache-2.0"
publish = true
Expand All @@ -17,7 +17,7 @@ targets = ["riscv32imc-unknown-none-elf", "thumbv7em-none-eabi"]

[dependencies]
sealed = { version = "0.5.0", default-features = false, optional = true }
wasefire-applet-api-macro = { version = "0.3.0-git", path = "../api-macro" }
wasefire-applet-api-macro = { version = "0.3.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.3.0-git
## 0.3.0

### Major

Expand Down
2 changes: 1 addition & 1 deletion crates/board/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/board/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wasefire-board-api"
version = "0.3.0-git"
version = "0.3.0"
authors = ["Julien Cretin <cretin@google.com>"]
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.2.0-git
## 0.2.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.2.0-git"
version = "0.2.0"
authors = ["Julien Cretin <cretin@google.com>"]
license = "Apache-2.0"
publish = true
Expand All @@ -24,7 +24,7 @@ portable-atomic = { version = "1.3.3", default-features = false }
rlsf = { version = "0.2.1", default-features = false }
sealed = { version = "0.5.0", default-features = false }
typenum = { version = "1.16.0", default-features = false }
wasefire-applet-api = { version = "0.3.0-git", path = "../api", features = ["wasm"] }
wasefire-applet-api = { version = "0.3.0", path = "../api", features = ["wasm"] }
zeroize = { version = "1.6.0", default-features = false, features = ["derive"], optional = true }

[features]
Expand Down
10 changes: 5 additions & 5 deletions crates/runner-host/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/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.0-git
## 0.2.0

### Major

Expand Down
10 changes: 5 additions & 5 deletions crates/scheduler/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/scheduler/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wasefire-scheduler"
version = "0.2.0-git"
version = "0.2.0"
authors = ["Julien Cretin <cretin@google.com>"]
license = "Apache-2.0"
publish = true
Expand All @@ -17,8 +17,8 @@ derivative = { version = "2.2.0", default-features = false, features = ["use_cor
digest = { version = "0.10.7", default-features = false, features = ["mac"] }
generic-array = { version = "0.14.7", default-features = false }
typenum = { version = "1.16.0", default-features = false }
wasefire-applet-api = { version = "0.3.0-git", path = "../api", features = ["host"] }
wasefire-board-api = { version = "0.3.0-git", path = "../board" }
wasefire-applet-api = { version = "0.3.0", path = "../api", features = ["host"] }
wasefire-board-api = { version = "0.3.0", path = "../board" }
wasefire-interpreter = { version = "0.1.2", path = "../interpreter", features = ["toctou"] }
wasefire-logger = { version = "0.1.2", path = "../logger" }
wasefire-store = { version = "0.2.0", path = "../store" }
Expand Down
2 changes: 1 addition & 1 deletion crates/stub/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: 3 -->
Loading

0 comments on commit 03f036a

Please sign in to comment.