Skip to content

Latest commit

 

History

History
50 lines (40 loc) · 1.18 KB

CHANGELOG.md

File metadata and controls

50 lines (40 loc) · 1.18 KB

Changelog

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

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[Unreleased]

0.1.8 - 2024-09-04

Other

  • re-export num_traits if feature is enabled
  • fix release-plz monitored branch
  • Bump actions/checkout from 2 to 4 (#1)
  • remove old publish workflow
  • add release-plz

Added

Changed

Deprecated

Removed

Fixed

Security

[0.1.6] - 2024-04-03

Added

  • Support conversions for u1
  • Implement std::error::Error for TryFromIntError
  • Add BITS associated constant

Changed

  • Mask values on write instead of read

[0.1.3] - 2018-10-29

Added

  • Added i1 and u1 types.
  • Added i65-i127 and u65-u127 types.

[0.1.2] - 2018-05-18

Added

  • Implemented BitXor and BitXorAssign for all types

[0.1.1] - 2018-05-01

Added

  • Implemented BitAnd and BitAndAssign for all types

Changed

Deprecated

Removed

Fixed

Security