chore(release): prepare for v0.8.3

This commit is contained in:
Orhun Parmaksız 2023-01-30 22:24:52 +03:00
parent e013ac26bd
commit e459ba5f3c
No known key found for this signature in database
GPG key ID: F83424824B3E4B90
3 changed files with 8 additions and 2 deletions

View file

@ -4,6 +4,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.8.3] - 2023-01-30
### Updated
- Bump dependencies
- Switch to [Rust](https://hub.docker.com/_/rust) image for the Dockerfile
- Remove unused `clap` dependency
## [0.8.2] - 2022-10-04
### Updated
- Don't expose version endpoint in default config

2
Cargo.lock generated
View file

@ -1373,7 +1373,7 @@ dependencies = [
[[package]]
name = "rustypaste"
version = "0.8.2"
version = "0.8.3"
dependencies = [
"actix-files",
"actix-multipart",

View file

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