mirror of
https://github.com/amigan/rustypaste-pretty.git
synced 2024-11-21 11:59:48 -05:00
chore(release): prepare for v0.8.3
This commit is contained in:
parent
e013ac26bd
commit
e459ba5f3c
3 changed files with 8 additions and 2 deletions
|
@ -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/),
|
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).
|
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
|
## [0.8.2] - 2022-10-04
|
||||||
### Updated
|
### Updated
|
||||||
- Don't expose version endpoint in default config
|
- Don't expose version endpoint in default config
|
||||||
|
|
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -1373,7 +1373,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "rustypaste"
|
name = "rustypaste"
|
||||||
version = "0.8.2"
|
version = "0.8.3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"actix-files",
|
"actix-files",
|
||||||
"actix-multipart",
|
"actix-multipart",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "rustypaste"
|
name = "rustypaste"
|
||||||
version = "0.8.2"
|
version = "0.8.3"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
description = "A minimal file upload/pastebin service"
|
description = "A minimal file upload/pastebin service"
|
||||||
authors = ["Orhun Parmaksız <orhunparmaksiz@gmail.com>"]
|
authors = ["Orhun Parmaksız <orhunparmaksiz@gmail.com>"]
|
||||||
|
|
Loading…
Reference in a new issue