Skip to content

Latest commit

 

History

History
75 lines (41 loc) · 1.13 KB

CHANGELOG.md

File metadata and controls

75 lines (41 loc) · 1.13 KB

Changelog

All notable changes to this project will be documented in this file.

[Unreleased] - ReleaseDate

Features

  • Added NvList::pack (#50)

Bug Fixes

  • Fixed some error values from the nvpair module on non-FreeBSD platforms (#51)

[0.4.2] - 2023-03-09

Bug Fixes

  • Fix the build on {aarch64,arm}-unknown-freebsd (#32)

[0.4.1] - 2023-01-18

Bug Fixes

  • Use 0.2 version of libnv-sys

[0.4.0] - 2023-01-16

Features

  • Run bindgen at build time (#17)
  • Add NvList::add_binary (#22)
  • Add NvList::from_ptr (#19)
  • [breaking] Introduce IntoCStr trait (#25)

[0.3.0] - 2022-04-17

Features

  • nvpair: Separate boolean and boolean_value

[0.2.2] - 2019-09-22

Features

  • nvpair: Add iterator for NvPair
  • nvpair: Add iterator for NvPair

Fmt

  • Reformat

[0.2.1] - 2019-09-01

Bug Fixes

  • Remove dbg!()
  • Dedup code and remove MaybeUninit where not needed

Features

  • Add cirrus and get_str method

[0.1.3] - 2019-08-27

Bug Fixes

  • doc-test: Fix broken tests
  • Expose NvList::as_ptr()

Documentation

  • libnv: Formating