Skip to content

Commit 71bd8dc

Browse files
Bump version to 0.5.1
1 parent 3c329a3 commit 71bd8dc

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
44

55

66
## [Unreleased]
7+
8+
## [0.5.1] - 2025-08-01
79
- Add `Literal::raw_input`
810

911
## [0.5.0] - 2025-07-25
@@ -114,7 +116,8 @@ If there are no problems with this release, it will be released as 1.0 after som
114116
- Everything
115117

116118

117-
[Unreleased]: https://github.com/LukasKalbertodt/litrs/compare/v0.5.0...HEAD
119+
[Unreleased]: https://github.com/LukasKalbertodt/litrs/compare/v0.5.1...HEAD
120+
[0.5.1]: https://github.com/LukasKalbertodt/litrs/compare/v0.5.0...v0.5.1
118121
[0.5.0]: https://github.com/LukasKalbertodt/litrs/compare/v0.4.2...v0.5.0
119122
[0.4.2]: https://github.com/LukasKalbertodt/litrs/compare/v0.4.1...v0.4.2
120123
[0.4.1]: https://github.com/LukasKalbertodt/litrs/compare/v0.4.0...v0.4.1

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "litrs"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
authors = ["Lukas Kalbertodt <[email protected]>"]
55
edition = "2021"
66
rust-version = "1.56"

0 commit comments

Comments
 (0)