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
a0bdb7a999
commit
7d63415d5c
3 changed files with 19 additions and 2 deletions
17
CHANGELOG.md
17
CHANGELOG.md
|
@ -2,6 +2,23 @@
|
||||||
|
|
||||||
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) - 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
|
## [0.1.0] - 2024-12-31
|
||||||
|
|
||||||
### 🚀 Features
|
### 🚀 Features
|
||||||
|
|
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -2518,7 +2518,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",
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue