Commit 54b6c49 1 parent 74ba5d8 commit 54b6c49 Copy full SHA for 54b6c49
File tree 2 files changed +7
-2
lines changed
2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
## [ Unreleased]
8
8
Nothing, yet.
9
9
10
+ ## [ 3.5.2] - 2025-02-16
11
+ ### Fixed
12
+ - Fix bug where invalid ` mapscripts ` syntax wasn't raising an error.
13
+
10
14
## [ 3.5.1] - 2024-11-24
11
15
### Fixed
12
16
- Fix bug where ` \N ` didn't respect ` numLines ` when using ` format() ` .
@@ -183,7 +187,8 @@ Nothing, yet.
183
187
## [ 1.0.0] - 2019-08-27
184
188
Initial Release
185
189
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
187
192
[ 3.5.0 ] : https://github.com/huderlem/poryscript/compare/3.5.0...3.5.1
188
193
[ 3.5.0 ] : https://github.com/huderlem/poryscript/compare/3.4.0...3.5.0
189
194
[ 3.4.0 ] : https://github.com/huderlem/poryscript/compare/3.3.0...3.4.0
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ import (
15
15
"github.com/huderlem/poryscript/parser"
16
16
)
17
17
18
- const version = "3.5.1 "
18
+ const version = "3.5.2 "
19
19
20
20
type mapOption map [string ]string
21
21
You can’t perform that action at this time.
0 commit comments