Skip to content

Commit c9048c9

Browse files
authored
Prepare for 1.0 release (#78)
1 parent 248911d commit c9048c9

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
Changelog
22
=========
33

4+
## v1.0.0
5+
6+
- [BREAKING] Disable `cli` feature by default (#81)
7+
- [BREAKING] Make `Error` type `non_exhaustive` so the API can be stabilized better (#94)
8+
- [BREAKING CLI]: Have `--output` take lowercase field names as arguments (#77)
9+
- [CLI] Replace structopt with clap 3.1 (#77)
10+
- Define library MSRV of 1.46 and CLI MSRV of 1.54 (#79)
11+
- Remove useless allocation (#93)
12+
- Update repository URL (#82)
13+
- Update dependencies
14+
415
## v0.8.4
516

617
- Add GPTPartitionEntry::range and GPT::get_partition_byte_range (#76)

0 commit comments

Comments
 (0)