Skip to content

Commit

Permalink
trurl 0.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bagder committed Apr 6, 2023
1 parent d6d8c5d commit f30f4e5
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions RELEASE-NOTES
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
trurl 0.3

Changes since previous release

* the set port is the same as the scheme-default, don't show
* many more tests
* https://curl.se/trurl is now the project's website
* added --accept-space
* added --trim

Bugfixes since previous release

* setting port to a blank now clears it
* improved the man page
* fix --append query when no previous query exists
* output JSON as an array
* provide the -h list in pure alphabetical order
* add an INSTALL variable to the Makefile
* enable building with msvc on Windows
* use 0644 for the man page install
* use Test::More inside of test.pl
* nicer JSON tests and test output
2 changes: 1 addition & 1 deletion trurl.1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
.\" man -l trurl.1
.\" Written by Daniel Stenberg
.\"
.TH trurl 1 "3 Apr 2023" "trurl 0.2" "trurl Manual"
.TH trurl 1 "3 Apr 2023" "trurl 0.3" "trurl Manual"
.SH NAME
trurl \- transpose URLs
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion version.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
*
***************************************************************************/

#define TRURL_VERSION_TXT "0.2"
#define TRURL_VERSION_TXT "0.3"

#endif

0 comments on commit f30f4e5

Please sign in to comment.