File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11[package ]
22name = " miniserve"
3- version = " 0.32 .0"
3+ version = " 0.33 .0"
44description = " For when you really just want to serve some files over HTTP right now!"
55authors = [" Sven-Hendrik Haase <svenstaro@gmail.com>" , " Boastful Squirrel <boastful.squirrel@gmail.com>" ]
66repository = " https://github.com/svenstaro/miniserve"
You can’t perform that action at this time.
0 commit comments