File tree 4 files changed +9
-4
lines changed
4 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 1
- version : 1.3.0 -{build}
1
+ version : 1.3.1 -{build}
2
2
3
3
environment :
4
4
matrix :
Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ 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
+ ## [ 1.3.1] - 2019-05-01
9
+ ### Fixed
10
+ - Fixed ` config.m4 ` to correct install headers
11
+
8
12
## [ 1.3.0] - 2019-04-27
9
13
### Added
10
14
- Added support for "use" keyword in closures
@@ -124,7 +128,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
124
128
### Added
125
129
- Initial stable release
126
130
127
- [ Unreleased ] : https://github.com/phalcon/php-zephir-parser/compare/v1.3.0...HEAD
131
+ [ Unreleased ] : https://github.com/phalcon/php-zephir-parser/compare/v1.3.1...HEAD
132
+ [ 1.3.1 ] : https://github.com/phalcon/php-zephir-parser/compare/v1.3.0...v1.3.1
128
133
[ 1.3.0 ] : https://github.com/phalcon/php-zephir-parser/compare/v1.2.0...v1.3.0
129
134
[ 1.2.0 ] : https://github.com/phalcon/php-zephir-parser/compare/v1.1.4...v1.2.0
130
135
[ 1.1.4 ] : https://github.com/phalcon/php-zephir-parser/compare/v1.1.3...v1.1.4
Original file line number Diff line number Diff line change 1
- 1.3.0
1
+ 1.3.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.3.0 "
18
+ #define PHP_ZEPHIR_PARSER_VERSION "1.3.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