Releases: gentoo90/winreg-rs
Releases · gentoo90/winreg-rs
0.55.0 (windows-sys)
- Breaking change: Increate MSRV to 1.60
- Breaking change: Upgrade
windows-sys
to version 0.59 (#77)
0.54.0 (windows-sys)
- Breaking change: Migrate to the 2021 edition of Rust (MSRV 1.56)
- Breaking change: Upgrade
windows-sys
to version 0.52 (closes #63, #70)
0.53.0 (windows-sys)
- Don't stop deserialization of
Any
due to REG_NONE
(pullrequest #67, fixes #66)
- Implement (de)serialization of
Option
(#56)
- Add
RegKey
methods for creating/opening subkeys with custom options (#65)
0.15.0 (winapi)
- Don't stop deserialization of
Any
due to REG_NONE
(pullrequest #67, fixes #66)
- Implement (de)serialization of
Option
(#56)
- Add
RegKey
methods for creating/opening subkeys with custom options (#65)
0.52.0 (windows-sys)
- Breaking change:
.commit()
and .rollback()
now consume the transaction (#62)
- Add
RegKey::rename_subkey()
method (#58)
- Make serialization modules public (#59)
- Fix UB in
FromRegValue
for u32
and u64
(#61)
0.14.0 (winapi)
- Breaking change: increase MSRV to 1.34
- Fix UB in
FromRegValue
for u32
and u64
(#61)
0.13.0 (winapi)
- Breaking change:
.commit()
and .rollback()
now consume the transaction (#62)
- Add
RegKey::rename_subkey()
method (#58)
- Make serialization modules public (#59)
0.51.0 (windows-sys)
- Breaking change: fix
std::fmt::Display
implementation for RegValue
(#52)
- Add
RegKey::encode_transacted()
method (pullrequest #55), fixes #54)
0.12.0 (winapi)
- Breaking change: fix
std::fmt::Display
implementation for RegValue
(#52)
- Add
RegKey::encode_transacted()
method (pullrequest #55), fixes #54)
0.50.0
- Breaking change:
winapi-rs
is not maintained any more, so migrate to Microsofts windows-sys
as a backend (#48, #51)
- Breaking change: Increase minimum supported Rust version to
1.46
since windows-sys
doesn't compile with older versions
- Replace deprecated methods from
chrono
(#48)