Skip to content

Commit 811d1d2

Browse files
committed
version: 0.13
Also populate RELEASE-NOTES
1 parent b5f14a3 commit 811d1d2

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

RELEASE-NOTES

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

33
## What's Changed
44

5-
- This is the same as 0.11 but with the version string set correctly
6-
7-
- check valgrind function by @eh-san in #273
8-
- Added UTF-8 detection to test runner by @jacobmealey in #276
9-
- use of free() instead of curl_free() by @bagder in #283
10-
- output the list of components correctly in the help output by @bagder in #282
11-
- if query is not updated, leave it untouched by @bagder in #284
12-
- expand the warning on "internal problem" by @bagder in #285
13-
- error when using an unrecognized URL component by @bagder in #286
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
1414

1515
Contributors to this release:
1616

17-
Daniel Stenberg, Jacob Mealey, Ehsan
17+
Daniel Gustafsson, Daniel Stenberg, Jacob Mealey, 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.12"
27+
#define TRURL_VERSION_TXT "0.13"
2828

2929
#endif

0 commit comments

Comments
 (0)