Skip to content

Commit 66c6226

Browse files
authored
hex-literal: release v0.4.0 (#884)
1 parent f3dfe51 commit 66c6226

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Cargo.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

hex-literal/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## UNRELEASED
7+
## 0.4.0 (2023-04-02)
88
### Changed
99
- Disallow comments inside hex strings ([#816])
1010
- Migrate to 2021 edition and bump MSRV to 1.57 ([#816])

hex-literal/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hex-literal"
3-
version = "0.3.4"
3+
version = "0.4.0"
44
authors = ["RustCrypto Developers"]
55
license = "MIT OR Apache-2.0"
66
description = "Macro for converting hexadecimal string to a byte array at compile time"

0 commit comments

Comments
 (0)