Skip to content

Commit 65bae9e

Browse files
Split up the changelog file
1 parent d637270 commit 65bae9e

File tree

4 files changed

+38
-37
lines changed

4 files changed

+38
-37
lines changed

CHANGELOG.md

+4-37
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,5 @@
1-
# 0.8.0
1+
# CHANGELOG
22

3-
## `gpt_disk_types`
4-
5-
* Added `Guid::to_bytes`
6-
* Added `LbaRangeInclusive::num_bytes`.
7-
8-
## `gpt_disk_io`
9-
10-
* Updated to latest `gpt_disk_types`.
11-
12-
# 0.7.0
13-
14-
## `gpt_disk_types`
15-
16-
* Added `Guid::try_parse`. This is a `const` method that is functionally
17-
equivalent to `Guid::from_str`.
18-
* Added `guid!` macro for creating a `Guid` from a string at compile time.
19-
* Added several `GptPartitionType` constants: `EFI_SYSTEM`,
20-
`LEGACY_MBR`, `BASIC_DATA`, `CHROME_OS_KERNEL`, and
21-
`CHROME_OS_ROOT_FS`.
22-
23-
## `gpt_disk_io`
24-
25-
* Updated to latest `gpt_disk_types`.
26-
27-
# 0.6.0
28-
29-
## `gpt_disk_types`
30-
31-
* Renamed the `BlockSize` constants: `B512``BS_512` and
32-
`B4096``BS_4096`. The previous names were a little hard to read.
33-
* Updated documentation.
34-
35-
## `gpt_disk_io`
36-
37-
* Updated documentation.
38-
* Updated to latest `gpt_disk_types`.
3+
* [`uguid/CHANGELOG.md`](uguid/CHANGELOG.md)
4+
* [`gpt_disk_types/CHANGELOG.md`](gpt_disk_types/CHANGELOG.md)
5+
* [`gpt_disk_io/CHANGELOG.md`](gpt_disk_io/CHANGELOG.md)

gpt_disk_io/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# 0.8.0
2+
3+
* Updated to latest `gpt_disk_types`.
4+
5+
# 0.7.0
6+
7+
* Updated to latest `gpt_disk_types`.
8+
9+
# 0.6.0
10+
11+
* Updated documentation.
12+
* Updated to latest `gpt_disk_types`.

gpt_disk_types/CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# 0.8.0
2+
3+
* Added `Guid::to_bytes`
4+
* Added `LbaRangeInclusive::num_bytes`.
5+
6+
# 0.7.0
7+
8+
* Added `Guid::try_parse`. This is a `const` method that is functionally
9+
equivalent to `Guid::from_str`.
10+
* Added `guid!` macro for creating a `Guid` from a string at compile time.
11+
* Added several `GptPartitionType` constants: `EFI_SYSTEM`,
12+
`LEGACY_MBR`, `BASIC_DATA`, `CHROME_OS_KERNEL`, and
13+
`CHROME_OS_ROOT_FS`.
14+
15+
# 0.6.0
16+
17+
* Renamed the `BlockSize` constants: `B512``BS_512` and
18+
`B4096``BS_4096`. The previous names were a little hard to read.
19+
* Updated documentation.

uguid/CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# 0.5.0
2+
3+
Initial release.

0 commit comments

Comments
 (0)