Skip to content

Commit 7fd648b

Browse files
committed
Merge tag '1.5.0' into develop
Release of 1.5.0
2 parents b11092d + 2182e78 commit 7fd648b

File tree

7 files changed

+8
-7
lines changed

7 files changed

+8
-7
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: "1.4.0+{build}"
1+
version: "1.5.0+{build}"
22

33
environment:
44
CTEST_OUTPUT_ON_FAILURE: '1'

CHANGELOG.md

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

1212

13-
## Unreleased ##
13+
## [1.5.0] - 2022-01-03 ##
1414

1515
### Changed ###
1616
- [#21] Code `NotExtended` (510) is marked as obsoleted.
@@ -91,6 +91,7 @@ Initial (actually unversioned) release.
9191
---
9292

9393

94+
[1.5.0]: https://github.com/j-ulrich/http-status-codes-cpp/releases/tag/1.5.0
9495
[1.4.0]: https://github.com/j-ulrich/http-status-codes-cpp/releases/tag/1.4.0
9596
[1.3.0]: https://github.com/j-ulrich/http-status-codes-cpp/releases/tag/1.3.0
9697
[1.2.0]: https://github.com/j-ulrich/http-status-codes-cpp/releases/tag/1.2.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.4.0
7+
* \version 1.5.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.4.0
7+
* \version 1.5.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.4.0
7+
* \version 1.5.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.4.0
7+
* \version 1.5.0
88
* \author Jochen Ulrich <[email protected]>
99
* \copyright Licensed under Creative Commons CC0 (http://creativecommons.org/publicdomain/zero/1.0/)
1010
*/

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "http-status-codes-cpp",
3-
"version": "1.4.0",
3+
"version": "1.5.0",
44
"description": "HTTP Status Codes and Reason Phrases for C, C++ and Qt",
55
"directories": {
66
"test": "tests"

0 commit comments

Comments
 (0)