File tree Expand file tree Collapse file tree 2 files changed +32
-1
lines changed Expand file tree Collapse file tree 2 files changed +32
-1
lines changed Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " getopts"
3
- version = " 0.2.21 "
3
+ version = " 0.2.22 "
4
4
authors = [" The Rust Project Developers" ]
5
5
license = " MIT OR Apache-2.0"
6
6
readme = " README.md"
You can’t perform that action at this time.
0 commit comments