Skip to content

Commit

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

## 0.14.1: December 21, 2020

Increased the required nim version to 1.4.0 to avoid conflict with nwnt.

---

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


## 0.14.0: December 20, 2020

### Support for git branch-based workflow
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.0.
This guide is current as of nasher release 0.14.1.

* [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.0"
ARG NASHER_VERSION="0.14.1"
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.0"
version = "0.14.1"
author = "Michael A. Sinclair"
description = "A build tool for Neverwinter Nights projects"
license = "MIT"
Expand Down

0 comments on commit 0c9d075

Please sign in to comment.