Skip to content

Commit 66ceed8

Browse files
Bump version to 1.0.0 🎉
1 parent 9d78932 commit 66ceed8

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

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

66
## [Unreleased]
77

8+
## [1.0.0] - 2025-10-20
9+
As announced, this is basically just v0.5. I'm really happy to finally have `litrs` in v1.x state, as the library was already fit for production usage for a long time. Now the version reflects that.
10+
11+
- **Breaking**: Mark `Literal` as `#[non_exhaustive]`
12+
- Document semver guarantees
13+
814
## [0.5.1] - 2025-08-01
915
- Add `Literal::raw_input`
1016

@@ -116,7 +122,8 @@ If there are no problems with this release, it will be released as 1.0 after som
116122
- Everything
117123

118124

119-
[Unreleased]: https://github.com/LukasKalbertodt/litrs/compare/v0.5.1...HEAD
125+
[Unreleased]: https://github.com/LukasKalbertodt/litrs/compare/v1.0.0...HEAD
126+
[1.0.0]: https://github.com/LukasKalbertodt/litrs/compare/v0.5.1...v1.0.0
120127
[0.5.1]: https://github.com/LukasKalbertodt/litrs/compare/v0.5.0...v0.5.1
121128
[0.5.0]: https://github.com/LukasKalbertodt/litrs/compare/v0.4.2...v0.5.0
122129
[0.4.2]: https://github.com/LukasKalbertodt/litrs/compare/v0.4.1...v0.4.2

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.1"
3+
version = "1.0.0"
44
authors = ["Lukas Kalbertodt <[email protected]>"]
55
edition = "2021"
66
rust-version = "1.56"

0 commit comments

Comments
 (0)