Skip to content

Commit

Permalink
chore: release 0.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
squattingmonk committed Dec 30, 2020
1 parent 8cf0d1e commit 9e10d6d
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# nasher changelog

## 0.14.2: December 29, 2020

Increased the required nwnt version to 1.3.0. This is required because previous
versions of nwnt ignored empty lists, leaving some files unable to be opened by
the toolset.

---

Details: https://github.com/squattingmonk/nasher/compare/0.14.1...0.14.2


## 0.14.1: December 21, 2020

Increased the required nim version to 1.4.0 to avoid conflict with nwnt.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ it has some key differences:
* nasher uses json or [nwnt](https://github.com/WillamDraco/nwnt) rather than
yaml for storing gff files

This guide is current as of nasher release 0.14.1.
This guide is current as of nasher release 0.14.x.

* [Installation Options](#installation-options)
* [Binary Releases](#binary-releases)
Expand Down
2 changes: 1 addition & 1 deletion dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM nimlang/nim:alpine as nasher
COPY --from=nwnsc usr/local/bin/nwnsc usr/local/bin/nwnsc
COPY --from=nwnsc /nwn /nwn
RUN apk add --no-cache bash pcre
ARG NASHER_VERSION="0.14.1"
ARG NASHER_VERSION="0.14.2"
ENV PATH="/root/.nimble/bin:$PATH"
RUN nimble install nasher@#${NASHER_VERSION} -y
RUN nasher config --nssFlags:"-n /nwn/data -o" \
Expand Down
2 changes: 1 addition & 1 deletion nasher.nimble
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Package

version = "0.14.1"
version = "0.14.2"
author = "Michael A. Sinclair"
description = "A build tool for Neverwinter Nights projects"
license = "MIT"
Expand Down

0 comments on commit 9e10d6d

Please sign in to comment.