Prepare v0.5.17-pre.8
All checks were successful
/ deny (push) Successful in 13s
/ check (aarch64-unknown-linux-musl) (push) Successful in 2m8s
/ check (armv7-unknown-linux-musleabihf) (push) Successful in 2m9s
/ check (x86_64-unknown-linux-musl) (push) Successful in 2m29s
/ tests (push) Successful in 2m5s
/ clippy (push) Successful in 2m29s
/ build (map[artifact:linux-arm64v8 platform:linux/arm64 target:aarch64-unknown-linux-musl]) (push) Successful in 3m54s
/ build (map[artifact:linux-amd64 platform:linux/amd64 target:x86_64-unknown-linux-musl]) (push) Successful in 6m11s
/ build (map[artifact:linux-arm32v7 platform:linux/arm/v7 target:armv7-unknown-linux-musleabihf]) (push) Successful in 6m23s
/ publish-crate (push) Successful in 2m34s
/ publish-docker (push) Successful in 15s
/ publish-forgejo (push) Successful in 16s
All checks were successful
/ deny (push) Successful in 13s
/ check (aarch64-unknown-linux-musl) (push) Successful in 2m8s
/ check (armv7-unknown-linux-musleabihf) (push) Successful in 2m9s
/ check (x86_64-unknown-linux-musl) (push) Successful in 2m29s
/ tests (push) Successful in 2m5s
/ clippy (push) Successful in 2m29s
/ build (map[artifact:linux-arm64v8 platform:linux/arm64 target:aarch64-unknown-linux-musl]) (push) Successful in 3m54s
/ build (map[artifact:linux-amd64 platform:linux/amd64 target:x86_64-unknown-linux-musl]) (push) Successful in 6m11s
/ build (map[artifact:linux-arm32v7 platform:linux/arm/v7 target:armv7-unknown-linux-musleabihf]) (push) Successful in 6m23s
/ publish-crate (push) Successful in 2m34s
/ publish-docker (push) Successful in 15s
/ publish-forgejo (push) Successful in 16s
This commit is contained in:
parent
7ba67cff22
commit
50792a1249
4 changed files with 18 additions and 3 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -2214,7 +2214,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "pict-rs"
|
||||
version = "0.5.17-pre.7"
|
||||
version = "0.5.17-pre.8"
|
||||
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.7"
|
||||
version = "0.5.17-pre.8"
|
||||
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.7";
|
||||
version = "0.5.17-pre.8";
|
||||
src = ./.;
|
||||
|
||||
cargoLock = {
|
||||
|
|
15
releases/0.5.17-pre.8.md
Normal file
15
releases/0.5.17-pre.8.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
# pict-rs 0.5.17-pre.8
|
||||
|
||||
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.8 attempts to make blurhash calculation quicker by keeping the operations
|
||||
entirely within the pict-rs application, rather than shelling out to imagemagick. It also plays
|
||||
nicer with the rest of the application by taking a permit before performing any image operations.
|
||||
|
||||
## Upgrade Notes
|
||||
|
||||
There are no significant changes from 0.5.17-pre.7. Upgrading should be as simple as pulling a new
|
||||
version of pict-rs.
|
Loading…
Add table
Reference in a new issue