Skip to content

Commit 756cfc9

Browse files
committed
RELEASE: 0.10
1 parent e19615d commit 756cfc9

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

RELEASE-NOTES

+7-9
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,16 @@
1-
trurl 0.9
1+
trurl 0.10
22

33
Changes since previous release
44

5-
o add --as-idn and punycode to IDN conversion
6-
o add --curl to only count as valid URLs supported by libcurl
7-
o add vs2022 project files
5+
o add --replace
86

97
Bugfixes since previous release
108

11-
o accept \* as a trim name to trim a literal asterisk name
12-
o format null as \u0000 for --json
13-
o run --trim query before --append query
9+
o fixed buffer overflows on %00 use
10+
o support compiling with old versions of Visual Studio
11+
o enable more C compiler warnings and fix them
12+
o ci: add Windows builds
1413

1514
Contributors to this release:
1615

17-
Daniel Stenberg, Ehsan, Emanuele Torre, Jacob Mealey, Krishean Draconis,
18-
Michael Ablassmeier, 積丹尼 Dan Jacobson
16+
Daniel Stenberg, Jacob Mealey, Jay Satiro, Michael Lass, Viktor Szakats

version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
*
2525
***************************************************************************/
2626

27-
#define TRURL_VERSION_TXT "0.9"
27+
#define TRURL_VERSION_TXT "0.10"
2828

2929
#endif

0 commit comments

Comments
 (0)