chore: release
All checks were successful
Rust / build (map[name:stable]) (pull_request) Successful in 1m35s
Rust / build (map[name:nightly]) (pull_request) Successful in 4m16s

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 2024-10-29 22:35:38 +00:00
parent 3699733e32
commit 867f4103ec
2 changed files with 29 additions and 1 deletions

28
CHANGELOG.md Normal file
View file

@ -0,0 +1,28 @@
# 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-10-29
### Added
- network: add from impl to help discard unit NetResponses
### Fixed
- *(deps)* update rust crate secrecy to 0.10
- *(deps)* update rust crate derive_more to 1.0.0-beta
### Other
- 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

View file

@ -1,6 +1,6 @@
[package]
name = "kxio"
version = "1.2.0"
version = "1.3.0"
edition = "2021"
authors = ["Paul Campbell <pcampbell@kemitix.net>"]
description = "Provides injectable Filesystem and Network resources to make code more testable"