From f33796f602623d1d1cb3322431327db05703599f Mon Sep 17 00:00:00 2001 From: Martin Tournoij Date: Mon, 9 May 2022 17:39:56 +0200 Subject: [PATCH] Release 2.5.1 --- .readme.gotxt | 4 ++++ README.md | 8 ++++++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.readme.gotxt b/.readme.gotxt index f3427a9..0aa6b71 100644 --- a/.readme.gotxt +++ b/.readme.gotxt @@ -204,6 +204,10 @@ some other tool if you want to process the data further. ChangeLog --------- +### 2.5.1 (2022-05-09) + +- Fix build on Go 1.17 and earlier. + ### 2.5.0 (2022-05-03) - Add support for properties; they can be displayed with `%(props)` in diff --git a/README.md b/README.md index 556429c..3c0d1fe 100644 --- a/README.md +++ b/README.md @@ -445,7 +445,11 @@ some other tool if you want to process the data further. ChangeLog --------- -### 2.5.0 (unreleased) +### 2.5.1 (2022-05-09) + +- Fix build on Go 1.17 and earlier. + +### 2.5.0 (2022-05-03) - Add support for properties; they can be displayed with `%(props)` in `-format`, and selected in `print` (e.g. `uni print dash`). @@ -598,7 +602,7 @@ Development Re-generate the Unicode data with `go generate unidata`. Files are cached in `unidata/.cache`, so clear that if you want to update the files from remote. -This requires zsh and GNU awk (gawk) +This requires zsh and GNU awk (gawk). Alternatives ------------