From 61c216dd663924af4c5d5662a9b246e67828bc42 Mon Sep 17 00:00:00 2001 From: Mumulhl Date: Mon, 12 Aug 2024 20:46:26 +0800 Subject: [PATCH] chore: release v1.0.1 --- CHANGELOG.md | 16 ++++++++++++++++ pubspec.yaml | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 765fa57..dc70e27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines. +--- +## [1.0.1](https://github.com/cocogitto/cocogitto/compare/v1.0.0..v1.0.1) - 2024-08-12 + +### Bug Fixes + +- encoding should be UTF-16 when file format is mdd - ([be03206](https://github.com/cocogitto/cocogitto/commit/be03206d9142b9bc98f8a53fc1b5ec1c586e0fe6)) - Mumulhl + +### Documentation + +- add badge - ([e2f5dfb](https://github.com/cocogitto/cocogitto/commit/e2f5dfb8daa78df81f9b19f8e06cc2ef23532b35)) - Mumulhl + +### Miscellaneous Chores + +- release v1.0.0 - ([8855a72](https://github.com/cocogitto/cocogitto/commit/8855a72e79946fae7ee3b8b60fb1ccfee807194a)) - Mumulhl +- add publish workflow - ([3ecf942](https://github.com/cocogitto/cocogitto/commit/3ecf942ad14e4eb056735bd1dd650487a5392ed1)) - Mumulhl + --- ## [1.0.0] - 2024-08-09 diff --git a/pubspec.yaml b/pubspec.yaml index c1f3f48..8902dda 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: dict_reader description: Reading mdict files, support MDX/MDD file formats. -version: 1.0.0 +version: 1.0.1 repository: https://github.com/mumu-lhl/dict_reader environment: