File tree Expand file tree Collapse file tree 4 files changed +10
-7
lines changed Expand file tree Collapse file tree 4 files changed +10
-7
lines changed Original file line number Diff line number Diff 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.26] - 2025-01-10
11+
1012### Features
1113
1214- Respect ` help_heading `
@@ -145,7 +147,8 @@ MSRV changed to 1.64.0
145147- Expanded the documentation
146148
147149<!-- next-url -->
148- [ Unreleased ] : https://github.com/clap-rs/clap/compare/clap_mangen-v0.2.25...HEAD
150+ [ Unreleased ] : https://github.com/clap-rs/clap/compare/clap_mangen-v0.2.26...HEAD
151+ [ 0.2.26 ] : https://github.com/clap-rs/clap/compare/clap_mangen-v0.2.25...clap_mangen-v0.2.26
149152[ 0.2.25 ] : https://github.com/clap-rs/clap/compare/clap_mangen-v0.2.24...clap_mangen-v0.2.25
150153[ 0.2.24 ] : https://github.com/clap-rs/clap/compare/clap_mangen-v0.2.23...clap_mangen-v0.2.24
151154[ 0.2.23 ] : https://github.com/clap-rs/clap/compare/clap_mangen-v0.2.22...clap_mangen-v0.2.23
Original file line number Diff line number Diff line change 11[package ]
22name = " clap_mangen"
3- version = " 0.2.25 "
3+ version = " 0.2.26 "
44description = " A manpage generator for clap"
55categories = [" command-line-interface" ]
66keywords = [
Original file line number Diff line number Diff line change 55
66[ ![ Crates.io] ( https://img.shields.io/crates/v/clap_mangen?style=flat-square )] ( https://crates.io/crates/clap_mangen )
77[ ![ Crates.io] ( https://img.shields.io/crates/d/clap_mangen?style=flat-square )] ( https://crates.io/crates/clap_mangen )
8- [ ![ License] ( https://img.shields.io/badge/license-Apache%202.0-blue?style=flat-square )] ( https://github.com/clap-rs/clap/blob/clap_mangen-v0.2.25 /LICENSE-APACHE )
9- [ ![ License] ( https://img.shields.io/badge/license-MIT-blue?style=flat-square )] ( https://github.com/clap-rs/clap/blob/clap_mangen-v0.2.25 /LICENSE-MIT )
8+ [ ![ License] ( https://img.shields.io/badge/license-Apache%202.0-blue?style=flat-square )] ( https://github.com/clap-rs/clap/blob/clap_mangen-v0.2.26 /LICENSE-APACHE )
9+ [ ![ License] ( https://img.shields.io/badge/license-MIT-blue?style=flat-square )] ( https://github.com/clap-rs/clap/blob/clap_mangen-v0.2.26 /LICENSE-MIT )
1010
1111Dual-licensed under [ Apache 2.0] ( LICENSE-APACHE ) or [ MIT] ( LICENSE-MIT ) .
1212
13131 . [ About] ( #about )
14142 . [ API Reference] ( https://docs.rs/clap_mangen )
15153 . [ Questions & Discussions] ( https://github.com/clap-rs/clap/discussions )
16- 4 . [ CONTRIBUTING] ( https://github.com/clap-rs/clap/blob/clap_mangen-v0.2.25 /clap_mangen/CONTRIBUTING.md )
17- 5 . [ Sponsors] ( https://github.com/clap-rs/clap/blob/clap_mangen-v0.2.25 /README.md#sponsors )
16+ 4 . [ CONTRIBUTING] ( https://github.com/clap-rs/clap/blob/clap_mangen-v0.2.26 /clap_mangen/CONTRIBUTING.md )
17+ 5 . [ Sponsors] ( https://github.com/clap-rs/clap/blob/clap_mangen-v0.2.26 /README.md#sponsors )
1818
1919## About
2020
You can’t perform that action at this time.
0 commit comments