Skip to content

Commit 0942de3

Browse files
committed
version: 0.14
1 parent bbcc8b5 commit 0942de3

File tree

2 files changed

+8
-12
lines changed

2 files changed

+8
-12
lines changed

RELEASE-NOTES

+7-11
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,13 @@
1-
# trurl 0.13
1+
# trurl 0.14
22

33
## What's Changed
44

5-
- (also) support --flag=argument style for long options
6-
- fix unchecked return values from libcurl calls
7-
- fixed typos
8-
- free allocated pointer on OOM error
9-
- memdupdec: free memory in OOM exit path
10-
- only --append in the first iterate loop
11-
- short options need no space separation for the argument anymore
12-
- support ?= for set, to only do it if not already set
13-
- trurl.1: use present tense
5+
- remove a suprious trailing newline from a warning
6+
- trurl.1: document the exit codes
7+
- add "strict:" as prefix to a get component
8+
- casecompare: a strncasemp replacement
9+
- support conditionally set scheme
1410

1511
Contributors to this release:
1612

17-
Daniel Gustafsson, Daniel Stenberg, Jacob Mealey, Viktor Szakats
13+
Daniel Stenberg

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.13"
27+
#define TRURL_VERSION_TXT "0.14"
2828

2929
#endif

0 commit comments

Comments
 (0)