Skip to content

Commit 07a475d

Browse files
committed
2.1.2
1 parent 572f26a commit 07a475d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [2.1.2] - 2025-08-17
4+
5+
### Changed
6+
7+
- scriptcomp: Experimental, breaking optimisations are now guarded behind -O3, and the default is now -O1.
8+
39
## [2.1.1] - 2025-05-29
410

511
### Fixed

neverwinter.nimble

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import sequtils, os, strutils
22

3-
version = "2.1.1"
3+
version = "2.1.2"
44
author = "Bernhard Stöckner <[email protected]>"
55
description = "Neverwinter Nights 1: Enhanced Edition data accessor library and utilities"
66
license = "MIT"

0 commit comments

Comments
 (0)