Skip to content

Commit 6119da3

Browse files
committed
Bump version to 1.5.3
1 parent a1c168f commit 6119da3

File tree

4 files changed

+14
-9
lines changed

4 files changed

+14
-9
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
## [Unreleased] - xxxx-xx-xx
88

9+
## [1.5.3] - 2023-02-08
10+
### Added
11+
- Enabled Thread Safe (TS) builds [#145](https://github.com/phalcon/php-zephir-parser/issues/145)
12+
913
## [1.5.2] - 2022-12-27
1014
### Added
1115
- Enabled support of PHP8.2 for Windows [#141](https://github.com/phalcon/php-zephir-parser/issues/141)
@@ -193,7 +197,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
193197
### Added
194198
- Initial stable release
195199

196-
[Unreleased]: https://github.com/phalcon/php-zephir-parser/compare/v1.5.2...HEAD
200+
[Unreleased]: https://github.com/phalcon/php-zephir-parser/compare/v1.5.3...HEAD
201+
[1.5.3]: https://github.com/phalcon/php-zephir-parser/compare/v1.5.2...v1.5.3
197202
[1.5.2]: https://github.com/phalcon/php-zephir-parser/compare/v1.5.1...v1.5.2
198203
[1.5.1]: https://github.com/phalcon/php-zephir-parser/compare/v1.5.0...v1.5.1
199204
[1.5.0]: https://github.com/phalcon/php-zephir-parser/compare/v1.4.2...v1.5.0

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.5.2
1+
1.5.3

package.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,23 +12,23 @@
1212
<email>[email protected]</email>
1313
<active>yes</active>
1414
</lead>
15-
<date>2022-12-27</date>
16-
<time>21:00:00</time>
15+
<date>2023-02-08</date>
16+
<time>22:00:00</time>
1717
<version>
18-
<release>1.5.2</release>
19-
<api>1.5.2</api>
18+
<release>1.5.3</release>
19+
<api>1.5.3</api>
2020
</version>
2121
<stability>
2222
<release>stable</release>
2323
<api>stable</api>
2424
</stability>
2525
<license uri="https://github.com/zephir-lang/php-zephir-parser/blob/development/LICENSE">MIT</license>
2626
<notes>
27-
Mon, Dec 27, 2022 - Zephir Parser 1.5.2
27+
Mon, Feb 08, 2023 - Zephir Parser 1.5.3
2828

2929
= Added:
3030

31-
- Enabled support of PHP8.2 for Windows
31+
- Enabled Thread Safe (TS) builds
3232
</notes>
3333
<contents>
3434
<dir name="/">

zephir_parser.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ extern zend_module_entry zephir_parser_module_entry;
1515
#define phpext_zephir_parser_ptr &zephir_parser_module_entry
1616

1717
#define PHP_ZEPHIR_PARSER_NAME "zephir_parser"
18-
#define PHP_ZEPHIR_PARSER_VERSION "1.5.2"
18+
#define PHP_ZEPHIR_PARSER_VERSION "1.5.3"
1919
#define PHP_ZEPHIR_PARSER_AUTHOR "Zephir Team and contributors"
2020
#define PHP_ZEPHIR_PARSER_DESCRIPTION "The Zephir Parser delivered as a C extension for the PHP language."
2121

0 commit comments

Comments
 (0)