Skip to content

Commit bc07e63

Browse files
release: 0.6.2
1 parent 0c04e9f commit bc07e63

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.6.1"
2+
".": "0.6.2"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
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

513
Full Changelog: [v0.6.0...v0.6.1](https://github.com/CASParser/cas-parser-php/compare/v0.6.0...v0.6.1)

src/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
namespace 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

0 commit comments

Comments
 (0)