chore: pre-release for 1.2.0-beta.1

Use a beta tag to avoid a full release
This commit is contained in:
Matteo Settenvini 2025-08-11 19:26:06 +02:00
parent 3355dc9e9a
commit 11170d3465
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@
[package]
name = "serves3"
version = "1.2.0"
version = "1.2.0-beta.1"
authors = ["Matteo Settenvini <matteo.settenvini@montecristosoftware.eu>"]
description = "A very simple proxy to browse files from private S3 buckets"

View file

@ -109,7 +109,7 @@ serves3
# Changelog
## 1.2.0
## 1.2.0 (unreleased)
* Migrate to [object_store](https://crates.io/crates/object_store). This should
allow streaming of bigger files.