Skip to content

Commit

Permalink
hex-literal: release v0.4.0 (#884)
Browse files Browse the repository at this point in the history
  • Loading branch information
newpavlov committed Apr 2, 2023
1 parent f3dfe51 commit 66c6226
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion hex-literal/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## UNRELEASED
## 0.4.0 (2023-04-02)
### Changed
- Disallow comments inside hex strings ([#816])
- Migrate to 2021 edition and bump MSRV to 1.57 ([#816])
Expand Down
2 changes: 1 addition & 1 deletion hex-literal/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hex-literal"
version = "0.3.4"
version = "0.4.0"
authors = ["RustCrypto Developers"]
license = "MIT OR Apache-2.0"
description = "Macro for converting hexadecimal string to a byte array at compile time"
Expand Down

0 comments on commit 66c6226

Please sign in to comment.