Skip to content

Commit

Permalink
chore: release 0.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
squattingmonk committed Sep 26, 2021
1 parent e364217 commit 6da69a9
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# nasher changelog

## 0.15.2: September 26, 2021

Fixed an issue that prevented nasher from reading the `modName` and
`modMinGameVersion` fields from `nasher.cfg`.

---

Details: https://github.com/squattingmonk/nasher/compare/0.15.1...0.15.2


## 0.15.1: June 25, 2021

- Corrected a copy-paste error in format checking that prevented nwnt files
Expand Down
2 changes: 1 addition & 1 deletion dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN dpkg --add-architecture i386 \
&& apt upgrade -y \
&& apt-get install libc6:i386 libncurses5:i386 libstdc++6:i386 -y \
&& rm -fr /var/lib/apt/lists/* /root/.cache/* /usr/share/doc/* /var/cache/man/*
ARG NASHER_VERSION="0.15.1"
ARG NASHER_VERSION="0.15.2"
ARG NASHER_USER_ID=1000
RUN adduser nasher --disabled-password --gecos "" --uid ${NASHER_USER_ID}
RUN echo "nasher ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers && usermod -aG sudo nasher
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.15.1"
version = "0.15.2"
author = "Michael A. Sinclair"
description = "A build tool for Neverwinter Nights projects"
license = "MIT"
Expand Down

0 comments on commit 6da69a9

Please sign in to comment.