Skip to content

Commit

Permalink
Bump version, add changelog (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
danlehmann authored May 15, 2023
1 parent 3526ed9 commit 65672b8
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Changelog

## arbitrary-int 1.2.5

### Added

- Types that can be expressed as full bytes (e.g. u24, u48) have the following new methods:
* `swap_bytes()`
* `to_le_bytes()`
* `to_be_bytes()`
* `to_ne_bytes()`
* `to_be()`
* `to_le()`

### Changed

- `#[inline]` is specified in more places

### Fixed
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "arbitrary-int"
version = "1.2.4"
version = "1.2.5"
edition = "2021"
authors = ["Daniel Lehmann <[email protected]>"]
description = "Modern and lightweight implementation of u2, u3, u4, ..., u127."
Expand Down

0 comments on commit 65672b8

Please sign in to comment.