Skip to content

Commit

Permalink
Release version 1.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
alexculea committed Jun 15, 2024
1 parent bf50949 commit 741baeb
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,19 @@
- fix: ensure TFTP service also respects configured listen network interfaces (410cb4c)
- refactor: Move TFTP service to its own module (7171fd9)
- doc: Small improvements & fixes (208bd05)
- Release version 0.9.9 (1cc6139)
- Release version 0.9.9 (1cc6139)
## Version 1.4.5
- feat: Introduce minimal CLI (bf50949)
- feat: Ensure multiple running instances don't conflict (a95fa5c)
- fix: Ensure DHCP messages are broadcasted only on the network where the client is (6540174)
- doc: Small correction (bbec626)
- performance: Remove more uncessary .clone() from DHCP message handling logic (7a70477)
- performance: Remove more uncessary .clone() (1b8396a)
- feat: Switch exact matching to be case insensitive (02e0a0a)
- performance: Remove various memory allocations around config (02cd42e)
- feat: Validate regex at start up and improve error logging (f39f34c)
- doc: Various clarifications and fixes (f2b11ed)
- chore: enable LTO and strip debug info to result in smaller builds (4b9161e)
- doc: Fix type in quick start guide (8a5d035)
- chore: Always rebuild when packaging as .deb, incl. CPU arch in the filename and update docs (ff83824)
- chore: Correct target architecture in .deb package (503ffff)
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "preboot-oxide"
version = "1.0.1"
version = "1.4.5"
edition = "2021"
license = "AGPL-3.0-only"

Expand Down

0 comments on commit 741baeb

Please sign in to comment.