diff --git a/CHANGELOG.md b/CHANGELOG.md index a7d37d45e22..510781d51a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how ## [Unreleased] +## 3.5.0 + ### Added - aarch64 release binaries (no go support yet, no IntelliJ also). - mirrord-layer: Add [`FileFilter`](mirrord-layer/src/file/filter.rs) that allows the user to include or exclude file paths (with regex support) for file operations. diff --git a/Cargo.lock b/Cargo.lock index cbe8e111c6e..a4c0787f9d5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -730,7 +730,7 @@ dependencies = [ [[package]] name = "fileops" -version = "3.4.0" +version = "3.5.0" dependencies = [ "libc", ] @@ -1560,7 +1560,7 @@ dependencies = [ [[package]] name = "mirrord" -version = "3.4.0" +version = "3.5.0" dependencies = [ "anyhow", "clap", @@ -1579,7 +1579,7 @@ dependencies = [ [[package]] name = "mirrord-agent" -version = "3.4.0" +version = "3.5.0" dependencies = [ "actix-codec", "bollard", @@ -1615,7 +1615,7 @@ dependencies = [ [[package]] name = "mirrord-auth" -version = "3.4.0" +version = "3.5.0" dependencies = [ "lazy_static", "rand 0.8.5", @@ -1628,7 +1628,7 @@ dependencies = [ [[package]] name = "mirrord-config" -version = "3.4.0" +version = "3.5.0" dependencies = [ "anyhow", "mirrord-config-derive", @@ -1644,7 +1644,7 @@ dependencies = [ [[package]] name = "mirrord-config-derive" -version = "3.4.0" +version = "3.5.0" dependencies = [ "proc-macro2", "proc-macro2-diagnostics", @@ -1654,7 +1654,7 @@ dependencies = [ [[package]] name = "mirrord-layer" -version = "3.4.0" +version = "3.5.0" dependencies = [ "actix-codec", "anyhow", @@ -1695,7 +1695,7 @@ dependencies = [ [[package]] name = "mirrord-macro" -version = "3.4.0" +version = "3.5.0" dependencies = [ "proc-macro2", "quote", @@ -1704,7 +1704,7 @@ dependencies = [ [[package]] name = "mirrord-progress" -version = "3.4.0" +version = "3.5.0" dependencies = [ "atty", "termspin", @@ -1712,7 +1712,7 @@ dependencies = [ [[package]] name = "mirrord-protocol" -version = "3.4.0" +version = "3.5.0" dependencies = [ "actix-codec", "bincode", @@ -2616,7 +2616,7 @@ dependencies = [ [[package]] name = "rust-e2e-fileops" -version = "3.4.0" +version = "3.5.0" dependencies = [ "libc", ] diff --git a/Cargo.toml b/Cargo.toml index d859704d1f3..54eaac2e8c3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ members = [ # latest commits on rustls suppress certificate verification [workspace.package] -version = "3.4.0" +version = "3.5.0" edition = "2021" license = "MIT" readme = "README.md" diff --git a/intellij-ext/gradle.properties b/intellij-ext/gradle.properties index ff45b2c8060..dc5f68686ed 100644 --- a/intellij-ext/gradle.properties +++ b/intellij-ext/gradle.properties @@ -4,7 +4,7 @@ pluginGroup = com.metalbear.mirrord pluginName = mirrord # SemVer format -> https://semver.org -pluginVersion = 3.4.0 +pluginVersion = 3.5.0 # See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html # for insight into build numbers and IntelliJ Platform versions. diff --git a/vscode-ext/package-lock.json b/vscode-ext/package-lock.json index 66f78d58663..dada22e9242 100644 --- a/vscode-ext/package-lock.json +++ b/vscode-ext/package-lock.json @@ -1,12 +1,12 @@ { "name": "mirrord", - "version": "3.4.0", + "version": "3.5.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "mirrord", - "version": "3.4.0", + "version": "3.5.0", "dependencies": { "@kubernetes/client-node": "^0.16.3", "es5-ext": "<=0.10.53", diff --git a/vscode-ext/package.json b/vscode-ext/package.json index 498336f1944..7d6604125ba 100644 --- a/vscode-ext/package.json +++ b/vscode-ext/package.json @@ -3,7 +3,7 @@ "displayName": "mirrord", "description": "Run your local process in the context of your cloud cluster", "publisher": "MetalBear", - "version": "3.4.0", + "version": "3.5.0", "engines": { "vscode": "^1.63.0" },