Skip to content

Releases: rust-disk-partition-management/gptman

Release v1.1.0

15 Jan 08:19
Compare
Choose a tag to compare
  • Add function write_bootable_protective_mbr_into (#132)
  • [CLI] Update MSRV to 1.70 for clap 4.4

Release v1.0.2

21 Aug 10:54
Compare
Choose a tag to compare
  • Update library MSRV to 1.63 and edition to 2021 (#120)
  • Turn off nix's default features (#123)

Release v1.0.1

22 Jul 11:55
Compare
Choose a tag to compare
  • [CLI] Increase MSRV to 1.64.0
  • [CLI] Update to clap 4
  • Update dependencies

Release v1.0.0

04 Jun 12:39
Compare
Choose a tag to compare
  • [BREAKING] Disable cli feature by default (#81)
  • [BREAKING] Make Error type non_exhaustive so the API can be stabilized better (#94)
  • [BREAKING CLI]: Have --output take lowercase field names as arguments (#77)
  • [CLI] Replace structopt with clap 3.1 (#77)
  • Define library MSRV of 1.46 and CLI MSRV of 1.54 (#79)
  • Remove useless allocation (#93)
  • Update repository URL (#82)
  • Update dependencies

Release v0.8.4

10 May 05:49
Compare
Choose a tag to compare
  • Add GPTPartitionEntry::range and GPT::get_partition_byte_range (#76)

Release v0.8.3

10 Dec 08:12
Compare
Choose a tag to compare
  • Remove count-zeroes from library's dependency (only used by CLI)
  • Fix licensing missing author and date

Release v0.8.2

07 Nov 16:11
Compare
Choose a tag to compare
  • Change release build to provide MUSL build for Linux by default
  • Add download script on http://gptman.cecton.com
  • [CLI] Add feature to check a partition for zeroes (useful to check if you accidentally trimmed it)

Release v0.8.1

07 Nov 05:55
Compare
Choose a tag to compare
  • Fix some rustc and clippy warnings (does not break API of gptman's lib)
  • Update dependencies: crc from 1.0.0 to 2.0.0 and nix from 0.18 to 0.22
  • Fix spacing in doc
  • [CLI] Fix invalid maximum size calculation in resize command

Release v0.8.0

13 Mar 17:12
Compare
Choose a tag to compare
  • [BREAKING] Switch to thiserror: it is possible that the type Error has changed a tad bit because of this change. I did not investigated so I considered this a breaking change.
  • Update all dependencies (most notable: rand from version 0.7 to version 0.8)

Release v0.7.3

23 Dec 21:01
Compare
Choose a tag to compare
  • Update license badge
  • Include test fixtures in packaged crate