Skip to content

Commit

Permalink
Release all crates (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
ia0 authored Apr 27, 2023
1 parent e3dfbe9 commit 538418a
Show file tree
Hide file tree
Showing 50 changed files with 172 additions and 149 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.2-git
## 0.1.2

### 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.2-git"
version = "0.1.2"
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.2.0-git
## 0.2.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.2.0-git"
version = "0.2.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 = "1.0.56"
wasefire-applet-api-desc = { version = "=0.1.2-git", path = "../api-desc" }
wasefire-applet-api-desc = { version = "=0.1.2", 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.2.0-git
## 0.2.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.2.0-git"
version = "0.2.0"
authors = ["Julien Cretin <cretin@google.com>"]
license = "Apache-2.0"
publish = true
Expand All @@ -13,7 +13,7 @@ categories = ["embedded", "no-std", "wasm"]

[dependencies]
sealed = { version = "0.4.0", optional = true }
wasefire-applet-api-macro = { version = "0.2.0-git", path = "../api-macro" }
wasefire-applet-api-macro = { version = "0.2.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.2.0-git
## 0.2.0

### Major

Expand Down
6 changes: 3 additions & 3 deletions crates/board/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/board/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wasefire-board-api"
version = "0.2.0-git"
version = "0.2.0"
authors = ["Julien Cretin <cretin@google.com>"]
license = "Apache-2.0"
publish = true
Expand All @@ -15,8 +15,8 @@ categories = ["embedded", "no-std"]
defmt = { version = "0.3.4", optional = true }
usb-device = "0.2.9"
usbd-serial = "0.1.1"
wasefire-logger = { version = "0.1.2-git", path = "../logger" }
wasefire-store = { version = "0.2.0-git", path = "../store" }
wasefire-logger = { version = "0.1.2", path = "../logger" }
wasefire-store = { version = "0.2.0", 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.2-git
## 0.1.2

### Minor

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.2-git"
version = "0.1.2"
authors = ["Julien Cretin <cretin@google.com>"]
license = "Apache-2.0"
publish = true
Expand Down
2 changes: 1 addition & 1 deletion crates/logger/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 0.1.2-git
## 0.1.2

### Patch

Expand Down
2 changes: 1 addition & 1 deletion crates/logger/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/logger/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wasefire-logger"
version = "0.1.2-git"
version = "0.1.2"
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.1.4-git
## 0.1.4

### Minor

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.1.4-git"
version = "0.1.4"
authors = ["Julien Cretin <cretin@google.com>"]
license = "Apache-2.0"
publish = true
Expand All @@ -14,7 +14,7 @@ categories = ["embedded", "no-std", "wasm"]
[dependencies]
const-default = "1.0.0"
rlsf = "0.2.1"
wasefire-applet-api = { version = "0.2.0-git", path = "../api", features = ["wasm"] }
wasefire-applet-api = { version = "0.2.0", path = "../api", features = ["wasm"] }

[features]
multivalue = ["wasefire-applet-api/multivalue"]
Expand Down
16 changes: 8 additions & 8 deletions crates/runner-host/Cargo.lock

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

Loading

0 comments on commit 538418a

Please sign in to comment.