From 35e363b086b31019f0ee42738bc95364d99c3ede Mon Sep 17 00:00:00 2001 From: Alexandre Leblanc Date: Thu, 1 Feb 2024 23:49:11 -0500 Subject: [PATCH] Update CHANGELOG.md for v0.2.0 --- CHANGELOG.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f527ab..922aace 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,10 +6,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## Unreleased -[https://github.com/mrtryhard/qt-ts-tools/milestone/2](https://github.com/mrtryhard/qt-ts-tools/milestone/1?closed=1) +## Added + +## Changed + +## Fixed + +## [0.2.0] - 2024-01-01 + +Completion of the [second milestone](https://github.com/mrtryhard/qt-ts-tools/milestone/2). This introduces the `extract` and lighter binary. ### Added +- Extraction mechanism to extract only relevant translation types. [#16](https://github.com/mrtryhard/qt-ts-tools/issues/16) ### Changed @@ -24,4 +33,4 @@ Introduction of `qt-ts-tools`. This completes the first [milestone](https://gith ### Added -- Sort mechanism to sort translation files by location and contexts. [#3](https://github.com/mrtryhard/qt-ts-tools/issues/3) \ No newline at end of file +- Sort mechanism to sort translation files by location and contexts. [#3](https://github.com/mrtryhard/qt-ts-tools/issues/3)