File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33## Unreleased
44
5- ## [ v1.7.2 ] - 2023-06-17 Sat
5+ ## [ v1.7.3 ] - 2023-06-17 Sat
66
77- Add [ #241 ] : allow comma before ` ex ` authors.
8+
9+ ## [ v1.7.2] - 2023-03-09 Thu
10+
811- Add [ #240 ] : add ` tr. ` ` subtr. ` as ranks for combo-uninomials.
912
1013## [ v1.7.1] - 2023-03-07 Tue
420423
421424This document follows [ changelog guidelines]
422425
426+ [ v1.7.3 ] : https://github.com/gnames/gnparser/compare/v1.7.2...v1.7.3
423427[ v1.7.2 ] : https://github.com/gnames/gnparser/compare/v1.7.1...v1.7.2
424428[ v1.7.1 ] : https://github.com/gnames/gnparser/compare/v1.7.0...v1.7.1
425429[ v1.7.0 ] : https://github.com/gnames/gnparser/compare/v1.6.9...v1.7.0
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package gnparser
33var (
44 // Version is the version of the gnparser package. When Makefile is
55 // used, the version is calculated out of Git tags.
6- Version = "v1.7.2 "
6+ Version = "v1.7.3 "
77 // Build is a timestamp of when Makefile was used to compile
88 // the gnparser code. If go build was used, Build stays empty.
99 Build string
You can’t perform that action at this time.
0 commit comments