Skip to content

Commit 8f67427

Browse files
committed
Increases version number to 1.2.0
1 parent 10dc785 commit 8f67427

File tree

5 files changed

+18
-8
lines changed

5 files changed

+18
-8
lines changed

CHANGELOG.md

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,19 @@ This changelog follows the [Keep a Changelog](http://keepachangelog.com) format.
1010
---
1111

1212

13-
## [1.1.1] - 2018-11-14 ##
13+
## [1.2.0] - 2019-01-06 ##
14+
15+
### Added ###
16+
- [#5]{C++11} `toInt()` conversion function.
17+
18+
19+
---
20+
21+
22+
## [1.1.1] - 2018-11-14 ##
1423

1524
### Fixed ###
16-
- Some QNetworkReply::NetworkError codes were not available in Qt before 5.3.
25+
- {Qt} Some QNetworkReply::NetworkError codes were not available in Qt before 5.3.
1726

1827

1928
---
@@ -26,7 +35,7 @@ Adds missing status codes from the IANA registry.
2635

2736

2837
### Fixed ###
29-
- Removed redundant "HttpStatus_XXX" documentation comments in C variant.
38+
- {C} Removed redundant "HttpStatus_XXX" documentation comments.
3039

3140

3241
---
@@ -40,11 +49,12 @@ Initial (actually unversioned) release.
4049
- Status codes
4150
- Category/class tests (`isXXX()` functions)
4251
- Reason phrases
43-
- `QNetworkReply::NetworkError` mapping
52+
- {Qt} `QNetworkReply::NetworkError` mapping
4453

4554

4655
---
4756

4857

58+
[1.2.0]: https://github.com/j-ulrich/http-status-codes-cpp/releases/tag/1.2.0
4959
[1.1.1]: https://github.com/j-ulrich/http-status-codes-cpp/releases/tag/1.1.1
5060
[1.1.0]: https://github.com/j-ulrich/http-status-codes-cpp/releases/tag/1.1.0

HttpStatusCodes_C++.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* https://github.com/j-ulrich/http-status-codes-cpp
66
*
7-
* \version 1.1.1
7+
* \version 1.2.0
88
* \author Jochen Ulrich <[email protected]>
99
* \copyright Licensed under Creative Commons CC0 (http://creativecommons.org/publicdomain/zero/1.0/)
1010
*/

HttpStatusCodes_C++11.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* https://github.com/j-ulrich/http-status-codes-cpp
66
*
7-
* \version 1.1.1
7+
* \version 1.2.0
88
* \author Jochen Ulrich <[email protected]>
99
* \copyright Licensed under Creative Commons CC0 (http://creativecommons.org/publicdomain/zero/1.0/)
1010
*/

HttpStatusCodes_C.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* https://github.com/j-ulrich/http-status-codes-cpp
66
*
7-
* \version 1.1.1
7+
* \version 1.2.0
88
* \author Jochen Ulrich <[email protected]>
99
* \copyright Licensed under Creative Commons CC0 (http://creativecommons.org/publicdomain/zero/1.0/)
1010
*/

HttpStatusCodes_Qt.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* https://github.com/j-ulrich/http-status-codes-cpp
66
*
7-
* \version 1.1.1
7+
* \version 1.2.0
88
* \author Jochen Ulrich <[email protected]>
99
* \copyright Licensed under Creative Commons CC0 (http://creativecommons.org/publicdomain/zero/1.0/)
1010
*/

0 commit comments

Comments
 (0)