chore(release): prepare for v0.14.1

This commit is contained in:
Orhun Parmaksız 2023-11-03 00:05:00 +01:00
parent eee3355107
commit 79662d64ab
No known key found for this signature in database
GPG Key ID: F83424824B3E4B90
3 changed files with 10 additions and 2 deletions

View File

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

2
Cargo.lock generated
View File

@ -2322,7 +2322,7 @@ checksum = "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4"
[[package]]
name = "rustypaste"
version = "0.14.0"
version = "0.14.1"
dependencies = [
"actix-files",
"actix-multipart",

View File

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