Prepare v0.5.17-pre.3

This commit is contained in:
asonix 2024-06-26 13:44:07 -05:00
parent 62013068ca
commit 24a28a0891
4 changed files with 17 additions and 3 deletions

2
Cargo.lock generated
View file

@ -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",

View file

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

View file

@ -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
View 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.