From e459ba5f3ce2b5959f39ec97272cb4ac196ddd0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Orhun=20Parmaks=C4=B1z?= Date: Mon, 30 Jan 2023 22:24:52 +0300 Subject: [PATCH] chore(release): prepare for v0.8.3 --- 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 b8d4e17..693707f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.lock b/Cargo.lock index d4e36ff..d7005e2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1373,7 +1373,7 @@ dependencies = [ [[package]] name = "rustypaste" -version = "0.8.2" +version = "0.8.3" dependencies = [ "actix-files", "actix-multipart", diff --git a/Cargo.toml b/Cargo.toml index ebeb863..7b3fe74 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 "]