Skip to content

Commit

Permalink
Release 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
huderlem committed May 20, 2023
1 parent fd03793 commit 1ff8b70
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
Nothing, yet.

## [3.0.2] - 2023-05-20
### Fixed
- Fix bug where a `switch` statement with all empty `case` bodies would produce invalid output.

## [3.0.1] - 2023-01-08
### Fixed
- Fix bug where `end` and `return` commands could cause labels to not render.
Expand Down Expand Up @@ -133,7 +137,8 @@ Nothing, yet.
## [1.0.0] - 2019-08-27
Initial Release

[Unreleased]: https://github.com/huderlem/poryscript/compare/3.0.1...HEAD
[Unreleased]: https://github.com/huderlem/poryscript/compare/3.0.2...HEAD
[3.0.2]: https://github.com/huderlem/poryscript/compare/3.0.1...3.0.2
[3.0.1]: https://github.com/huderlem/poryscript/compare/3.0.0...3.0.1
[3.0.0]: https://github.com/huderlem/poryscript/compare/2.14.0...3.0.0
[2.14.0]: https://github.com/huderlem/poryscript/compare/2.13.0...2.14.0
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
"github.com/huderlem/poryscript/parser"
)

const version = "3.0.1"
const version = "3.0.2"

type mapOption map[string]string

Expand Down

0 comments on commit 1ff8b70

Please sign in to comment.