chore(release): prepare for v0.12.1

This commit is contained in:
Orhun Parmaksız 2023-08-11 15:26:36 +03:00
parent 17ed34fc12
commit 77f0e429d1
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.12.1] - 2023-08-11
### Fixed
- Do not list expired files (#109)
## [0.12.0] - 2023-08-07
### Added

2
Cargo.lock generated
View File

@ -2172,7 +2172,7 @@ checksum = "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4"
[[package]]
name = "rustypaste"
version = "0.12.0"
version = "0.12.1"
dependencies = [
"actix-files",
"actix-multipart",

View File

@ -1,6 +1,6 @@
[package]
name = "rustypaste"
version = "0.12.0"
version = "0.12.1"
edition = "2021"
description = "A minimal file upload/pastebin service"
authors = ["Orhun Parmaksız <orhunparmaksiz@gmail.com>"]