Skip to content

Commit 309d82d

Browse files
committed
chore: Release roff version 1.1.1
1 parent 6ded074 commit 309d82d

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

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.1] - 2026-03-28
11+
1012
## [1.1.0] - 2026-03-12
1113

1214
### Compatibility
@@ -38,7 +40,8 @@ caller
3840
## [0.1.0] - 2018-05-08
3941

4042
<!-- next-url -->
41-
[Unreleased]: https://github.com/rust-cli/roff-rs/compare/v1.1.0...HEAD
43+
[Unreleased]: https://github.com/rust-cli/roff-rs/compare/v1.1.1...HEAD
44+
[1.1.1]: https://github.com/rust-cli/roff-rs/compare/v1.1.0...v1.1.1
4245
[1.1.0]: https://github.com/rust-cli/roff-rs/compare/v1.0.0...v1.1.0
4346
[1.0.0]: https://github.com/rust-cli/roff-rs/compare/v0.2.2...v1.0.0
4447
[0.2.2]: https://github.com/rust-cli/roff-rs/compare/v0.2.1...v0.2.2

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.1.0"
99+
version = "1.1.1"
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)