Skip to content

Commit 578b8ec

Browse files
committed
Bump version to v0.7.10
Signed-off-by: Lee Smet <lee.smet@hotmail.com>
1 parent da8aeee commit 578b8ec

12 files changed

Lines changed: 37 additions & 27 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.7.10] - 2026-06-05
11+
12+
### Changed
13+
14+
- Switched the android tun implementation to support both file
15+
descriptors (for regular user apps), as well as creating the TUN
16+
ourselves (for a system lib). In case of the latter, the TUN code now
17+
uses the linux TUN code path with segmentation offloading enabled.
18+
1019
## [0.7.9] - 2026-05-22
1120

1221
### Fixed
@@ -794,4 +803,5 @@ This is a breaking change, check the main README file for update info.
794803
[0.7.7]: https://github.com/threefoldtech/mycelium/compare/v0.7.6...v0.7.7
795804
[0.7.8]: https://github.com/threefoldtech/mycelium/compare/v0.7.7...v0.7.8
796805
[0.7.9]: https://github.com/threefoldtech/mycelium/compare/v0.7.8...v0.7.9
797-
[unreleased]: https://github.com/threefoldtech/mycelium/compare/v0.7.9...HEAD
806+
[0.7.10]: https://github.com/threefoldtech/mycelium/compare/v0.7.9...v0.7.10
807+
[unreleased]: https://github.com/threefoldtech/mycelium/compare/v0.7.10...HEAD

Cargo.lock

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

mobile/Cargo.lock

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

mycelium-api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mycelium-api"
3-
version = "0.7.9"
3+
version = "0.7.10"
44
edition = "2021"
55
license-file = "../LICENSE"
66
readme = "../README.md"

mycelium-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mycelium-cli"
3-
version = "0.7.9"
3+
version = "0.7.10"
44
edition = "2021"
55
license-file = "../LICENSE"
66
readme = "./README.md"

mycelium-metrics/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mycelium-metrics"
3-
version = "0.7.9"
3+
version = "0.7.10"
44
edition = "2021"
55
license-file = "../LICENSE"
66
readme = "../README.md"

mycelium/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mycelium"
3-
version = "0.7.9"
3+
version = "0.7.10"
44
edition = "2021"
55
license-file = "../LICENSE"
66
readme = "../README.md"

myceliumd-common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "myceliumd-common"
3-
version = "0.7.9"
3+
version = "0.7.10"
44
edition = "2021"
55
license-file = "../LICENSE"
66

myceliumd-private/Cargo.lock

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

myceliumd-private/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "myceliumd-private"
3-
version = "0.7.9"
3+
version = "0.7.10"
44
edition = "2021"
55
license-file = "../LICENSE"
66
readme = "./README.md"

0 commit comments

Comments
 (0)