mirror of
https://git.asonix.dog/asonix/pict-rs
synced 2024-11-20 11:21:14 +00:00
Prepare v0.5.17-pre.3
This commit is contained in:
parent
62013068ca
commit
24a28a0891
4 changed files with 17 additions and 3 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -1971,7 +1971,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "pict-rs"
|
||||
version = "0.5.17-pre.2"
|
||||
version = "0.5.17-pre.3"
|
||||
dependencies = [
|
||||
"actix-form-data",
|
||||
"actix-web",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
name = "pict-rs"
|
||||
description = "A simple image hosting service"
|
||||
version = "0.5.17-pre.2"
|
||||
version = "0.5.17-pre.3"
|
||||
authors = ["asonix <asonix@asonix.dog>"]
|
||||
license = "AGPL-3.0"
|
||||
readme = "README.md"
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
|
||||
rustPlatform.buildRustPackage {
|
||||
pname = "pict-rs";
|
||||
version = "0.5.17-pre.2";
|
||||
version = "0.5.17-pre.3";
|
||||
src = ./.;
|
||||
|
||||
cargoLock = {
|
||||
|
|
14
releases/0.5.17-pre.3.md
Normal file
14
releases/0.5.17-pre.3.md
Normal file
|
@ -0,0 +1,14 @@
|
|||
# pict-rs 0.5.17-pre.3
|
||||
|
||||
pict-rs is a simple image hosting microservice, designed to handle storing and retrieving images,
|
||||
animations, and videos, as well as providing basic image processing functionality.
|
||||
|
||||
## Overview
|
||||
|
||||
pict-rs 0.5.17-pre.3 removes custom handling for vhost style object storage URLs, and properly sets
|
||||
pict-rs user agent headers. This should resolve issues with bucket-scoped credentials.
|
||||
|
||||
## Upgrade Notes
|
||||
|
||||
There are no significant changes from 0.5.17-pre.2. Upgrading should be as simple as pulling a new
|
||||
version of pict-rs.
|
Loading…
Reference in a new issue