Skip to content

Commit 5673d95

Browse files
committed
chore: Release roff version 1.0.0
1 parent 64acfe2 commit 5673d95

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.0.0] - 2026-02-11
11+
1012
## [0.2.2] - 2024-07-25
1113

1214
### Compatibility
@@ -30,7 +32,8 @@ caller
3032
## [0.1.0] - 2018-05-08
3133

3234
<!-- next-url -->
33-
[Unreleased]: https://github.com/rust-cli/roff-rs/compare/v0.2.2...HEAD
35+
[Unreleased]: https://github.com/rust-cli/roff-rs/compare/v1.0.0...HEAD
36+
[1.0.0]: https://github.com/rust-cli/roff-rs/compare/v0.2.2...v1.0.0
3437
[0.2.2]: https://github.com/rust-cli/roff-rs/compare/v0.2.1...v0.2.2
3538
[0.2.1]: https://github.com/rust-cli/roff-rs/compare/v0.2.0...v0.2.1
3639
[0.2.0]: https://github.com/assert-rs/assert_cmd/compare/v0.1.0...v0.2.0

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