We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85dd4a9 commit 85e5437Copy full SHA for 85e5437
2 files changed
CHANGELOG.md
@@ -5,7 +5,7 @@ All notable changes to this extension will be documented in this file.
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8
-## [Unreleased]
+## [0.3.0] - 2026-04-15
9
10
### BC Break
11
php_deepclone.h
@@ -4,7 +4,7 @@
4
extern zend_module_entry deepclone_module_entry;
#define phpext_deepclone_ptr &deepclone_module_entry
-#define PHP_DEEPCLONE_VERSION "0.2.0"
+#define PHP_DEEPCLONE_VERSION "0.3.0"
ZEND_BEGIN_MODULE_GLOBALS(deepclone)
HashTable hydrate_cache;
0 commit comments