File tree 2 files changed +7
-2
lines changed
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.
5
5
6
6
## [ Unreleased]
7
7
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
+
8
12
## [ 0.4.0] - 2023-03-05
9
13
### Added
10
14
- 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.
88
92
- Everything
89
93
90
94
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
92
97
[ 0.4.0 ] : https://github.com/LukasKalbertodt/litrs/compare/v0.3.0...v0.4.0
93
98
[ 0.3.0 ] : https://github.com/LukasKalbertodt/litrs/compare/v0.2.3...v0.3.0
94
99
[ 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 1
1
[package ]
2
2
name = " litrs"
3
- version = " 0.4.0 "
3
+ version = " 0.4.1 "
4
4
authors = [
" Lukas Kalbertodt <[email protected] >" ]
5
5
edition = " 2018"
6
6
rust-version = " 1.54"
You can’t perform that action at this time.
0 commit comments