Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyklay committed Dec 1, 2018
1 parent ee5558f commit 4495e75
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
19 changes: 18 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
## [0.11.8] - 2018-12-01
### Fixed
- Fixed compilation error with inheritance of prototype interfaces
[#1758](https://github.com/phalcon/zephir/issues/1758)
Expand Down Expand Up @@ -56,8 +57,24 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Install as a Git clone (using `git clone` and `composer install` inside cloned project)
- Install as a project's dependency (using `composer require`)

[Unreleased]: https://github.com/phalcon/zephir/compare/0.11.7...HEAD
## [0.11.2] - 2018-11-11
### Added
- Introduced an ability to pack project into one `zephir.phar` file (for PHP 7.1 and later)

### Changed
- Composer now is a mandatory dependency
- Improved Zephir's Compiler error reporting

### Removed
- PHP 5.5 no longer supported

### Fixed
- Correct return types hint check

[Unreleased]: https://github.com/phalcon/zephir/compare/0.11.8...HEAD
[0.11.8]: https://github.com/phalcon/zephir/compare/0.11.7...0.11.8
[0.11.7]: https://github.com/phalcon/zephir/compare/0.11.6...0.11.7
[0.11.6]: https://github.com/phalcon/zephir/compare/0.11.4...0.11.6
[0.11.4]: https://github.com/phalcon/zephir/compare/0.11.3...0.11.4
[0.11.3]: https://github.com/phalcon/zephir/compare/0.11.2...0.11.3
[0.11.2]: https://github.com/phalcon/zephir/compare/0.11.1...0.11.2
2 changes: 1 addition & 1 deletion Library/Zephir.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*/
final class Zephir
{
const VERSION = '0.11.7-$Id$';
const VERSION = '0.11.8-$Id$';

const RELEASE_DATE = '$release-date$';

Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 0.11.7-{build}
version: 0.11.8-{build}

environment:
matrix:
Expand Down

0 comments on commit 4495e75

Please sign in to comment.