Skip to content

Commit 7de5774

Browse files
release: 0.7.0
1 parent 2892c8f commit 7de5774

3 files changed

Lines changed: 17 additions & 2 deletions

File tree

.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.2"
2+
".": "0.7.0"
33
}

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## 0.7.0 (2026-04-19)
4+
5+
Full Changelog: [v0.6.2...v0.7.0](https://github.com/CASParser/cas-parser-php/compare/v0.6.2...v0.7.0)
6+
7+
### Features
8+
9+
* **api:** api update ([2892c8f](https://github.com/CASParser/cas-parser-php/commit/2892c8f1f0d9cc800e8e03e9899c7f7cef3185c3))
10+
11+
12+
### Bug Fixes
13+
14+
* **client:** properly generate file params ([59582b0](https://github.com/CASParser/cas-parser-php/commit/59582b0bcdd8be588e3f53f062a2ff16d29df00d))
15+
* **client:** resolve serialization issue with unions and enums ([5257135](https://github.com/CASParser/cas-parser-php/commit/5257135e3688cfa7d602bcf7211c1fef01181b59))
16+
* populate enum-typed properties with enum instances ([4fe2734](https://github.com/CASParser/cas-parser-php/commit/4fe2734cd1aa30730c5192cb8a1e20e0a5b0a5a5))
17+
318
## 0.6.2 (2026-03-17)
419

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

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.2';
8+
const VERSION = '0.7.0';
99
// x-release-please-end

0 commit comments

Comments
 (0)