Skip to content

Commit

Permalink
v12.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
xzel23 committed Jan 24, 2024
1 parent a8028e0 commit ec4eae2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,9 +167,12 @@ the parameter.
## Changes
### (to be released)
### 12.0.5
- add Arguments.toString()
- add Option.toString()
- fix: TextUtil.toSystemLineEnds() appended a newline character even if the argument did not end with newline
- fix: ArgumentsParserTest failed on Windows
### 12.0.4
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// define project name and version
rootProject.name = "dua3-utility"
val projectVersion = "12.0.5-SNAPSHOT"
val projectVersion = "12.0.5"

// define subprojects
include("utility")
Expand Down

0 comments on commit ec4eae2

Please sign in to comment.