Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Jul 30, 2024
1 parent 6094fcb commit 1537de9
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/tools/blob/master/tools/rust/CHANGELOG.md)
- [TOML schema](https://github.com/moonrepo/tools/blob/master/tools/internal-schema/CHANGELOG.md)

## Unreleased
## 0.39.3

#### 🚀 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.

6 changes: 3 additions & 3 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.39.2"
version = "0.39.3"
edition = "2021"
license = "MIT"
description = "A multi-language version manager, a unified toolchain."
Expand Down Expand Up @@ -32,8 +32,8 @@ name = "proto-shim"
path = "src/main_shim.rs"

[dependencies]
proto_core = { version = "0.39.2", path = "../core" }
proto_installer = { version = "0.5.2", path = "../installer" }
proto_core = { version = "0.39.3", path = "../core" }
proto_installer = { version = "0.5.3", path = "../installer" }
proto_pdk_api = { version = "0.22.0", path = "../pdk-api" }
proto_shim = { version = "0.4.2", path = "../shim" }
system_env = { version = "0.5.0", path = "../system-env" }
Expand Down
2 changes: 1 addition & 1 deletion crates/codegen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ publish = false
dist = false

[dependencies]
proto_core = { version = "0.39.2", path = "../core" }
proto_core = { version = "0.39.3", path = "../core" }
proto_pdk_api = { version = "0.22.0", path = "../pdk-api", features = [
"schematic",
] }
Expand Down
2 changes: 1 addition & 1 deletion crates/core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "proto_core"
version = "0.39.2"
version = "0.39.3"
edition = "2021"
license = "MIT"
description = "Core proto APIs."
Expand Down
2 changes: 1 addition & 1 deletion crates/installer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "proto_installer"
version = "0.5.2"
version = "0.5.3"
edition = "2021"
license = "MIT"
description = "Download and install proto."
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.39.2", path = "../core" }
proto_core = { version = "0.39.3", path = "../core" }
proto_pdk_api = { version = "0.22.0", path = "../pdk-api" }
warpgate = { version = "0.16.1", path = "../warpgate" }
serde = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.39.2
0.39.3

0 comments on commit 1537de9

Please sign in to comment.