Skip to content

Commit

Permalink
version: 0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
bagder committed Jul 29, 2024
1 parent bbcc8b5 commit 0942de3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 12 deletions.
18 changes: 7 additions & 11 deletions RELEASE-NOTES
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
# trurl 0.13
# trurl 0.14

## What's Changed

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

Contributors to this release:

Daniel Gustafsson, Daniel Stenberg, Jacob Mealey, Viktor Szakats
Daniel Stenberg
2 changes: 1 addition & 1 deletion version.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
*
***************************************************************************/

#define TRURL_VERSION_TXT "0.13"
#define TRURL_VERSION_TXT "0.14"

#endif

0 comments on commit 0942de3

Please sign in to comment.