chore: release v0.1.1
Some checks failed
Test / build (map[name:nightly]) (pull_request) Successful in 4m21s
Test / build (map[name:stable]) (pull_request) Failing after 4m43s

Signed-off-by: ForgeJo Action. See: https://git.kemitix.net/kemitix/rust <action@git.kemitix.net>
This commit is contained in:
ForgeJo Action. See: https://git.kemitix.net/kemitix/rust 2024-12-31 19:36:12 +00:00
parent 9b931e315f
commit 046c34e201
3 changed files with 9 additions and 2 deletions

View file

@ -2,6 +2,13 @@
All notable changes to this project will be documented in this file. 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) - 2024-12-31
### Other
- add Import section to readme
- add CHANGELOG.md
## [0.1.0] - 2024-12-31 ## [0.1.0] - 2024-12-31
### 🚀 Features ### 🚀 Features

2
Cargo.lock generated
View file

@ -2509,7 +2509,7 @@ dependencies = [
[[package]] [[package]]
name = "trello-to-deck" name = "trello-to-deck"
version = "0.1.0" version = "0.1.1"
dependencies = [ dependencies = [
"all-colors", "all-colors",
"assert2", "assert2",

View file

@ -1,6 +1,6 @@
[package] [package]
name = "trello-to-deck" name = "trello-to-deck"
version = "0.1.0" version = "0.1.1"
edition = "2021" edition = "2021"
authors = ["Paul Campbell <pcampbell@kemitix.net>"] authors = ["Paul Campbell <pcampbell@kemitix.net>"]
description = "Migrate your Trello Board to Nextcloud Deck" description = "Migrate your Trello Board to Nextcloud Deck"