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

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-16 13:33:42 +00:00
parent 6b706b21b5
commit 00340bca15
3 changed files with 26 additions and 2 deletions

View file

@ -2,6 +2,19 @@
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-16
### 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

13
Cargo.lock generated
View file

@ -1503,6 +1503,15 @@ version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
[[package]]
name = "openssl-src"
version = "300.4.1+3.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "faa4eac4138c62414b5622d1b31c5c304f34b406b013c079c2bbc652fdd6678c"
dependencies = [
"cc",
]
[[package]] [[package]]
name = "openssl-sys" name = "openssl-sys"
version = "0.9.104" version = "0.9.104"
@ -1511,6 +1520,7 @@ checksum = "45abf306cbf99debc8195b66b7346498d7b10c210de50418b5ccd7ceba08c741"
dependencies = [ dependencies = [
"cc", "cc",
"libc", "libc",
"openssl-src",
"pkg-config", "pkg-config",
"vcpkg", "vcpkg",
] ]
@ -2509,7 +2519,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",
@ -2523,6 +2533,7 @@ dependencies = [
"kameo", "kameo",
"kxio", "kxio",
"mutants", "mutants",
"native-tls",
"pretty_assertions", "pretty_assertions",
"rand", "rand",
"reqwest", "reqwest",

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"