Skip to content

Commit

Permalink
update version to 0.1.6 (#71)
Browse files Browse the repository at this point in the history
* update version to 0.1.6

* update changelog
  • Loading branch information
bbaldino authored Apr 10, 2024
1 parent bd22f23 commit ab2f367
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,20 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]
### Added
- Added `TryFrom` fallible conversion.
### Changed
- Made `new` a `const fn`
### 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.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ux"
version = "0.1.3"
version = "0.1.6"
authors = ["Kjetil Kjeka <[email protected]>"]
edition = "2021"

Expand Down

0 comments on commit ab2f367

Please sign in to comment.