Skip to content

Commit 081769a

Browse files
committed
2.0.3
1 parent f407d7a commit 081769a

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/checkout@v2
2020

2121
- name: Cache nim, nimble
22-
uses: actions/cache@v2
22+
uses: actions/cache@v3
2323
id: cache
2424
with:
2525
key: build-${{ matrix.bintype }}-nim-${{ env.NIMVER }}--1
@@ -98,7 +98,7 @@ jobs:
9898
uses: actions/checkout@v2
9999

100100
- name: Cache nim, nimble
101-
uses: actions/cache@v2
101+
uses: actions/cache@v3
102102
id: cache
103103
with:
104104
key: build-macos-${{ env.NIMVER }}--1

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.0.3] - 2025-03-14
4+
5+
### Changed
6+
7+
- scriptcomp: disabled a for loop optimization where the compiler would sometimes generate code that caused an infinite loop.
8+
39
## [2.0.2] - 2025-01-25
410

511
### Added

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.0.2"
3+
version = "2.0.3"
44
author = "Bernhard Stöckner <n@e-ix.net>"
55
description = "Neverwinter Nights 1: Enhanced Edition data accessor library and utilities"
66
license = "MIT"

0 commit comments

Comments
 (0)