chore: release v0.1.1
Signed-off-by: ForgeJo Action. See: https://git.kemitix.net/kemitix/rust <action@git.kemitix.net>
This commit is contained in:
parent
8e2d99de67
commit
0615712895
3 changed files with 10 additions and 2 deletions
|
@ -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
|
||||
|
|
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -2509,7 +2509,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "trello-to-deck"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
dependencies = [
|
||||
"all-colors",
|
||||
"assert2",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "trello-to-deck"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
edition = "2021"
|
||||
authors = ["Paul Campbell <pcampbell@kemitix.net>"]
|
||||
description = "Migrate your Trello Board to Nextcloud Deck"
|
||||
|
|
Loading…
Reference in a new issue