Skip to content

Commit

Permalink
Release 3.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
huderlem committed Nov 24, 2024
1 parent 5e938a0 commit f8e259d
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.5.1] - 2024-11-24
### Fixed
- Fix bug where `\N` didn't respect `numLines` when using `format()`.

## [3.5.0] - 2024-11-10
### Added
- Movement can now be inlined within commands using a special `moves()` operator, similar to text. For example:
Expand Down Expand Up @@ -179,7 +183,8 @@ Nothing, yet.
## [1.0.0] - 2019-08-27
Initial Release

[Unreleased]: https://github.com/huderlem/poryscript/compare/3.5.0...HEAD
[Unreleased]: https://github.com/huderlem/poryscript/compare/3.5.1...HEAD
[3.5.0]: https://github.com/huderlem/poryscript/compare/3.5.0...3.5.1
[3.5.0]: https://github.com/huderlem/poryscript/compare/3.4.0...3.5.0
[3.4.0]: https://github.com/huderlem/poryscript/compare/3.3.0...3.4.0
[3.3.0]: https://github.com/huderlem/poryscript/compare/3.2.0...3.3.0
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
"github.com/huderlem/poryscript/parser"
)

const version = "3.5.0"
const version = "3.5.1"

type mapOption map[string]string

Expand Down

0 comments on commit f8e259d

Please sign in to comment.