From 94bd171e8eec4c8755fec1a62a1ecc68b7987cf5 Mon Sep 17 00:00:00 2001 From: "ForgeJo Action. See: https://git.kemitix.net/kemitix/rust" Date: Fri, 1 Nov 2024 08:14:47 +0000 Subject: [PATCH] chore: release Signed-off-by: ForgeJo Action. See: https://git.kemitix.net/kemitix/rust --- CHANGELOG.md | 30 ++++++++++++++++++++++++++++++ Cargo.toml | 2 +- 2 files changed, 31 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..3b0c03b --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,30 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +## [1.3.0](https://git.kemitix.net/kemitix/kxio/compare/v1.2.0...v1.3.0) - 2024-11-01 + +### Added + +- network: add from impl to help discard unit NetResponses + +### Fixed + +- *(deps)* update rust crate secrecy to 0.10 +- *(deps)* update rust crate secrecy to 0.10 +- *(deps)* update rust crate derive_more to 1.0.0-beta + +### Other + +- verify path_of normal behaviour +- switch to forgejo actions +- *(deps)* update docker.io/rust docker tag to v1.81 +- *(deps)* update docker.io/rust docker tag to v1.80 +- *(deps)* update docker.io/woodpeckerci/plugin-docker-buildx docker tag to v4.2 +- *(deps)* update docker.io/woodpeckerci/plugin-docker-buildx docker tag to v4.1 +- *(deps)* update docker.io/rust docker tag to v1.79 diff --git a/Cargo.toml b/Cargo.toml index 5f9548f..44b4fb8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kxio" -version = "1.2.0" +version = "1.3.0" edition = "2021" authors = ["Paul Campbell "] description = "Provides injectable Filesystem and Network resources to make code more testable"