aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2024-09-12 02:13:16 +0000
committerSven-Hendrik Haase <svenstaro@gmail.com>2024-09-12 02:13:16 +0000
commit8876500f3caa42b21771576367bf5426782da104 (patch)
tree188cfbab3115e022e109019029c207cd86edf0c8
parentFix lints (diff)
downloadminiserve-8876500f3caa42b21771576367bf5426782da104.tar.gz
miniserve-8876500f3caa42b21771576367bf5426782da104.zip
Release miniserve version 0.28.0v0.28.0
-rw-r--r--CHANGELOG.md5
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
3 files changed, 6 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d1d273f..3656f8b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
<!-- next-header -->
## [Unreleased] - ReleaseDate
+
+## [0.28.0] - 2024-09-12
- Fix wrapping text in mobile view when the file name too long [#1379](https://github.com/svenstaro/miniserve/pull/1379) (thanks @chaibiq)
- Fix missing drag-form when dragging file in to browser [#1390](https://github.com/svenstaro/miniserve/pull/1390) (thanks @chaibiq)
- Improve documentation for the --header parameter [#1389](https://github.com/svenstaro/miniserve/pull/1389) (thanks @orwithout)
@@ -202,7 +204,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Some theme related bug fixes (thanks @boastful-squirrel)
<!-- next-url -->
-[Unreleased]: https://github.com/svenstaro/miniserve/compare/v0.27.1...HEAD
+[Unreleased]: https://github.com/svenstaro/miniserve/compare/v0.28.0...HEAD
+[0.28.0]: https://github.com/svenstaro/miniserve/compare/v0.27.1...v0.28.0
[0.27.1]: https://github.com/svenstaro/miniserve/compare/v0.27.0...v0.27.1
[0.27.0]: https://github.com/svenstaro/miniserve/compare/v0.26.0...v0.27.0
[0.26.0]: https://github.com/svenstaro/miniserve/compare/v0.25.0...v0.26.0
diff --git a/Cargo.lock b/Cargo.lock
index e6f159f..38dbe0d 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1726,7 +1726,7 @@ dependencies = [
[[package]]
name = "miniserve"
-version = "0.27.1"
+version = "0.28.0"
dependencies = [
"actix-files",
"actix-multipart",
diff --git a/Cargo.toml b/Cargo.toml
index 1bc2b8a..60cdde9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "miniserve"
-version = "0.27.1"
+version = "0.28.0"
description = "For when you really just want to serve some files over HTTP right now!"
authors = ["Sven-Hendrik Haase <svenstaro@gmail.com>", "Boastful Squirrel <boastful.squirrel@gmail.com>"]
repository = "https://github.com/svenstaro/miniserve"