aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2024-03-16 11:33:57 +0000
committerSven-Hendrik Haase <svenstaro@gmail.com>2024-03-16 11:33:57 +0000
commitc18eff051dfe855e22c516d489944fd751eb3e1d (patch)
tree1b0baf00545261412c06bc00f85804caf5da3d2d
parentFix release.toml syntax (diff)
downloadminiserve-0.27.1.tar.gz
miniserve-0.27.1.zip
Releasev0.27.1
-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 e654110..eebb976 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.1] - 2024-03-16
- Add `Add file and folder symbols` [#1365](https://github.com/svenstaro/miniserve/pull/1365) (thanks @chaibiq)
## [0.27.0] - 2024-03-16
@@ -196,7 +198,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.0...HEAD
+[Unreleased]: https://github.com/svenstaro/miniserve/compare/v0.27.1...HEAD
+[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
[0.25.0]: https://github.com/svenstaro/miniserve/compare/v0.24.0...v0.25.0
diff --git a/Cargo.lock b/Cargo.lock
index b562585..2c1cbe0 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1668,7 +1668,7 @@ dependencies = [
[[package]]
name = "miniserve"
-version = "0.27.0"
+version = "0.27.1"
dependencies = [
"actix-files",
"actix-multipart",
diff --git a/Cargo.toml b/Cargo.toml
index d2155ec..e799fd5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "miniserve"
-version = "0.27.0"
+version = "0.27.1"
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"