Skip to content

Commit e274b60

Browse files
chore(main): release 0.3.0 (#23)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 5f26eab commit e274b60

4 files changed

Lines changed: 13 additions & 3 deletions

File tree

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

CHANGELOG.md

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

3+
## [0.3.0](https://github.com/castor-labs/php-ext-identifier/compare/v0.2.1...v0.3.0) (2026-06-05)
4+
5+
6+
### Features
7+
8+
* **bit128:** made \Identifier\Bit128 constructor final and private ([5f26eab](https://github.com/castor-labs/php-ext-identifier/commit/5f26eab553a6c38fcc6a504c19d153331df9bb52))
9+
* **bit128:** made static methods return static instead of self ([5f26eab](https://github.com/castor-labs/php-ext-identifier/commit/5f26eab553a6c38fcc6a504c19d153331df9bb52))
10+
* **deps:** drop support for PHP 8.1 and 8.2 ([5f26eab](https://github.com/castor-labs/php-ext-identifier/commit/5f26eab553a6c38fcc6a504c19d153331df9bb52))
11+
* renamed \Identifier\Context\* to \Identifier\State\ ([#22](https://github.com/castor-labs/php-ext-identifier/issues/22)) ([5f26eab](https://github.com/castor-labs/php-ext-identifier/commit/5f26eab553a6c38fcc6a504c19d153331df9bb52))
12+
313
## [0.2.1](https://github.com/castor-labs/php-ext-identifier/compare/v0.2.0...v0.2.1) (2025-11-16)
414

515

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "castor/ext-identifier",
3-
"version": "0.2.1",
3+
"version": "0.3.0",
44
"type": "php-ext",
55
"description": "High-performance 128-bit identifier extension for PHP (UUIDs and ULIDs)",
66
"keywords": [

src/php_identifier.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
extern zend_module_entry identifier_module_entry;
55
#define phpext_identifier_ptr &identifier_module_entry
66

7-
#define PHP_IDENTIFIER_VERSION "0.2.1" /* x-release-please-version */
7+
#define PHP_IDENTIFIER_VERSION "0.3.0" /* x-release-please-version */
88

99
#ifdef PHP_WIN32
1010
# define PHP_IDENTIFIER_API __declspec(dllexport)

0 commit comments

Comments
 (0)