Skip to content

Commit a566da0

Browse files
committed
chore: Release roff version 0.2.2
1 parent 2188a61 commit a566da0

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](http://semver.org/).
77
<!-- next-header -->
88
## [Unreleased] - ReleaseDate
99

10+
## [0.2.2] - 2024-07-25
11+
1012
### Compatibility
1113

1214
- Update MSRV to 1.70
@@ -28,7 +30,8 @@ caller
2830
## [0.1.0] - 2018-05-08
2931

3032
<!-- next-url -->
31-
[Unreleased]: https://github.com/rust-cli/roff-rs/compare/v0.2.1...HEAD
33+
[Unreleased]: https://github.com/rust-cli/roff-rs/compare/v0.2.2...HEAD
34+
[0.2.2]: https://github.com/rust-cli/roff-rs/compare/v0.2.1...v0.2.2
3235
[0.2.1]: https://github.com/rust-cli/roff-rs/compare/v0.2.0...v0.2.1
3336
[0.2.0]: https://github.com/assert-rs/assert_cmd/compare/v0.1.0...v0.2.0
3437
[0.1.0]: https://github.com/assert-rs/assert_cmd/compare/21f419c71f025ef596e7954d62506ff8fe3fd7a2...v0.1.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
@@ -88,7 +88,7 @@ zero_sized_map_values = "warn"
8888

8989
[package]
9090
name = "roff"
91-
version = "0.2.1"
91+
version = "0.2.2"
9292
description = "ROFF (man page format) generation library"
9393
repository = "https://github.com/rust-cli/roff-rs"
9494
homepage = "https://github.com/rust-cli/roff-rs"

0 commit comments

Comments
 (0)