Skip to content

Commit

Permalink
Bump version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
48cf committed Aug 21, 2024
1 parent 7684895 commit 741db67
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 0.3.0
* Bump MSRV from 1.64 to 1.77.
* Remove deprecated `FiveLevelPagingRequest`.
* Add missing Limine Boot Protocol requests.

# 0.2.0 **BREAKING CHANGES**
* Complete rewrite.
* Removed limine-proc.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "limine"
description = "Rust crate for parsing the limine boot protocol structures"
version = "0.2.0"
version = "0.3.0"
edition = "2021"
authors = [
"Anhad Singh <[email protected]>",
Expand Down

0 comments on commit 741db67

Please sign in to comment.