From f28ff0bc49387e5a1c0dee9288615bb2e38a34ce Mon Sep 17 00:00:00 2001 From: Anton Vasiliev Date: Wed, 31 Mar 2021 20:01:10 +0100 Subject: [PATCH] Add 0.13.1 to CHANGELOG.md --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e2efef2d..6df0012b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format based on [Keep a Changelog](http://keepachangelog.com) and this project adheres to [Semantic Versioning](http://semver.org). ## [Unreleased] + +## [0.13.1] - 2021-03-31 ### Added - Added jobs `-j, --jobs` option for `zephir compile` [#2174](https://github.com/zephir-lang/zephir/issues/2174) @@ -445,7 +447,8 @@ and this project adheres to [Semantic Versioning](http://semver.org). - Fixed casting resource to int (only ZendEngine 3) [#1524](https://github.com/zephir-lang/zephir/issues/1524) -[Unreleased]: https://github.com/zephir-lang/zephir/compare/0.13.0...HEAD +[Unreleased]: https://github.com/zephir-lang/zephir/compare/0.13.1...HEAD +[0.13.1]: https://github.com/zephir-lang/zephir/compare/0.13.0...0.13.1 [0.13.0]: https://github.com/zephir-lang/zephir/compare/0.12.21...0.13.0 [0.12.21]: https://github.com/zephir-lang/zephir/compare/0.12.20...0.12.21 [0.12.20]: https://github.com/zephir-lang/zephir/compare/0.12.19...0.12.20