Skip to content

Commit 51f97f1

Browse files
committed
release v0.7.0
1 parent 9435bf7 commit 51f97f1

File tree

4 files changed

+28
-18
lines changed

4 files changed

+28
-18
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
CROSS_CONTAINER_ENGINE=podman cross build --target=x86_64-unknown-linux-musl --release
2828
cp target/x86_64-unknown-linux-musl/release/impala impala-x86_64-unknown-linux-musl
2929
30+
- run: cargo clean
31+
3032
- name: Build for arm64
3133
run: |
3234
CROSS_CONTAINER_ENGINE=podman cross build --target=aarch64-unknown-linux-musl --release

Cargo.lock

Lines changed: 18 additions & 17 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
@@ -1,6 +1,6 @@
11
[package]
22
name = "impala"
3-
version = "0.6.0"
3+
version = "0.7.0"
44
authors = ["Badr Badri <[email protected]>"]
55
license = "GPL-3.0"
66
edition = "2024"

Release.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## v0.7.0 - 2025-12-29
2+
3+
- Support hidden networks
4+
- Static binaries
5+
- fix scroll on known networks
6+
- Show passphrase when sharing network
7+
18
## 0.6.0 - 2025-11-27
29

310
- Show all the configured networks

0 commit comments

Comments
 (0)