diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a08cda..fafbc96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [v0.4.2] - 2022-10-29 + ### Added - Added `include_entry` option @@ -97,7 +99,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Initial release -[Unreleased]: https://github.com/le0developer/luapack/compare/v0.4.1...HEAD +[Unreleased]: https://github.com/le0developer/luapack/compare/v0.4.2...HEAD +[0.4.2]: https://github.com/le0developer/luapack/releases/tag/v0.4.2 [0.4.1]: https://github.com/le0developer/luapack/releases/tag/v0.4.1 [0.4.0]: https://github.com/le0developer/luapack/releases/tag/v0.4.0 [0.3.3]: https://github.com/le0developer/luapack/releases/tag/v0.3.3 diff --git a/luapack.yue b/luapack.yue index 1068531..e689e06 100644 --- a/luapack.yue +++ b/luapack.yue @@ -66,7 +66,7 @@ export helpers = { export __author__ = "Leo Developer" export __url__ = "https://github.com/le0developer/luapack" export __license__ = "MIT" -export __version__ = "0.4.1" +export __version__ = "0.4.2" export default_plugins = {n: 0}