Skip to content

Commit 1940fe6

Browse files
committed
chore(release): 1.1.0
1 parent 9d801ad commit 1940fe6

4 files changed

Lines changed: 11 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ All notable changes to this project are documented in this file. Format follows
66

77
## [Unreleased]
88

9+
## [1.1.0] — 2026-08-01
10+
911
Post-release hardening pass over the BLE auth and transport path, found during
1012
a codebase review.
1113

@@ -231,4 +233,6 @@ The v1 release deliberately excludes:
231233
- Running as a non-root user with `CAP_NET_ADMIN` + polkit.
232234
- Split `netprov` / `netprovd` packages.
233235

236+
[Unreleased]: https://github.com/rosterloh/netprov/compare/v1.1.0...HEAD
237+
[1.1.0]: https://github.com/rosterloh/netprov/compare/v1.0.0...v1.1.0
234238
[1.0.0]: https://github.com/rosterloh/netprov/releases/tag/v1.0.0

Cargo.lock

Lines changed: 5 additions & 5 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
@@ -9,7 +9,7 @@ members = [
99
]
1010

1111
[workspace.package]
12-
version = "1.0.0"
12+
version = "1.1.0"
1313
edition = "2024"
1414
license = "MIT OR Apache-2.0"
1515
rust-version = "1.94.1"

docs/src/guides/ble-smoke-test.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ be Linux or macOS and also needs a BLE adapter.
66
## Server
77

88
```bash
9-
sudo dpkg -i netprov_1.0.0-1_arm64.deb
9+
sudo dpkg -i netprov_1.1.0-1_arm64.deb
1010
sudo netprovd keygen --install | tee /tmp/key.txt
1111
# Copy the base64 PSK output to the client.
1212
sudo systemctl enable --now netprovd

0 commit comments

Comments
 (0)