Skip to content

Commit 99dd234

Browse files
committed
Bump version
1 parent 21c26de commit 99dd234

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
## [Unreleased]
8+
## [1.3.4] - 2020-04-04
89
### Fixed
910
- Fixed operator precedence
1011
[#89](https://github.com/phalcon/php-zephir-parser/issues/89)
@@ -16,7 +17,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1617
## [1.3.2] - 2019-09-30
1718
### Changed
1819
- Files `parser.c` and `scanner.c` no longer distributed.
19-
Package maintainer should re-generate they by himself.
20+
Package maintainer should re-generate they by himself
2021
[#75](https://github.com/phalcon/php-zephir-parser/pull/75)
2122

2223
### Fixed
@@ -34,7 +35,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
3435
## [1.3.0] - 2019-04-27
3536
### Added
3637
- Added support for "use" keyword in closures
37-
[phalcon/zephir#1848](https://github.com/phalcon/zephir/issues/1848)
38+
[phalcon/zephir#1848](https://github.com/phalcon/zephir/issues/1848),
3839
[phalcon/zephir#888](https://github.com/phalcon/zephir/issues/888)
3940

4041
### Fixed
@@ -150,7 +151,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
150151
### Added
151152
- Initial stable release
152153

153-
[Unreleased]: https://github.com/phalcon/php-zephir-parser/compare/v1.3.3...HEAD
154+
[Unreleased]: https://github.com/phalcon/php-zephir-parser/compare/v1.3.4...HEAD
155+
[1.3.4]: https://github.com/phalcon/php-zephir-parser/compare/v1.3.3...v1.3.4
154156
[1.3.3]: https://github.com/phalcon/php-zephir-parser/compare/v1.3.2...v1.3.3
155157
[1.3.2]: https://github.com/phalcon/php-zephir-parser/compare/v1.3.1...v1.3.2
156158
[1.3.1]: https://github.com/phalcon/php-zephir-parser/compare/v1.3.0...v1.3.1

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.3.3
1+
1.3.4

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.3.3"
18+
#define PHP_ZEPHIR_PARSER_VERSION "1.3.4"
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)