Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Aloso committed Jun 3, 2022
1 parent 51b7627 commit a6b28a2
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit a6b28a2

Please sign in to comment.