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 "]