We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 248911d commit c9048c9Copy full SHA for c9048c9
CHANGELOG.md
@@ -1,6 +1,17 @@
1
Changelog
2
=========
3
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
15
## v0.8.4
16
17
- Add GPTPartitionEntry::range and GPT::get_partition_byte_range (#76)
0 commit comments