Skip to content

Commit c2d9ca1

Browse files
committed
chore: Release roff version 1.1.0
1 parent 4b5e20a commit c2d9ca1

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
77
<!-- next-header -->
88
## [Unreleased] - ReleaseDate
99

10+
## [1.1.0] - 2026-03-12
11+
1012
### Compatibility
1113

1214
- Update MSRV to 1.85
@@ -36,7 +38,8 @@ caller
3638
## [0.1.0] - 2018-05-08
3739

3840
<!-- next-url -->
39-
[Unreleased]: https://github.com/rust-cli/roff-rs/compare/v1.0.0...HEAD
41+
[Unreleased]: https://github.com/rust-cli/roff-rs/compare/v1.1.0...HEAD
42+
[1.1.0]: https://github.com/rust-cli/roff-rs/compare/v1.0.0...v1.1.0
4043
[1.0.0]: https://github.com/rust-cli/roff-rs/compare/v0.2.2...v1.0.0
4144
[0.2.2]: https://github.com/rust-cli/roff-rs/compare/v0.2.1...v0.2.2
4245
[0.2.1]: https://github.com/rust-cli/roff-rs/compare/v0.2.0...v0.2.1

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ lto = true
9696

9797
[package]
9898
name = "roff"
99-
version = "1.0.0"
99+
version = "1.1.0"
100100
description = "ROFF (man page format) generation library"
101101
homepage = "https://github.com/rust-cli/roff-rs"
102102
documentation = "https://docs.rs/roff"

0 commit comments

Comments
 (0)