chore(release): prepare for v0.14.4

This commit is contained in:
Orhun Parmaksız 2023-12-20 22:52:27 +03:00
parent ec9b55f3e2
commit c8dd41549d
No known key found for this signature in database
GPG Key ID: F83424824B3E4B90
3 changed files with 8 additions and 2 deletions

View File

@ -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

2
Cargo.lock generated
View File

@ -2406,7 +2406,7 @@ checksum = "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4"
[[package]]
name = "rustypaste"
version = "0.14.3"
version = "0.14.4"
dependencies = [
"actix-files",
"actix-multipart",

View File

@ -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 <orhunparmaksiz@gmail.com>"]