Compare commits

...
Sign in to create a new pull request.

1 commit
main ... main

Author SHA1 Message Date
11170d3465 chore: pre-release for 1.2.0-beta.1
Use a beta tag to avoid a full release
2025-08-11 19:28:38 +02:00
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.