Skip to content

Commit 90b1ce0

Browse files
committed
Update to 3.3.0 (#632)
Co-authored-by: Eyal Bukchin <[email protected]>
1 parent 737b482 commit 90b1ce0

File tree

6 files changed

+19
-16
lines changed

6 files changed

+19
-16
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ Previous versions had CHANGELOG per component, we decided to combine all reposit
66
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
77

88
## [Unreleased]
9+
10+
## 3.3.0
11+
912
### Added
1013
- Telemetries, see [TELEMETRY.md](./TELEMETRY.md) for more information.
1114

Cargo.lock

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ members = [
1818

1919
# latest commits on rustls suppress certificate verification
2020
[workspace.package]
21-
version = "3.2.0"
21+
version = "3.3.0"
2222
edition = "2021"
2323
license = "MIT"
2424
readme = "README.md"

intellij-ext/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
pluginGroup = com.metalbear.mirrord
55
pluginName = mirrord
66
# SemVer format -> https://semver.org
7-
pluginVersion = 3.2.0
7+
pluginVersion = 3.3.0
88

99
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
1010
# for insight into build numbers and IntelliJ Platform versions.

vscode-ext/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vscode-ext/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "mirrord",
44
"description": "Run your local process in the context of your cloud cluster",
55
"publisher": "MetalBear",
6-
"version": "3.2.0",
6+
"version": "3.3.0",
77
"engines": {
88
"vscode": "^1.63.0"
99
},

0 commit comments

Comments
 (0)