File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
6
6
7
7
## [ Unreleased]
8
+
9
+ ## [ 1.4.1] - 2021-09-18
8
10
### Changed
9
11
- Renamed extension name from ` Zephir Parser ` to ` zephir_parser ` [ #125 ] ( https://github.com/phalcon/php-zephir-parser/issues/125 )
10
12
@@ -175,7 +177,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
175
177
### Added
176
178
- Initial stable release
177
179
178
- [ Unreleased ] : https://github.com/phalcon/php-zephir-parser/compare/v1.4.0...HEAD
180
+ [ Unreleased ] : https://github.com/phalcon/php-zephir-parser/compare/v1.4.1...HEAD
181
+ [ 1.4.1 ] : https://github.com/phalcon/php-zephir-parser/compare/v1.4.0...v1.4.1
179
182
[ 1.4.0 ] : https://github.com/phalcon/php-zephir-parser/compare/v1.3.8...v1.4.0
180
183
[ 1.3.8 ] : https://github.com/phalcon/php-zephir-parser/compare/v1.3.7...v1.3.8
181
184
[ 1.3.7 ] : https://github.com/phalcon/php-zephir-parser/compare/v1.3.6...v1.3.7
Original file line number Diff line number Diff line change 1
- 1.4.0
1
+ 1.4.1
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ extern zend_module_entry zephir_parser_module_entry;
15
15
#define phpext_zephir_parser_ptr &zephir_parser_module_entry
16
16
17
17
#define PHP_ZEPHIR_PARSER_NAME "zephir_parser"
18
- #define PHP_ZEPHIR_PARSER_VERSION "1.4.0 "
18
+ #define PHP_ZEPHIR_PARSER_VERSION "1.4.1 "
19
19
#define PHP_ZEPHIR_PARSER_AUTHOR "Zephir Team and contributors"
20
20
#define PHP_ZEPHIR_PARSER_DESCRIPTION "The Zephir Parser delivered as a C extension for the PHP language."
21
21
You can’t perform that action at this time.
0 commit comments