From c8dd41549df27cd6c586a839639fd1e6d1ce0908 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Orhun=20Parmaks=C4=B1z?= Date: Wed, 20 Dec 2023 22:52:27 +0300 Subject: [PATCH] chore(release): prepare for v0.14.4 --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85f8f6a..0519a4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ 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.4] - 2023-12-20 + +### Removed + +- Remove excessive warning messages when auth tokens are not found (#210) + ## [0.14.3] - 2023-12-12 ### Changed diff --git a/Cargo.lock b/Cargo.lock index f45d130..2d99ad5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2406,7 +2406,7 @@ checksum = "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4" [[package]] name = "rustypaste" -version = "0.14.3" +version = "0.14.4" dependencies = [ "actix-files", "actix-multipart", diff --git a/Cargo.toml b/Cargo.toml index ec7e05b..faae8ea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustypaste" -version = "0.14.3" +version = "0.14.4" edition = "2021" description = "A minimal file upload/pastebin service" authors = ["Orhun Parmaksız "]