From 2e2e7289d84f86b918631703eca55b3fb0b5cc1f Mon Sep 17 00:00:00 2001 From: Dmitry Mozzherin Date: Thu, 7 Nov 2024 09:32:56 +0000 Subject: [PATCH] v1.10.4 --- CHANGELOG.md | 4 +++- version.go | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fddf70..dab3b6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,10 @@ ## Unreleased -- Fix [#271]: distinguish between `ex` and `in`. +## [v1.10.4] - 2024-11-07 Thu + - Add [#269]: switch to slog from zerologs. +- Fix [#271]: distinguish between `ex` and `in`. - Fix [#270]: missing verbatim authorship for names that look similar to combination uninomial in ICZN. - Fix [#268]: if botanical author looks like a combination uninomial, diff --git a/version.go b/version.go index ddc2c4c..503ec86 100644 --- a/version.go +++ b/version.go @@ -3,7 +3,7 @@ package gnparser var ( // Version is the version of the gnparser package. When Makefile is // used, the version is calculated out of Git tags. - Version = "v1.11.0" + Version = "v1.10.4" // Build is a timestamp of when Makefile was used to compile // the gnparser code. If go build was used, Build stays empty. Build string