Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Dec 7, 2023
1 parent 4a65a4a commit 5ee1609
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
- [Rust](https://github.com/moonrepo/rust-plugin/blob/master/CHANGELOG.md)
- [TOML schema](https://github.com/moonrepo/schema-plugin/blob/master/CHANGELOG.md)

## Unreleased
## 0.24.2

#### 🚀 Updates

Expand Down
6 changes: 3 additions & 3 deletions 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/cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "proto_cli"
version = "0.24.1"
version = "0.24.2"
edition = "2021"
license = "MIT"
description = "A multi-language version manager, a unified toolchain."
Expand All @@ -27,7 +27,7 @@ name = "proto"
path = "src/main.rs"

[dependencies]
proto_core = { version = "0.24.2", path = "../core" }
proto_core = { version = "0.24.3", path = "../core" }
proto_pdk_api = { version = "0.11.1", path = "../pdk-api" }
system_env = { version = "0.1.8", path = "../system-env" }
chrono = "0.4.31"
Expand Down
4 changes: 2 additions & 2 deletions crates/core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "proto_core"
version = "0.24.2"
version = "0.24.3"
edition = "2021"
license = "MIT"
description = "Core proto APIs."
Expand All @@ -12,7 +12,7 @@ proto_pdk_api = { version = "0.11.1", path = "../pdk-api" }
system_env = { version = "0.1.8", path = "../system-env", features = [
"schematic",
] }
version_spec = { version = "0.1.6", path = "../version-spec", features = [
version_spec = { version = "0.1.7", path = "../version-spec", features = [
"schematic",
] }
warpgate = { version = "0.7.0", path = "../warpgate", features = ["schematic"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/pdk-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repository = "https://github.com/moonrepo/proto"

[dependencies]
system_env = { version = "0.1.8", path = "../system-env" }
version_spec = { version = "0.1.6", path = "../version-spec" }
version_spec = { version = "0.1.7", path = "../version-spec" }
warpgate_api = { version = "0.1.6", path = "../warpgate-api" }
anyhow = "1.0.75"
semver = { workspace = true, features = ["serde"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/pdk-test-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ homepage = "https://moonrepo.dev/proto"
repository = "https://github.com/moonrepo/proto"

[dependencies]
proto_core = { version = "0.24.2", path = "../core" }
proto_core = { version = "0.24.3", path = "../core" }
proto_pdk_api = { version = "0.11.1", path = "../pdk-api" }
extism = { workspace = true }
serde_json = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/version-spec/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "version_spec"
version = "0.1.6"
version = "0.1.7"
edition = "2021"
license = "MIT"
description = "A specification for working with partial, full, or aliased versions."
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.24.1
0.24.2

0 comments on commit 5ee1609

Please sign in to comment.