We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f1f902 commit 5f7479fCopy full SHA for 5f7479f
2 files changed
CHANGELOG.md
@@ -4,6 +4,12 @@ All notable changes to A3S Box will be documented in this file.
4
5
## [Unreleased]
6
7
+## [0.8.11] — 2026-03-20
8
+
9
+### Fixed
10
+- macOS bridge networking restored for shim-hosted netproxy so `localhost` port publishing works reliably again
11
+- Linux release CI restored by adding the missing `prometheus` dependency back to the workspace
12
13
## [0.4.0] — 2026-02-18
14
15
### Added
src/Cargo.toml
@@ -12,7 +12,7 @@ members = [
resolver = "2"
[workspace.package]
-version = "0.8.10"
+version = "0.8.11"
16
edition = "2021"
17
authors = ["A3S Lab Team"]
18
license = "MIT"
0 commit comments