Skip to content

Commit 5cecfbb

Browse files
Bump version to 0.4.1
1 parent ba46f30 commit 5cecfbb

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55

66
## [Unreleased]
77

8+
## [0.4.1] - 2023-10-18
9+
- Fixed incorrectly labeling `27f32` a float literals in docs.
10+
- Added hint to integer literal docs about parsing as `u128`.
11+
812
## [0.4.0] - 2023-03-05
913
### Added
1014
- Add ability to parse literals with arbitrary suffixes (e.g. `"foo"bla` or `23px`)
@@ -88,7 +92,8 @@ All notable changes to this project will be documented in this file.
8892
- Everything
8993

9094

91-
[Unreleased]: https://github.com/LukasKalbertodt/litrs/compare/v0.4.0...HEAD
95+
[Unreleased]: https://github.com/LukasKalbertodt/litrs/compare/v0.4.1...HEAD
96+
[0.4.1]: https://github.com/LukasKalbertodt/litrs/compare/v0.4.0...v0.4.1
9297
[0.4.0]: https://github.com/LukasKalbertodt/litrs/compare/v0.3.0...v0.4.0
9398
[0.3.0]: https://github.com/LukasKalbertodt/litrs/compare/v0.2.3...v0.3.0
9499
[0.2.3]: https://github.com/LukasKalbertodt/litrs/compare/v0.2.2...v0.2.3

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "litrs"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
authors = ["Lukas Kalbertodt <[email protected]>"]
55
edition = "2018"
66
rust-version = "1.54"

0 commit comments

Comments
 (0)