diff --git a/CHANGELOG.md b/CHANGELOG.md index cb2161f..e78d789 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. +## [0.1.1](https://git.kemitix.net/kemitix/trello-to-deck/compare/v0.1.0...v0.1.1) - 2025-01-02 + +### Other + +- *(deps)* update rust crate rstest to 0.24 +- add Import section to readme +- add CHANGELOG.md + ## [0.1.0] - 2024-12-31 ### 🚀 Features diff --git a/Cargo.lock b/Cargo.lock index 68324a3..d542b7c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2509,7 +2509,7 @@ dependencies = [ [[package]] name = "trello-to-deck" -version = "0.1.0" +version = "0.1.1" dependencies = [ "all-colors", "assert2", diff --git a/Cargo.toml b/Cargo.toml index 71f727f..b357c77 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "trello-to-deck" -version = "0.1.0" +version = "0.1.1" edition = "2021" authors = ["Paul Campbell "] description = "Migrate your Trello Board to Nextcloud Deck"