Skip to content

Commit e87b5d1

Browse files
committed
Merge branch '2.19'
2 parents 04c0914 + 72066fe commit e87b5d1

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ on:
44
branches:
55
- master
66
- "3.0"
7-
- "2.18"
7+
- "2.19"
88
paths-ignore:
99
- "README.md"
1010
- "release-notes/*"
1111
pull_request:
1212
branches:
1313
- master
1414
- "3.0"
15-
- "2.18"
15+
- "2.19"
1616
paths-ignore:
1717
- "README.md"
1818
- "release-notes/*"

release-notes/VERSION-2.x

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,11 @@ a pure JSON library.
1414
=== Releases ===
1515
------------------------------------------------------------------------
1616

17-
2.18.0 (not yet released)
17+
2.19.0 (not yet released)
18+
19+
-
20+
21+
2.18.0 (26-Sep-2024)
1822

1923
#223: `UTF8JsonGenerator` writes supplementary characters as a surrogate pair:
2024
should use 4-byte encoding

0 commit comments

Comments
 (0)