diff --git a/RELEASE-NOTES b/RELEASE-NOTES new file mode 100644 index 00000000..b6e67a0e --- /dev/null +++ b/RELEASE-NOTES @@ -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 diff --git a/trurl.1 b/trurl.1 index d57c4475..bb8d1ca7 100644 --- a/trurl.1 +++ b/trurl.1 @@ -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 diff --git a/version.h b/version.h index 4d9fbb33..15c6dece 100644 --- a/version.h +++ b/version.h @@ -22,6 +22,6 @@ * ***************************************************************************/ -#define TRURL_VERSION_TXT "0.2" +#define TRURL_VERSION_TXT "0.3" #endif