From 79662d64abfe497baa5e9690c0f56ca183391809 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Orhun=20Parmaks=C4=B1z?= Date: Fri, 3 Nov 2023 00:05:00 +0100 Subject: [PATCH] chore(release): prepare for v0.14.1 --- CHANGELOG.md | 8 ++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 30af10dc..07fecd5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ 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). +## [0.14.1] - 2023-11-02 + +### Changed + +- Switch to `tracing` for logging (#163) +- Bump Shuttle to `0.31.0` +- Bump dependencies + ## [0.14.0] - 2023-09-05 ### Added diff --git a/Cargo.lock b/Cargo.lock index ddc55941..b7f6b349 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2322,7 +2322,7 @@ checksum = "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4" [[package]] name = "rustypaste" -version = "0.14.0" +version = "0.14.1" dependencies = [ "actix-files", "actix-multipart", diff --git a/Cargo.toml b/Cargo.toml index 7b9cf086..972c07d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustypaste" -version = "0.14.0" +version = "0.14.1" edition = "2021" description = "A minimal file upload/pastebin service" authors = ["Orhun Parmaksız "]