Skip to content

Commit 3caf9d0

Browse files
github-actions[bot]tgross35
authored andcommitted
chore: release v0.2.22
1 parent 2ab5da1 commit 3caf9d0

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
## [0.2.22](https://github.com/rust-lang/getopts/compare/v0.2.21...v0.2.22) - 2025-06-05
11+
12+
### Other
13+
14+
- Add a check for formatting, apply `cargo fmt`
15+
- Add a release job
16+
- Document and start testing the MSRV
17+
- Test on more platforms, deny warnings
18+
- Eliminate `html_root_url`
19+
- Update version number in html_root_url
20+
- Use SPDX license format
21+
- Fix compiler warning in documentation example
22+
- Merge pull request #100 from zdenek-crha/parse_args_end_position
23+
- Merge pull request #103 from zdenek-crha/better_usage_examples
24+
- Add usage examples for methods that add option config
25+
- Update outdated top level documentation
26+
- Add triagebot configuration
27+
- remove deprecated Error::description
28+
- Update documentation of opt_present() and other functions that might panic
29+
- Updated tests for opts_str() and opts_str_first() to check order of processing
30+
- Add opts_present_any() and opts_str_first() interface functions
31+
- Parse options without names vector

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "getopts"
3-
version = "0.2.21"
3+
version = "0.2.22"
44
authors = ["The Rust Project Developers"]
55
license = "MIT OR Apache-2.0"
66
readme = "README.md"

0 commit comments

Comments
 (0)