Skip to content

Commit b26ea03

Browse files
committed
Merge branch 'release/1.6.1'
2 parents 8f99252 + ea7b544 commit b26ea03

File tree

8 files changed

+19
-8
lines changed

8 files changed

+19
-8
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.6.0+{build}"
1+
version: "1.6.1+{build}"
22

33
environment:
44
matrix:

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,16 @@ This changelog follows the [Keep a Changelog](http://keepachangelog.com) format.
99

1010
---
1111

12+
13+
## [1.6.1] - 2025-02-09
14+
15+
### Fixed ###
16+
- Mistake during released of version 1.6.0.
17+
18+
19+
---
20+
21+
1222
## [1.6.0] - 2025-02-09
1323

1424
### Added ###
@@ -106,6 +116,7 @@ Initial (actually unversioned) release.
106116
---
107117

108118

119+
[1.6.1]: https://github.com/j-ulrich/http-status-codes-cpp/compare/1.6.0...1.6.1
109120
[1.6.0]: https://github.com/j-ulrich/http-status-codes-cpp/compare/1.5.0...1.6.0
110121
[1.5.0]: https://github.com/j-ulrich/http-status-codes-cpp/releases/tag/1.5.0
111122
[1.4.0]: https://github.com/j-ulrich/http-status-codes-cpp/releases/tag/1.4.0
@@ -114,4 +125,4 @@ Initial (actually unversioned) release.
114125
[1.1.1]: https://github.com/j-ulrich/http-status-codes-cpp/releases/tag/1.1.1
115126
[1.1.0]: https://github.com/j-ulrich/http-status-codes-cpp/releases/tag/1.1.0
116127

117-
[unreleased]: https://github.com/j-ulrich/http-status-codes-cpp/compare/1.6.0...develop
128+
[unreleased]: https://github.com/j-ulrich/http-status-codes-cpp/compare/1.6.1...develop

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.6.0
7+
* \version 1.6.1
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.6.0
7+
* \version 1.6.1
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.6.0
7+
* \version 1.6.1
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.6.0
7+
* \version 1.6.1
88
* \author Jochen Ulrich <[email protected]>
99
* \copyright Licensed under Creative Commons CC0 (http://creativecommons.org/publicdomain/zero/1.0/)
1010
*/

HttpStatusCodes_Qt_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.6.0
7+
* \version 1.6.1
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.6.0",
3+
"version": "1.6.1",
44
"description": "HTTP Status Codes and Reason Phrases for C, C++ and Qt",
55
"scripts": {
66
"check-http-status-codes-update": "node .github/checkForHttpStatusCodesUpdate.js",

0 commit comments

Comments
 (0)