Skip to content

Commit

Permalink
Release version 1.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
alexculea committed Jun 15, 2024
1 parent 910b45f commit f8381c0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,9 @@
- 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)
- chore: Correct target architecture in .deb package (503ffff)
## Version 1.4.8
- refactor: Remove unnecessary pretty_env_logger & ensure logs are always added for the release profile (910b45f)
- fix: Ignore discovery messages that don't request boot information (418babe)
- fix: Add timeouts to session storage contention to avoid deadlocks (570be0c)
- chore: Release scripts improvements (7b2f1a0)
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.4.5"
version = "1.4.8"
edition = "2021"
license = "AGPL-3.0-only"

Expand Down

0 comments on commit f8381c0

Please sign in to comment.