Skip to content

Commit 56e8872

Browse files
committed
Version bump.
1 parent 7b92e22 commit 56e8872

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
## [Unreleased]
8+
9+
## [0.5.0] - 2022-06-04
810
### Changed
911
- The `eq-separator` build feature is no longer enabled by default.
1012
- Small changes to the `Display` output for `Error`.
@@ -80,7 +82,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
8082
### Fixed
8183
- Do not panic while parsing non UTF-8 arguments.
8284

83-
[Unreleased]: https://github.com/RazrFalcon/pico-args/compare/v0.4.2...HEAD
85+
[Unreleased]: https://github.com/RazrFalcon/pico-args/compare/v0.5.0...HEAD
86+
[0.5.0]: https://github.com/RazrFalcon/pico-args/compare/v0.4.2...v0.5.0
8487
[0.4.2]: https://github.com/RazrFalcon/pico-args/compare/v0.4.1...v0.4.2
8588
[0.4.1]: https://github.com/RazrFalcon/pico-args/compare/v0.4.0...v0.4.1
8689
[0.4.0]: https://github.com/RazrFalcon/pico-args/compare/v0.3.4...v0.4.0

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pico-args"
3-
version = "0.4.2"
3+
version = "0.5.0"
44
authors = ["Yevhenii Reizner <[email protected]>"]
55
edition = "2018"
66
keywords = ["args", "cli"]

src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ If you think that this library doesn't support some feature, it's probably inten
3030
to prevent ambiguities.
3131
*/
3232

33-
#![doc(html_root_url = "https://docs.rs/pico-args/0.4.2")]
34-
3533
#![forbid(unsafe_code)]
3634
#![warn(missing_docs)]
3735

0 commit comments

Comments
 (0)