Skip to content

Commit

Permalink
Release 2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
huderlem committed Sep 7, 2020
1 parent 0f9ce32 commit 7a891b9
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.

## [2.9.0] - 2020-09-07
### Added
- Added optional maximum line length parameter to `format()` operator.

## [2.8.1] - 2020-05-06
### Fixed
- Fix bug where `switch` statement `default` case didn't work properly when combined with other cases.
Expand Down Expand Up @@ -99,7 +103,8 @@ Nothing, yet.
## [1.0.0] - 2019-08-27
Initial Release

[Unreleased]: https://github.com/huderlem/poryscript/compare/2.8.1...HEAD
[Unreleased]: https://github.com/huderlem/poryscript/compare/2.9.0...HEAD
[2.9.0]: https://github.com/huderlem/poryscript/compare/2.8.1...2.9.0
[2.8.1]: https://github.com/huderlem/poryscript/compare/2.8.0...2.8.1
[2.8.0]: https://github.com/huderlem/poryscript/compare/2.7.2...2.8.0
[2.7.2]: https://github.com/huderlem/poryscript/compare/2.7.1...2.7.2
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 = "2.8.1"
const version = "2.9.0"

type mapOption map[string]string

Expand Down

0 comments on commit 7a891b9

Please sign in to comment.