File tree Expand file tree Collapse file tree 4 files changed +18
-8
lines changed
Expand file tree Collapse file tree 4 files changed +18
-8
lines changed Original file line number Diff line number Diff line change 11name : CI
22on :
33 push :
4- branches-ignore :
5- - ' generated'
6- - ' codegen/**'
7- - ' integrated/**'
8- - ' stl-preview-head/**'
9- - ' stl-preview-base/**'
4+ branches :
5+ - ' **'
6+ - ' !integrated/**'
7+ - ' !stl-preview-head/**'
8+ - ' !stl-preview-base/**'
9+ - ' !generated'
10+ - ' !codegen/**'
11+ - ' codegen/stl/**'
1012 pull_request :
1113 branches-ignore :
1214 - ' stl-preview-head/**'
Original file line number Diff line number Diff line change 11{
2- "." : " 0.6.1 "
2+ "." : " 0.6.2 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.6.2 (2026-03-17)
4+
5+ Full Changelog: [ v0.6.1...v0.6.2] ( https://github.com/CASParser/cas-parser-php/compare/v0.6.1...v0.6.2 )
6+
7+ ### Chores
8+
9+ * ** internal:** tweak CI branches ([ 0c04e9f] ( https://github.com/CASParser/cas-parser-php/commit/0c04e9f8263c149f9ef085463d9b859a1cf3375a ) )
10+
311## 0.6.1 (2026-03-03)
412
513Full Changelog: [ v0.6.0...v0.6.1] ( https://github.com/CASParser/cas-parser-php/compare/v0.6.0...v0.6.1 )
Original file line number Diff line number Diff line change 55namespace CasParser ;
66
77// x-release-please-start-version
8- const VERSION = '0.6.1 ' ;
8+ const VERSION = '0.6.2 ' ;
99// x-release-please-end
You can’t perform that action at this time.
0 commit comments