Skip to content

Commit 1ed230b

Browse files
authored
Update to 3.0.18-alpha (#519)
1 parent 2f82585 commit 1ed230b

File tree

6 files changed

+18
-15
lines changed

6 files changed

+18
-15
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,14 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
77

88
## [Unreleased]
99

10-
## Changed
10+
## 3.0.18-alpha
11+
12+
### Changed
1113
- Replaced `pcap` dependency with our own `rawsocket` to make cross compiling faster and easier.
1214

1315
## 3.0.17-alpha
1416

17+
### Fixed
1518
- Release CI: Remove another failing step
1619

1720
## 3.0.16-alpha

Cargo.lock

Lines changed: 9 additions & 9 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
@@ -16,7 +16,7 @@ members = [
1616

1717
# latest commits on rustls suppress certificate verification
1818
[workspace.package]
19-
version = "3.0.17-alpha"
19+
version = "3.0.18-alpha"
2020
edition = "2021"
2121
license = "MIT"
2222
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.17-alpha
7+
pluginVersion = 3.0.18-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.17",
6+
"version": "3.0.18",
77
"engines": {
88
"vscode": "^1.63.0"
99
},

0 commit comments

Comments
 (0)