From 7d63415d5cb97e33bc28aebbd5df4827bba27f72 Mon Sep 17 00:00:00 2001 From: "ForgeJo Action. See: https://git.kemitix.net/kemitix/rust" Date: Fri, 17 Jan 2025 21:31:57 +0000 Subject: [PATCH] chore: release v0.1.1 Signed-off-by: ForgeJo Action. See: https://git.kemitix.net/kemitix/rust --- CHANGELOG.md | 17 +++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb2161f..dbd4d0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ 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-17 + +### Fixed + +- *(deps)* update rust crate kameo to 0.14 + +### Other + +- *(deps)* update git.kemitix.net/kemitix/rust docker tag to v4 +- check for ignored files being included in repo +- upgrade kemitix/rust v3 +- *(deps)* update https://git.kemitix.net/kemitix/rust action to v2.6.0 +- *(deps)* update https://git.kemitix.net/kemitix/rust action to v2.5.1 +- *(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 afc0cde..7ba43e4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2518,7 +2518,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 d88c50b..2aa83e2 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"