From 37b21dfa6cb38c5c6edff85ff9d4455970a77a6d Mon Sep 17 00:00:00 2001 From: shirne Date: Sun, 20 Feb 2022 22:38:40 +0800 Subject: [PATCH] pub --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 285dc54..597e06c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.2.2 + +* fix canEncode & canDecode + ## 0.2.1 * improve code names diff --git a/pubspec.yaml b/pubspec.yaml index d21ec14..4e09ee0 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: charset description: Multiple charset Encoding and Decoding Library. -version: 0.2.1 +version: 0.2.2 homepage: repository: https://github.com/shirne/charset-dart publish_to: https://pub.dartlang.org