diff --git a/CHANGELOG.md b/CHANGELOG.md index 97a62cf..1352488 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## What's Changed in 0.0.4 +* chore: updated the following local packages: r2x-manifest + +**Full Changelog**: https://github.com/NREL/r2x-cli/compare/0.0.3...0.0.4 + + ## What's Changed in 0.0.6 * fix: updating compatibility with r2x-core and plugin discoverability. by @pesap in [#29](https://github.com/NREL/r2x-cli/pull/29) diff --git a/Cargo.lock b/Cargo.lock index a878fae..b67ef6a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -766,7 +766,7 @@ checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" [[package]] name = "r2x" -version = "0.0.6" +version = "0.0.7" dependencies = [ "anyhow", "assert_cmd", @@ -798,7 +798,7 @@ dependencies = [ [[package]] name = "r2x-ast" -version = "0.0.2" +version = "0.0.3" dependencies = [ "anyhow", "ast-grep-core", @@ -833,7 +833,7 @@ dependencies = [ [[package]] name = "r2x-manifest" -version = "0.0.2" +version = "0.0.3" dependencies = [ "anyhow", "chrono", @@ -848,7 +848,7 @@ dependencies = [ [[package]] name = "r2x-python" -version = "0.0.3" +version = "0.0.4" dependencies = [ "once_cell", "pyo3", diff --git a/Cargo.toml b/Cargo.toml index ceaf7c6..be83f42 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ members = [ resolver = "2" [workspace.package] -version = "0.0.6" +version = "0.0.7" edition = "2021" authors = ["pesap ", "Micah Webb "] repository = "https://github.com/NREL/r2x-cli" @@ -16,10 +16,10 @@ rust-version = "1.72" [workspace.dependencies] r2x-config = { path = "crates/r2x-config", version = "0.0.2" } -r2x-manifest = { path = "crates/r2x-manifest", version = "0.0.2" } -r2x-python = { path = "crates/r2x-python", version = "0.0.3" } +r2x-manifest = { path = "crates/r2x-manifest", version = "0.0.3" } +r2x-python = { path = "crates/r2x-python", version = "0.0.4" } r2x-logger = { path = "crates/r2x-logger", version = "0.0.1" } -r2x-ast = { path = "crates/r2x-ast", version = "0.0.2" } +r2x-ast = { path = "crates/r2x-ast", version = "0.0.3" } [profile.dist] inherits = "release" diff --git a/crates/r2x-ast/Cargo.toml b/crates/r2x-ast/Cargo.toml index 3df27cf..a1ef0bb 100644 --- a/crates/r2x-ast/Cargo.toml +++ b/crates/r2x-ast/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "r2x-ast" -version = "0.0.2" +version = "0.0.3" edition = { workspace = true } authors = { workspace = true } repository = { workspace = true } diff --git a/crates/r2x-manifest/Cargo.toml b/crates/r2x-manifest/Cargo.toml index 8e38a59..a1b98c0 100644 --- a/crates/r2x-manifest/Cargo.toml +++ b/crates/r2x-manifest/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "r2x-manifest" -version = "0.0.2" +version = "0.0.3" edition = { workspace = true } authors = { workspace = true } repository = { workspace = true } diff --git a/crates/r2x-python/Cargo.toml b/crates/r2x-python/Cargo.toml index f621c8f..dbfe95f 100644 --- a/crates/r2x-python/Cargo.toml +++ b/crates/r2x-python/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "r2x-python" -version = "0.0.3" +version = "0.0.4" edition = { workspace = true } authors = { workspace = true } repository = { workspace = true }