From 521d318a3a801f67f8c258f6995eef34ec734220 Mon Sep 17 00:00:00 2001 From: Jiang Xin Date: Tue, 28 Nov 2023 17:59:18 +0800 Subject: [PATCH] Version 0.7.0 Changes of 0.7.0 (2023-11-28) * dict/bg: Smudge both msgId and msgStr * util/bg: do not check boundary characters * refactor: change style of definition for SmudgeMaps * Fix typos: unmatched -> mismatched * test: fixed chain-lint error in test cases * test: replace sharness with git test-lib test framework * actions: upgrade version of actions/checkout and actions/setup-go * actions: do not run golint for go 1.17 Signed-off-by: Jiang Xin --- CHANGELOG.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa665b9..5e1004e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,19 @@ Changes of git-po-helper. -## 0.6.4 (2023-08-07) +## 0.7.0 (2023-11-28) + +* dict/bg: Smudge both msgId and msgStr +* util/bg: do not check boundary characters +* refactor: change style of definition for SmudgeMaps +* Fix typos: unmatched -> mismatched +* test: fixed chain-lint error in test cases +* test: replace sharness with git test-lib test framework +* actions: upgrade version of actions/checkout and actions/setup-go +* actions: do not run golint for go 1.17 + + +## 0.6.5 (2023-08-07) * test: no illegal fields among core commit metadata * util: username must have at least one non-space character