aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2023-07-06 08:40:53 +0000
committerSven-Hendrik Haase <svenstaro@gmail.com>2023-07-06 08:40:53 +0000
commitb92fae4062dc1c2a7b060375ee8ecb90886eeec0 (patch)
treebe1c68673ea4784366685a0c458261f34e304646
parentFix ANSI color codes are printed when not a tty (diff)
downloadminiserve-b92fae4062dc1c2a7b060375ee8ecb90886eeec0.tar.gz
miniserve-b92fae4062dc1c2a7b060375ee8ecb90886eeec0.zip
chore: Release miniserve version 0.24.0v0.24.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 36caca7..4b2f62b 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.24.0] - 2023-07-06
- Fix ANSI color codes are printed when not a tty [#1095](https://github.com/svenstaro/miniserve/pull/1095)
- Allow parameters to be provided via environment variables [#1160](https://github.com/svenstaro/miniserve/pull/1160)
@@ -176,7 +178,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.23.2...HEAD
+[Unreleased]: https://github.com/svenstaro/miniserve/compare/v0.24.0...HEAD
+[0.24.0]: https://github.com/svenstaro/miniserve/compare/v0.23.2...v0.24.0
[0.23.2]: https://github.com/svenstaro/miniserve/compare/v0.23.1...v0.23.2
[0.23.1]: https://github.com/svenstaro/miniserve/compare/v0.23.0...v0.23.1
[0.23.0]: https://github.com/svenstaro/miniserve/compare/v0.22.0...v0.23.0
diff --git a/Cargo.lock b/Cargo.lock
index ae09ebf..a7f3c53 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1577,7 +1577,7 @@ dependencies = [
[[package]]
name = "miniserve"
-version = "0.23.2"
+version = "0.24.0"
dependencies = [
"actix-files",
"actix-multipart",
diff --git a/Cargo.toml b/Cargo.toml
index 46776b8..4e5d51e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "miniserve"
-version = "0.23.2"
+version = "0.24.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"