File tree Expand file tree Collapse file tree 4 files changed +50
-37
lines changed Expand file tree Collapse file tree 4 files changed +50
-37
lines changed Original file line number Diff line number Diff line change 11[workspace ]
22members = [
3- " multiboot2" , # MBI
3+ # Multiboot2 Information Structure (MBI)
4+ " multiboot2" ,
5+ # Multiboot2 headers
46 " multiboot2-header" ,
57]
Original file line number Diff line number Diff line change 1- # TODO 0.12.2 / 0.13
2- - internal improvements
3- - code formatting/style
4- - sensible style checks as optional CI job
5- - ` .editorconfig ` file
6-
7- # 0.12.1
8- - ` TagType ` -enum introduced in ` v0.11 ` is now actually public
9- - internal code improvements
10-
11- # 0.12.0
12-
13- - ** breaking:** ` load() ` and ` load_with_offset ` now returns a result
14- - added public constant ` MULTIBOOT2_BOOTLOADER_MAGIC `
15- - Rust edition 2018 (instead of 2015)
16- - internal code improvements
17-
18- # 0.11.0
19-
20- - lib now contains ` TagType ` -enum that contains
21- all possible mbi tags that are specified (taken from spec)
22- - much improved debug-formatting of ` BootInformation `
23- - internal code improvements / formatting
24-
25- # 0.10.0
26- - allow access to all memory regions (MemoryMap-Tag)
27- - internal code improvements
28-
29- # 0.9.0
30-
31- - Add a ` checksum_is_valid ` method to the RSDP tags ([ #64 ] ( https://github.com/rust-osdev/multiboot2/pull/64 ) )
32-
33- # 0.8.2
34-
35- - Add some basic documentation ([ #62 ] ( https://github.com/rust-osdev/multiboot2/pull/62 ) )
36- - Add MemoryAreaType, to allow users to access memory area types in a type-safe way ([ #61 ] ( https://github.com/rust-osdev/multiboot2/pull/61 ) )
1+ Please see:
2+ - [ multiboot2/Changelog.md] ( multiboot2/Changelog.md )
3+ - [ multiboot2-header/Changelog.md] ( multiboot2-header/Changelog.md )
Original file line number Diff line number Diff line change 1+ # CHANGELOG for crate ` multiboot2-header `
2+
3+ ## v0.0.0
4+ Empty release to save to name on crates.io
Original file line number Diff line number Diff line change 1+ # CHANGELOG for crate ` multiboot2 `
2+
3+ ## TODO 0.12.2 / 0.13
4+ - internal improvements
5+ - code formatting/style
6+ - sensible style checks as optional CI job
7+ - ` .editorconfig ` file
8+ - prepared co-existence of crates ` multiboot2 ` and ` multiboot2-header `
9+ in a Cargo workspace inside the same repository
10+
11+ ## 0.12.1
12+ - ` TagType ` -enum introduced in ` v0.11 ` is now actually public
13+ - internal code improvements
14+
15+ ## 0.12.0
16+
17+ - ** breaking:** ` load() ` and ` load_with_offset ` now returns a result
18+ - added public constant ` MULTIBOOT2_BOOTLOADER_MAGIC `
19+ - Rust edition 2018 (instead of 2015)
20+ - internal code improvements
21+
22+ ## 0.11.0
23+
24+ - lib now contains ` TagType ` -enum that contains
25+ all possible mbi tags that are specified (taken from spec)
26+ - much improved debug-formatting of ` BootInformation `
27+ - internal code improvements / formatting
28+
29+ ## 0.10.0
30+ - allow access to all memory regions (MemoryMap-Tag)
31+ - internal code improvements
32+
33+ ## 0.9.0
34+
35+ - Add a ` checksum_is_valid ` method to the RSDP tags ([ #64 ] ( https://github.com/rust-osdev/multiboot2/pull/64 ) )
36+
37+ ## 0.8.2
38+
39+ - Add some basic documentation ([ #62 ] ( https://github.com/rust-osdev/multiboot2/pull/62 ) )
40+ - Add MemoryAreaType, to allow users to access memory area types in a type-safe way ([ #61 ] ( https://github.com/rust-osdev/multiboot2/pull/61 ) )
You can’t perform that action at this time.
0 commit comments