Skip to content

Commit

Permalink
Release 2.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
huderlem committed Jun 27, 2022
1 parent 93efa42 commit 6f23f89
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
Nothing, yet.

## [2.14.0] - 2022-06-27
### Added
- Add the ability to define sub-labels inside `script` statements. This is useful in some cases where it's more ergonomic to directly jump to a desired location inside a script, similar to C's goto labels.

Expand Down Expand Up @@ -122,7 +125,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [1.0.0] - 2019-08-27
Initial Release

[Unreleased]: https://github.com/huderlem/poryscript/compare/2.13.0...HEAD
[Unreleased]: https://github.com/huderlem/poryscript/compare/2.14.0...HEAD
[2.14.0]: https://github.com/huderlem/poryscript/compare/2.13.0...2.14.0
[2.13.0]: https://github.com/huderlem/poryscript/compare/2.12.0...2.13.0
[2.12.0]: https://github.com/huderlem/poryscript/compare/2.11.0...2.12.0
[2.11.0]: https://github.com/huderlem/poryscript/compare/2.10.0...2.11.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 = "2.13.0"
const version = "2.14.0"

type mapOption map[string]string

Expand Down

0 comments on commit 6f23f89

Please sign in to comment.