Skip to content

Commit 36cf172

Browse files
committed
update CHANGELOG for 0.3.0 and bump version
1 parent f1c25ec commit 36cf172

2 files changed

Lines changed: 22 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## v0.4.0 (???)
4+
5+
## v0.3.0 (10th January 2016)
6+
7+
### Features
8+
- added support for connection timeouts (Islam Yasar)
9+
- Allow for setting additional HTTP headers (Karol Samborski)
10+
11+
### Improvements and Bug fixes
12+
- improve general documentation and add docs for auth (Daniel Schauenberg)
13+
- remove calls to curl_global_cleanup (Daniel Schauenberg)
14+
- add unit test for basic auth (Daniel Schauenberg)
15+
- switch unit tests to use [http://httpbin.org]() (Daniel Schauenberg)
16+
- move two include instructions (Jos)
17+
- added reporting for test coverage (Daniel Schauenberg)
18+
- cleanup version gen to be driven by git tags (Daniel Schauenberg)
19+
- clean up build and support building on FreeBSD (Daniel Schauenberg)
20+
- automate package deployment to packagecloud (Daniel Schauenberg)
21+
- add automatic doc build & deploy (Daniel Schauenberg)
22+
- Ensure the built shared library does not have dynamic references to libgtest (Thomas Goetze)
23+
324
## v0.2.0 (19th April 2015)
425
- support basic auth
526
- Add header's to response object

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
AC_PREREQ([2.52])
2-
AC_INIT([restclient-cpp], [0.2.0], [[email protected]])
2+
AC_INIT([restclient-cpp], [0.3.0], [[email protected]])
33
AM_INIT_AUTOMAKE([foreign subdir-objects])
44
LT_INIT
55
AC_CONFIG_HEADERS([config.h])

0 commit comments

Comments
 (0)