Skip to content

Commit 54b6c49

Browse files
committed
Release 3.5.2
1 parent 74ba5d8 commit 54b6c49

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
## [Unreleased]
88
Nothing, yet.
99

10+
## [3.5.2] - 2025-02-16
11+
### Fixed
12+
- Fix bug where invalid `mapscripts` syntax wasn't raising an error.
13+
1014
## [3.5.1] - 2024-11-24
1115
### Fixed
1216
- Fix bug where `\N` didn't respect `numLines` when using `format()`.
@@ -183,7 +187,8 @@ Nothing, yet.
183187
## [1.0.0] - 2019-08-27
184188
Initial Release
185189

186-
[Unreleased]: https://github.com/huderlem/poryscript/compare/3.5.1...HEAD
190+
[Unreleased]: https://github.com/huderlem/poryscript/compare/3.5.2...HEAD
191+
[3.5.1]: https://github.com/huderlem/poryscript/compare/3.5.1...3.5.2
187192
[3.5.0]: https://github.com/huderlem/poryscript/compare/3.5.0...3.5.1
188193
[3.5.0]: https://github.com/huderlem/poryscript/compare/3.4.0...3.5.0
189194
[3.4.0]: https://github.com/huderlem/poryscript/compare/3.3.0...3.4.0

main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import (
1515
"github.com/huderlem/poryscript/parser"
1616
)
1717

18-
const version = "3.5.1"
18+
const version = "3.5.2"
1919

2020
type mapOption map[string]string
2121

0 commit comments

Comments
 (0)