Skip to content

Commit 81296ec

Browse files
committed
Bump version to 0.4.0
1 parent 2d2997b commit 81296ec

File tree

2 files changed

+33
-4
lines changed

2 files changed

+33
-4
lines changed

package.xml

+32-3
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ http://pear.php.net/dtd/package-2.0.xsd">
1717
<email>[email protected]</email>
1818
<active>yes</active>
1919
</lead>
20-
<date>2020-06-30</date>
20+
<date>2024-07-04</date>
2121
<version>
22-
<release>0.3.3</release>
23-
<api>0.3.3</api>
22+
<release>0.4.0</release>
23+
<api>0.4.0</api>
2424
</version>
2525
<stability>
2626
<release>beta</release>
@@ -91,6 +91,35 @@ http://pear.php.net/dtd/package-2.0.xsd">
9191
<providesextension>tarantool</providesextension>
9292
<extsrcrelease/>
9393
<changelog>
94+
<release>
95+
<stability><release>beta</release><api>beta</api></stability>
96+
<version><release>0.4.0</release><api>0.4.0</api></version>
97+
<date>2024-07-04</date>
98+
<notes>
99+
tarantool-php 0.4.0
100+
101+
## Overview
102+
103+
The release adds support for PHP 8.x and fixes incompatibility with
104+
Tarantool 2.10+.
105+
106+
## Breaking changes
107+
108+
This release should not break existing code.
109+
110+
## New features
111+
112+
- Support PHP 8.x (#171).
113+
- Support Tarantool 2.10+ (#175).
114+
- Call IPROTO method (#101).
115+
- Support new _index system space format (#151).
116+
117+
## Bugfixes
118+
119+
- Give meaningful error when retry_count is zero (#83).
120+
- select() by space_no and index_name (#42).
121+
</notes>
122+
</release>
94123
<release>
95124
<stability><release>beta</release><api>beta</api></stability>
96125
<version><release>0.3.3</release><api>0.3.3</api></version>

src/php_tarantool.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
extern zend_module_entry tarantool_module_entry;
9696
#define phpext_tarantool_ptr &tarantool_module_entry
9797

98-
#define PHP_TARANTOOL_VERSION "0.3.3"
98+
#define PHP_TARANTOOL_VERSION "0.4.0"
9999
#define PHP_TARANTOOL_EXTNAME "tarantool"
100100

101101
#ifdef PHP_WIN32

0 commit comments

Comments
 (0)