Skip to content

Commit f33796f

Browse files
committed
Release 2.5.1
1 parent 510411b commit f33796f

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

.readme.gotxt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,10 @@ some other tool if you want to process the data further.
204204
ChangeLog
205205
---------
206206

207+
### 2.5.1 (2022-05-09)
208+
209+
- Fix build on Go 1.17 and earlier.
210+
207211
### 2.5.0 (2022-05-03)
208212

209213
- Add support for properties; they can be displayed with `%(props)` in

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,11 @@ some other tool if you want to process the data further.
445445
ChangeLog
446446
---------
447447

448-
### 2.5.0 (unreleased)
448+
### 2.5.1 (2022-05-09)
449+
450+
- Fix build on Go 1.17 and earlier.
451+
452+
### 2.5.0 (2022-05-03)
449453

450454
- Add support for properties; they can be displayed with `%(props)` in
451455
`-format`, and selected in `print` (e.g. `uni print dash`).
@@ -598,7 +602,7 @@ Development
598602

599603
Re-generate the Unicode data with `go generate unidata`. Files are cached in
600604
`unidata/.cache`, so clear that if you want to update the files from remote.
601-
This requires zsh and GNU awk (gawk)
605+
This requires zsh and GNU awk (gawk).
602606

603607
Alternatives
604608
------------

0 commit comments

Comments
 (0)