Skip to content

Releases: rust-disk-partition-management/gptman

Release v0.7.2

12 Dec 11:55
Compare
Choose a tag to compare
  • [CLI] Automatic binary release on GitHub

v0.7.0

11 Aug 17:59
Compare
Choose a tag to compare

This new releases brings a lot of new fixes and changes. Also a few breaking changes:

  • The dependencies have been upgraded to the latest
  • [BREAKING] A typo in the API has been fixed gptman::GPTPartitionEntry::unique_parition_guid is now gptman::GPTPartitionEntry::unique_partition_guid
  • All structs now implement PartialEq and Eq
  • A lot of improvement in the documentation
  • [CLI] Now capable to also display the partitions in the order on the disk
  • [CLI] Fix missing doc like how to quit the program
  • Fix calculation of first_usable_lba for backup GPT
  • Partitions boundaries are now check ( partitions must have positive size, must not overlap, and must fit within the disk)
  • [BREAKING] partition_entry_lba's update has been moved to update_from (was in write_into)
  • New helpers: is_primary, is_backup
  • [BREAKING] write_into does not update the GPT's first/last LBAs according to disk anymore

v0.6.5

01 Aug 19:04
Compare
Choose a tag to compare
  • Bump version of serde

v0.6.4

01 Aug 19:03
Compare
Choose a tag to compare
  • Exclude tool metadata from crate
  • Bump versions of serde, structopt, unicode-width, bincode

v0.6.3

16 May 07:56
Compare
Choose a tag to compare
  • Update dependencies
  • Fix path for NVMe disks in the table in the CLI
  • Fix wrong command description

v0.6.2

01 Aug 19:06
Compare
Choose a tag to compare
  • Bump version of dependencies

v0.6.1: Correct path for disks on NVMe disks

01 Aug 19:06
Compare
Choose a tag to compare

CLI:

  • Correct path for disks on NVMe disks

v0.6.0: Update dependencies (#13)

01 Aug 19:05
f479cad
Compare
Choose a tag to compare
  • Bump version of dependencies

v0.5.0

14 Jul 08:41
Compare
Choose a tag to compare
  • Added ioctls to the library for Linux.
  • Updated dependencies
  • Added find_at_sector() and remove_at_sector() to the library
  • Added write_protective_mbr_into() to the library
  • Fixed: check partition index to be in range (CLI)
  • Impl Error for gptman::Error
  • Fixed wrong Error type in the API

v0.4.0

14 Jul 07:59
7fe4fb3
Compare
Choose a tag to compare
  • Added ioctls to the library for Linux.
  • Updated dependencies
  • Added find_at_sector() and remove_at_sector() to the library
  • Added write_protective_mbr_into() to the library
  • Fixed: check partition index to be in range (CLI)
  • Impl Error for gptman::Error