Skip to content

Commit f80a6cf

Browse files
committed
Prepare to release [ci skip]
1 parent ead54f0 commit f80a6cf

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

CHANGELOG.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,16 @@ 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+
9+
## [1.1.3] - 2018-11-06
810
### Changed
911
- Extremely simplified installation of the extension using standard PHP workflow [#38](https://github.com/phalcon/php-zephir-parser/issues/38)
1012

1113
### Fixed
1214
- Improved error handling and prevent segfault on invalid syntax [#30](https://github.com/phalcon/php-zephir-parser/issues/30)
1315

1416
### Removed
15-
- Removed no longer need BASH scripts to build and install extension
17+
- Removed no longer needed BASH scripts to build and install extension
1618

1719
## [1.1.2] - 2018-01-23
1820
### Added
@@ -72,8 +74,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7274

7375
### Changed
7476
- Optimize build to produce smaller module
75-
- Improved Win32 build by providing separated `bat` file (Windows)
76-
- Improved build and tests on AppVeyor (Windows)
77+
- Improved Win32 build by providing separated `bat` file (Windows)
78+
- Improved build and tests on AppVeyor (Windows)
7779

7880
### Fixed
7981
- Fixed compiler warnings on build lemon
@@ -84,7 +86,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
8486
### Added
8587
- Initial stable release
8688

87-
[Unreleased]: https://github.com/phalcon/php-zephir-parser/compare/v1.1.2...HEAD
89+
[Unreleased]: https://github.com/phalcon/php-zephir-parser/compare/v1.1.3...HEAD
90+
[1.1.3]: https://github.com/phalcon/php-zephir-parser/compare/v1.1.2...v1.1.3
8891
[1.1.2]: https://github.com/phalcon/php-zephir-parser/compare/v1.1.1...v1.1.2
8992
[1.1.1]: https://github.com/phalcon/php-zephir-parser/compare/v1.1.0...v1.1.1
9093
[1.1.0]: https://github.com/phalcon/php-zephir-parser/compare/v1.0.3...v1.1.0

tests/.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
*.sh
2-
!ci/run-tests.sh
3-
!ci/after-failure.sh
42
*.out
53
*.exp
64
*.diff

0 commit comments

Comments
 (0)