Skip to content

Commit e8b572f

Browse files
committed
Merge branch '2.x' into 3.x
2 parents be66e77 + ace79d2 commit e8b572f

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
name: Trigger downstream builds for v2
8080
needs: [build]
8181
# Only for pushes to default branch
82-
if: ${{ github.event_name == 'push' && github.ref_name == github.event.repository.default_branch }}
82+
if: ${{ github.event_name == 'push' && github.ref_name == '2.x' }}
8383
uses: ./.github/workflows/trigger_dep_builds_v2.yml
8484
secrets:
8585
token: ${{ secrets.REPO_DISPATCH }}

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.19.0-rc2 (07-Apr-2025)
17+
2.20.0 (not yet released)
18+
19+
-
20+
21+
2.19.0 (24-Apr-2025)
1822

1923
#633: Allow skipping `RS` CTRL-CHAR to support JSON Text Sequences
2024
(requested by Yanming Z)

0 commit comments

Comments
 (0)