File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11[package ]
22name = " litrs"
3- version = " 0.4.0 "
3+ version = " 0.4.1 "
44authors = [
" Lukas Kalbertodt <[email protected] >" ]
55edition = " 2018"
66rust-version = " 1.54"
You can’t perform that action at this time.
0 commit comments