From f0f13c471bf04e050b987c19bc80bc394a3dca47 Mon Sep 17 00:00:00 2001 From: Andelf Date: Thu, 3 Oct 2024 17:21:56 +0800 Subject: [PATCH] chore: keep a changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ea5b84..fcd3c07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.2] - 2023-10-03 + ### Added - Refine device opening error message on Windows and Linux @@ -14,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add CH32X03x support - Add CH643 support(not tested) - Add prebuilt binaries for Windows, Linux and macOS in the nightly release page +- Serieal transport support (#56) ### Fixed