From a6b28a2f5b13e6a80415dcdc00ede188bc53ebaf Mon Sep 17 00:00:00 2001 From: Ludwig Stecher Date: Fri, 3 Jun 2022 22:50:27 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5217776..1b213d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.4.1] - 2022-06-03 + +### Fixed + +- Fixed a miscompilation in situations where a variable followed by a `?` expands to a repetition + ## [0.4.0] - 2022-06-03 The repository was moved to its own organization! 🎉 It also has a new website with an @@ -30,10 +36,6 @@ The repository was moved to its own organization! 🎉 It also has a new website [`parse_and_compile`](https://docs.rs/rulex/latest/rulex/struct.Rulex.html#method.parse_and_compile) method now expects three parameters instead of two. -### Fixed - -- Fixed a miscompilation in situations where a variable followed by a `?` expands to a repetition - ## [0.3.0] - 2022-03-29 ### Added @@ -115,7 +117,8 @@ The repository was moved to its own organization! 🎉 It also has a new website Initial release -[unreleased]: https://github.com/rulex-rs/rulex/compare/v0.4...HEAD +[unreleased]: https://github.com/rulex-rs/rulex/compare/v0.4.1...HEAD +[0.4.1]: https://github.com/rulex-rs/rulex/compare/v0.4...v0.4.1 [0.4.0]: https://github.com/rulex-rs/rulex/compare/v0.3...v0.4 [0.3.0]: https://github.com/rulex-rs/rulex/compare/v0.2...v0.3 [0.2.0]: https://github.com/rulex-rs/rulex/compare/v0.1...v0.2