Skip to content

Commit

Permalink
Release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
blyxxyz committed Jan 16, 2023
1 parent 215b3b4 commit f75918d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.3.0 (unreleased)
## 0.3.0 (2023-01-16)

This release adds a new preferred way to cast `OsString` into `String` (`.string()?`) and makes raw argument processing more flexible.

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lexopt"
version = "0.2.1"
version = "0.3.0"
authors = ["Jan Verbeek <[email protected]>"]
description = "Minimalist pedantic command line parser"
keywords = ["args", "arguments", "cli", "parser", "getopt"]
Expand Down

0 comments on commit f75918d

Please sign in to comment.