chore: release v0.1.1
All checks were successful
Test / build (map[name:nightly]) (pull_request) Successful in 1m59s
Test / build (map[name:stable]) (pull_request) Successful in 2m28s

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 2025-01-18 20:59:24 +00:00
parent a5e29f3b15
commit 06284543a4
3 changed files with 24 additions and 2 deletions

View file

@ -2,6 +2,28 @@
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-18
### Added
- remove openssl transitive dependency
### Fixed
- elide lifetimes
- *(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

2
Cargo.lock generated
View file

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

View file

@ -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"