Skip to content

Commit 9bd3ba4

Browse files
committed
Release miniserve version 0.33.0
1 parent 8296da5 commit 9bd3ba4

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
88
<!-- next-header -->
99

1010
## [Unreleased] - ReleaseDate
11+
12+
## [0.33.0] - 2026-02-16
1113
- Add `--log-color` to explicitly control when to print colors [#1529](https://github.com/svenstaro/miniserve/pull/1529) (thanks @MrCroxx)
1214
- Fix `--rm-files` not working with `--route-preifx` [#1531](https://github.com/svenstaro/miniserve/pull/1531) (thanks @Jianchi-Chen)
1315
- Add illumos builds [#1543](https://github.com/svenstaro/miniserve/pull/1543)
@@ -240,7 +242,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
240242
- Some theme related bug fixes (thanks @boastful-squirrel)
241243

242244
<!-- next-url -->
243-
[Unreleased]: https://github.com/svenstaro/miniserve/compare/v0.32.0...HEAD
245+
[Unreleased]: https://github.com/svenstaro/miniserve/compare/v0.33.0...HEAD
246+
[0.33.0]: https://github.com/svenstaro/miniserve/compare/v0.32.0...v0.33.0
244247
[0.32.0]: https://github.com/svenstaro/miniserve/compare/v0.31.0...v0.32.0
245248
[0.31.0]: https://github.com/svenstaro/miniserve/compare/v0.30.0...v0.31.0
246249
[0.30.0]: https://github.com/svenstaro/miniserve/compare/v0.29.0...v0.30.0

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "miniserve"
3-
version = "0.32.0"
3+
version = "0.33.0"
44
description = "For when you really just want to serve some files over HTTP right now!"
55
authors = ["Sven-Hendrik Haase <svenstaro@gmail.com>", "Boastful Squirrel <boastful.squirrel@gmail.com>"]
66
repository = "https://github.com/svenstaro/miniserve"

0 commit comments

Comments
 (0)