Skip to content

Commit 6451e0d

Browse files
committed
3.0.22-alpha (#575)
Co-authored-by: Aviram Hassan <[email protected]>
1 parent 2514662 commit 6451e0d

File tree

6 files changed

+17
-15
lines changed

6 files changed

+17
-15
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.0.22-alpha
11+
1012
### Changed
1113
- Exclude internal configuration fields from generated schema.
1214

Cargo.lock

Lines changed: 10 additions & 10 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
@@ -17,7 +17,7 @@ members = [
1717

1818
# latest commits on rustls suppress certificate verification
1919
[workspace.package]
20-
version = "3.0.21-alpha"
20+
version = "3.0.22-alpha"
2121
edition = "2021"
2222
license = "MIT"
2323
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.0.21-alpha
7+
pluginVersion = 3.0.22-alpha
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.0.21",
6+
"version": "3.0.22",
77
"engines": {
88
"vscode": "^1.63.0"
99
},

0 commit comments

Comments
 (0)