Skip to content

Commit f30f4e5

Browse files
committed
trurl 0.3 release
1 parent d6d8c5d commit f30f4e5

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

RELEASE-NOTES

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
trurl 0.3
2+
3+
Changes since previous release
4+
5+
* the set port is the same as the scheme-default, don't show
6+
* many more tests
7+
* https://curl.se/trurl is now the project's website
8+
* added --accept-space
9+
* added --trim
10+
11+
Bugfixes since previous release
12+
13+
* setting port to a blank now clears it
14+
* improved the man page
15+
* fix --append query when no previous query exists
16+
* output JSON as an array
17+
* provide the -h list in pure alphabetical order
18+
* add an INSTALL variable to the Makefile
19+
* enable building with msvc on Windows
20+
* use 0644 for the man page install
21+
* use Test::More inside of test.pl
22+
* nicer JSON tests and test output

trurl.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
.\" man -l trurl.1
33
.\" Written by Daniel Stenberg
44
.\"
5-
.TH trurl 1 "3 Apr 2023" "trurl 0.2" "trurl Manual"
5+
.TH trurl 1 "3 Apr 2023" "trurl 0.3" "trurl Manual"
66
.SH NAME
77
trurl \- transpose URLs
88
.SH SYNOPSIS

version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
*
2323
***************************************************************************/
2424

25-
#define TRURL_VERSION_TXT "0.2"
25+
#define TRURL_VERSION_TXT "0.3"
2626

2727
#endif

0 commit comments

Comments
 (0)