Skip to content

Commit 796ccb0

Browse files
committed
Bump version to 1.5.0
1 parent 763821e commit 796ccb0

File tree

4 files changed

+14
-10
lines changed

4 files changed

+14
-10
lines changed

CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,11 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7-
## [Unreleased]
8-
### Added - xxxx-xx-xx
7+
## [Unreleased] - xxxx-xx-xx
8+
9+
10+
## [1.5.0] - 2022-02-12
11+
### Added
912
- Added support for `false` return type [#137](https://github.com/phalcon/php-zephir-parser/issues/137)
1013

1114
## [1.4.2] - 2021-12-11
@@ -183,7 +186,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
183186
### Added
184187
- Initial stable release
185188

186-
[Unreleased]: https://github.com/phalcon/php-zephir-parser/compare/v1.4.2...HEAD
189+
[Unreleased]: https://github.com/phalcon/php-zephir-parser/compare/v1.5.0...HEAD
190+
[1.5.0]: https://github.com/phalcon/php-zephir-parser/compare/v1.4.2...v1.5.0
187191
[1.4.2]: https://github.com/phalcon/php-zephir-parser/compare/v1.4.1...v1.4.2
188192
[1.4.1]: https://github.com/phalcon/php-zephir-parser/compare/v1.4.0...v1.4.1
189193
[1.4.0]: https://github.com/phalcon/php-zephir-parser/compare/v1.3.8...v1.4.0

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.4.2
1+
1.5.0

package.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,20 @@
1515
<date>2021-09-18</date>
1616
<time>15:00:00</time>
1717
<version>
18-
<release>1.4.2</release>
19-
<api>1.4.2</api>
18+
<release>1.5.0</release>
19+
<api>1.5.0</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-
Sat, Dec 1, 2021 - Zephir Parser 1.4.2
27+
Sat, Feb 12, 2022 - Zephir Parser 1.5.0
2828

29-
= Changes:
29+
= Added:
3030

31-
- Enabled support of PHP8.1
31+
- Added support of `false` return type
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.4.2"
18+
#define PHP_ZEPHIR_PARSER_VERSION "1.5.0"
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)