Skip to content

Commit

Permalink
Merge pull request #163 from redbadger/release-plz-2023-12-03T14-39-24Z
Browse files Browse the repository at this point in the history
chore: release
  • Loading branch information
StuartHarris authored Dec 3, 2023
2 parents 85eadcc + 9fc3449 commit 5ec3336
Show file tree
Hide file tree
Showing 15 changed files with 234 additions and 159 deletions.
57 changes: 28 additions & 29 deletions Cargo.lock

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

8 changes: 8 additions & 0 deletions crux_core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.7.0](https://github.com/redbadger/crux/compare/crux_core-v0.6.5...crux_core-v0.7.0) - 2023-12-03

### Fixed
- fix doc tests

### Other
- improve typegen error handling

## [0.6.5](https://github.com/redbadger/crux/compare/crux_core-v0.6.4...crux_core-v0.6.5) - 2023-11-29

### Other
Expand Down
2 changes: 1 addition & 1 deletion crux_core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "crux_core"
description = "Cross-platform app development in Rust"
version = "0.6.5"
version = "0.7.0"
readme = "README.md"
authors.workspace = true
repository.workspace = true
Expand Down
5 changes: 5 additions & 0 deletions crux_http/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.4.4](https://github.com/redbadger/crux/compare/crux_http-v0.4.3...crux_http-v0.4.4) - 2023-12-03

### Other
- updated the following local packages: crux_core, crux_core

## [0.4.3](https://github.com/redbadger/crux/compare/crux_http-v0.4.2...crux_http-v0.4.3) - 2023-11-29

### Other
Expand Down
6 changes: 3 additions & 3 deletions crux_http/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "crux_http"
description = "HTTP capability for use with crux_core"
version = "0.4.3"
version = "0.4.4"
readme = "README.md"
authors.workspace = true
repository.workspace = true
Expand All @@ -13,7 +13,7 @@ rust-version.workspace = true
[dependencies]
anyhow.workspace = true
async-trait = "0.1.74"
crux_core = { version = "0.6", path = "../crux_core" }
crux_core = { version = "0.7", path = "../crux_core" }
crux_macros = { version = "0.3", path = "../crux_macros" }
derive_builder = "0.12.0"
futures-util = "0.3"
Expand All @@ -27,4 +27,4 @@ url = "2.5.0"
assert_fs = "1.0.13"
futures-test = "0.3"
assert_matches = "1.5"
crux_core = { version = "0.6", path = "../crux_core", features = ["typegen"] }
crux_core = { version = "0.7", path = "../crux_core", features = ["typegen"] }
5 changes: 5 additions & 0 deletions crux_kv/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.6](https://github.com/redbadger/crux/compare/crux_kv-v0.1.5...crux_kv-v0.1.6) - 2023-12-03

### Other
- updated the following local packages: crux_core

## [0.1.5](https://github.com/redbadger/crux/compare/crux_kv-v0.1.4...crux_kv-v0.1.5) - 2023-11-29

### Other
Expand Down
4 changes: 2 additions & 2 deletions crux_kv/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "crux_kv"
description = "Key-Value capability for use with crux_core"
version = "0.1.5"
version = "0.1.6"
readme = "README.md"
authors.workspace = true
repository.workspace = true
Expand All @@ -12,6 +12,6 @@ rust-version.workspace = true

[dependencies]
anyhow.workspace = true
crux_core = { version = "0.6", path = "../crux_core" }
crux_core = { version = "0.7", path = "../crux_core" }
crux_macros = { version = "0.3", path = "../crux_macros" }
serde = { workspace = true, features = ["derive"] }
5 changes: 5 additions & 0 deletions crux_platform/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.6](https://github.com/redbadger/crux/compare/crux_platform-v0.1.5...crux_platform-v0.1.6) - 2023-12-03

### Other
- updated the following local packages: crux_core

## [0.1.5](https://github.com/redbadger/crux/compare/crux_platform-v0.1.4...crux_platform-v0.1.5) - 2023-11-29

### Other
Expand Down
4 changes: 2 additions & 2 deletions crux_platform/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "crux_platform"
description = "Platform capability for use with crux_core"
version = "0.1.5"
version = "0.1.6"
readme = "README.md"
authors.workspace = true
repository.workspace = true
Expand All @@ -12,6 +12,6 @@ rust-version.workspace = true

[dependencies]
anyhow.workspace = true
crux_core = { version = "0.6", path = "../crux_core" }
crux_core = { version = "0.7", path = "../crux_core" }
crux_macros = { version = "0.3", path = "../crux_macros" }
serde = { workspace = true, features = ["derive"] }
5 changes: 5 additions & 0 deletions crux_time/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.7](https://github.com/redbadger/crux/compare/crux_time-v0.1.6...crux_time-v0.1.7) - 2023-12-03

### Other
- updated the following local packages: crux_core

## [0.1.6](https://github.com/redbadger/crux/compare/crux_time-v0.1.5...crux_time-v0.1.6) - 2023-11-29

### Other
Expand Down
4 changes: 2 additions & 2 deletions crux_time/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "crux_time"
description = "Time capability for use with crux_core"
version = "0.1.6"
version = "0.1.7"
readme = "README.md"
authors.workspace = true
repository.workspace = true
Expand All @@ -12,6 +12,6 @@ rust-version.workspace = true

[dependencies]
anyhow.workspace = true
crux_core = { version = "0.6", path = "../crux_core" }
crux_core = { version = "0.7", path = "../crux_core" }
crux_macros = { version = "0.3", path = "../crux_macros" }
serde = { workspace = true, features = ["derive"] }
Loading

0 comments on commit 5ec3336

Please sign in to comment.