From 3083b5035fc21ae5582b27b8ca2982a0cdf30d8e Mon Sep 17 00:00:00 2001 From: "Michael A. Sinclair" Date: Mon, 21 Dec 2020 17:28:14 -0600 Subject: [PATCH] docs: Add missing version info to readme and changelog --- CHANGELOG.md | 4 ++++ README.md | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ffcfce..7ebb538 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,6 +30,10 @@ current package). Thanks to @WilliamDraco for his hard work on this feature. +--- + +Details: https://github.com/squattingmonk/nasher.nim/compare/0.13.0...0.14.0 + ## 0.13.0: November 07, 2020 ### Display an error message when a resource filename is > 16 characters diff --git a/README.md b/README.md index 3f9e0ef..f4cfe72 100644 --- a/README.md +++ b/README.md @@ -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.13.0. +This guide is current as of nasher release 0.14.0. * [Installation Options](#installation-options) * [Binary Releases](#binary-releases)