File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 79
79
name : Trigger downstream builds for v2
80
80
needs : [build]
81
81
# 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' }}
83
83
uses : ./.github/workflows/trigger_dep_builds_v2.yml
84
84
secrets :
85
85
token : ${{ secrets.REPO_DISPATCH }}
Original file line number Diff line number Diff line change @@ -14,7 +14,11 @@ a pure JSON library.
14
14
= == Releases == =
15
15
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
16
16
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 )
18
22
19
23
#633 : Allow skipping `RS` CTRL-CHAR to support JSON Text Sequences
20
24
(requested by Yanming Z )
You can’t perform that action at this time.
0 commit comments