Skip to content

Commit 37bf580

Browse files
committed
Update to 3.1.1 (#597)
Co-authored-by: Eyal Bukchin <[email protected]>
1 parent ac29ba8 commit 37bf580

File tree

6 files changed

+18
-16
lines changed

6 files changed

+18
-16
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
77

88
## [Unreleased]
99

10+
## 3.1.1
11+
1012
### Fixed
1113
- IntelliJ plugin crashing on run because both include and exclude were being set for env vars.
1214

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.1.0"
21+
version = "3.1.1"
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.1.0
7+
pluginVersion = 3.1.1
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": "Mirror live traffic from your Kubernetes cluster to your local debugged process.",
55
"publisher": "MetalBear",
6-
"version": "3.1.0",
6+
"version": "3.1.1",
77
"engines": {
88
"vscode": "^1.63.0"
99
},

0 commit comments

Comments
 (0)