From 00340bca1570aefb3d81a385ecd8d09253ecb8c8 Mon Sep 17 00:00:00 2001 From: "ForgeJo Action. See: https://git.kemitix.net/kemitix/rust" Date: Thu, 16 Jan 2025 13:33:42 +0000 Subject: [PATCH] chore: release v0.1.1 Signed-off-by: ForgeJo Action. See: https://git.kemitix.net/kemitix/rust --- CHANGELOG.md | 13 +++++++++++++ Cargo.lock | 13 ++++++++++++- Cargo.toml | 2 +- 3 files changed, 26 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb2161f..6da230a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ 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 ### 🚀 Features diff --git a/Cargo.lock b/Cargo.lock index 68324a3..ec08e40 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1503,6 +1503,15 @@ version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" 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]] name = "openssl-sys" version = "0.9.104" @@ -1511,6 +1520,7 @@ checksum = "45abf306cbf99debc8195b66b7346498d7b10c210de50418b5ccd7ceba08c741" dependencies = [ "cc", "libc", + "openssl-src", "pkg-config", "vcpkg", ] @@ -2509,7 +2519,7 @@ dependencies = [ [[package]] name = "trello-to-deck" -version = "0.1.0" +version = "0.1.1" dependencies = [ "all-colors", "assert2", @@ -2523,6 +2533,7 @@ dependencies = [ "kameo", "kxio", "mutants", + "native-tls", "pretty_assertions", "rand", "reqwest", diff --git a/Cargo.toml b/Cargo.toml index 3e76d18..2dc346e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "trello-to-deck" -version = "0.1.0" +version = "0.1.1" edition = "2021" authors = ["Paul Campbell "] description = "Migrate your Trello Board to Nextcloud Deck"