Skip to content

Commit 2ed30c2

Browse files
committed
Release 3.6.0
1 parent 57432cb commit 2ed30c2

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
- Nothing, yet.
9+
10+
## [3.6.0] - 2026-02-15
11+
### Added
812
- Add multi-line string support.
913
- Inspired by HexManiacAdvance
1014
- Add text-replacement support to `font_config.json`.
@@ -189,7 +193,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
189193
## [1.0.0] - 2019-08-27
190194
Initial Release
191195

192-
[Unreleased]: https://github.com/huderlem/poryscript/compare/3.5.2...HEAD
196+
[Unreleased]: https://github.com/huderlem/poryscript/compare/3.6.0...HEAD
197+
[3.6.0]: https://github.com/huderlem/poryscript/compare/3.5.2...3.6.0
193198
[3.5.1]: https://github.com/huderlem/poryscript/compare/3.5.1...3.5.2
194199
[3.5.0]: https://github.com/huderlem/poryscript/compare/3.5.0...3.5.1
195200
[3.5.0]: https://github.com/huderlem/poryscript/compare/3.4.0...3.5.0

main.go

Lines changed: 1 addition & 1 deletion
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.2"
18+
const version = "3.6.0"
1919

2020
type mapOption map[string]string
2121

0 commit comments

Comments
 (0)