File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11import sequtils, os, strutils
22
3- version = " 2.0.2 "
3+ version = " 2.0.3 "
44author = " Bernhard Stöckner <n@e-ix.net>"
55description = " Neverwinter Nights 1: Enhanced Edition data accessor library and utilities"
66license = " MIT"
You can’t perform that action at this time.
0 commit comments