Skip to content

Commit dc06bb2

Browse files
committed
Merge branch 'release/1.6.2'
2 parents b26ea03 + fae63c5 commit dc06bb2

9 files changed

+21
-10
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.1+{build}"
1+
version: "1.6.2+{build}"
22

33
environment:
44
matrix:

.release-it.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
"before:git:beforeBump": "git flow release start ${version}",
44
"after:git:afterRelease": [
55
"npx git-flow-silent-release ${version}",
6-
"git checkout develop"
6+
"git push",
7+
"git checkout develop",
8+
"git push"
79
]
810
},
911
"git": {

CHANGELOG.md

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

1212

13+
## [1.6.2] - 2025-02-09
14+
### Fixed ###
15+
- Error in release configuration.
16+
17+
18+
---
19+
20+
1321
## [1.6.1] - 2025-02-09
1422

1523
### Fixed ###
16-
- Mistake during released of version 1.6.0.
24+
- Mistake during release of version 1.6.0.
1725

1826

1927
---
@@ -116,6 +124,7 @@ Initial (actually unversioned) release.
116124
---
117125

118126

127+
[1.6.2]: https://github.com/j-ulrich/http-status-codes-cpp/compare/1.6.1...1.6.2
119128
[1.6.1]: https://github.com/j-ulrich/http-status-codes-cpp/compare/1.6.0...1.6.1
120129
[1.6.0]: https://github.com/j-ulrich/http-status-codes-cpp/compare/1.5.0...1.6.0
121130
[1.5.0]: https://github.com/j-ulrich/http-status-codes-cpp/releases/tag/1.5.0
@@ -125,4 +134,4 @@ Initial (actually unversioned) release.
125134
[1.1.1]: https://github.com/j-ulrich/http-status-codes-cpp/releases/tag/1.1.1
126135
[1.1.0]: https://github.com/j-ulrich/http-status-codes-cpp/releases/tag/1.1.0
127136

128-
[unreleased]: https://github.com/j-ulrich/http-status-codes-cpp/compare/1.6.1...develop
137+
[unreleased]: https://github.com/j-ulrich/http-status-codes-cpp/compare/1.6.2...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.1
7+
* \version 1.6.2
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.1
7+
* \version 1.6.2
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.1
7+
* \version 1.6.2
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.1
7+
* \version 1.6.2
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.1
7+
* \version 1.6.2
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.1",
3+
"version": "1.6.2",
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)