Skip to content

Commit

Permalink
Release version 1.4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
alexculea committed Jun 15, 2024
1 parent 4812241 commit 102c00c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,6 @@
- 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)
- chore: Release scripts improvements (7b2f1a0)
## Version 1.4.9
- fix: Abort if TFTP path doesn't exist (4812241)
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.8"
version = "1.4.9"
edition = "2021"
license = "AGPL-3.0-only"

Expand Down

0 comments on commit 102c00c

Please sign in to comment.