Skip to content

Commit

Permalink
1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
niv committed Feb 4, 2024
1 parent 583d3d1 commit 48097ee
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

All notable changes to this project will be documented in this file.

## [1.7.2] - 2024-02-04

### Changed

- All binaries now build with stacktraces enabled, to make user reports more useful.

### Fixed

- Fixed installation on nim 1.6 due to changed checksums package upstream.

### Performance Improvements

- scriptcomp: Optimized the common for loop construct `for (i = 0; i < N; ++i)`.

## [1.7.1] - 2023-12-17

### Changed
Expand Down
2 changes: 1 addition & 1 deletion neverwinter.nimble
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import sequtils, os, strutils

version = "1.7.1"
version = "1.7.2"
author = "Bernhard Stöckner <[email protected]>"
description = "Neverwinter Nights 1: Enhanced Edition data accessor library and utilities"
license = "MIT"
Expand Down

0 comments on commit 48097ee

Please sign in to comment.