Skip to content

Commit a8aea33

Browse files
committed
Update CHANGELOG, CONTRIBUTORS, release notes
1 parent 1ab29d3 commit a8aea33

4 files changed

+36
-3
lines changed

CHANGELOG

+17
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
This is the changelog file for the POCO C++ Libraries.
22

3+
4+
Release 1.13.2 (2024-02-19)
5+
===========================
6+
7+
Summary of Changes:
8+
9+
This is a bugfix release.
10+
11+
Breaking Changes:
12+
13+
- GH #4378 [Data] Unconditionally includes of SQLParser.h
14+
15+
Bug fixes and Improvements:
16+
17+
- GH #4462 Disable SQL parsing by default
18+
19+
320
Release 1.13.1 (2024-02-05)
421
===========================
522

CONTRIBUTORS

+1
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,4 @@ Alexander B
6464
Andrew Auclair
6565
Jochen Sprickerhof
6666
Jesse Hoogervorst
67+
Aron Budea

doc/99100-ReleaseNotes.page

+15
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@ POCO C++ Libraries Release Notes
22
AAAIntroduction
33

44

5+
!!!Release 1.13.2
6+
7+
!!Summary of Changes
8+
9+
This is a bugfix release.
10+
11+
!!Breaking Changes
12+
13+
- GH #4378 [Data] Unconditionally includes of SQLParser.h
14+
15+
!!Bug fixes and Improvements
16+
17+
- GH #4462 Disable SQL parsing by default
18+
19+
520
!!!Release 1.13.1
621

722
!!Summary of Changes

gh-cli-for-release-notes.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ echo ===========================
2626
echo
2727
echo "Summary of Changes:"
2828
echo
29-
echo "Breaking changes:"
29+
echo "Breaking Changes:"
3030
echo
3131

3232
gh issue list -S 'milestone:"'"${MILESTONE}"'" label:breaking' -s all -L 500 --json number,title --jq '.[] | "- GH #\(.number) \(.title)"'
3333
gh pr list -S 'milestone:"'"${MILESTONE}"'" label:breaking' -s all -L 500 --json number,title --jq '.[] | "- PR #\(.number) \(.title)"'
3434

3535
echo
36-
echo "Features and enhancements:"
36+
echo "Features and Enhancements:"
3737
echo
3838

3939
gh issue list -S 'milestone:"'"${MILESTONE}"'" -label:breaking label:enhancement' -s all -L 500 --json number,title --jq '.[] | "- GH #\(.number) \(.title)"'
@@ -42,7 +42,7 @@ gh pr list -S 'milestone:"'"${MILESTONE}"'" -label:breaking label:enhancement
4242
gh pr list -S 'milestone:"'"${MILESTONE}"'" -label:breaking -label:enhancement label:feature' -s all -L 500 --json number,title --jq '.[] | "- PR #\(.number) \(.title)"'
4343

4444
echo
45-
echo "Bug fixes and improvements:"
45+
echo "Bug Fixes and Improvements:"
4646
echo
4747

4848
gh issue list -S 'milestone:"'"${MILESTONE}"'" -label:breaking -label:enhancement -label:feature' -s all -L 500 --json number,title --jq '.[] | "- GH #\(.number) \(.title)"'

0 commit comments

Comments
 (0)