aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2024-03-16 11:05:41 +0000
committerSven-Hendrik Haase <svenstaro@gmail.com>2024-03-16 11:05:41 +0000
commit7c110c17e48c7a768c446f32f06592897718c301 (patch)
treefbc88800a5c90c064b3ae9a0bc4ea67f27d5da4d
parentUpdate CHANGELOG for #1365 (diff)
downloadminiserve-0.27.0.tar.gz
miniserve-0.27.0.zip
chore: Release miniserve version 0.27.0v0.27.0
Diffstat (limited to '')
-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 b60928f..53e183c 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.27.0] - 2024-03-16
- Add `-C/--compress-response` to enable response compression [1315](https://github.com/svenstaro/miniserve/pull/1315) (thanks @zuisong)
- Refactor errors [#1331](https://github.com/svenstaro/miniserve/pull/1331) (thanks @cyqsimon)
- Add `-I/--disable-inexing` [#1329](https://github.com/svenstaro/miniserve/pull/1329) (thanks @dyc3)
@@ -194,7 +196,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.26.0...HEAD
+[Unreleased]: https://github.com/svenstaro/miniserve/compare/v0.27.0...HEAD
+[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
[0.25.0]: https://github.com/svenstaro/miniserve/compare/v0.24.0...v0.25.0
[0.24.0]: https://github.com/svenstaro/miniserve/compare/v0.23.2...v0.24.0
diff --git a/Cargo.lock b/Cargo.lock
index fade7d3..b562585 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1668,7 +1668,7 @@ dependencies = [
[[package]]
name = "miniserve"
-version = "0.26.0"
+version = "0.27.0"
dependencies = [
"actix-files",
"actix-multipart",
diff --git a/Cargo.toml b/Cargo.toml
index 01071e1..d2155ec 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "miniserve"
-version = "0.26.0"
+version = "0.27.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"