Skip to content

Commit

Permalink
release: 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fvsch committed Oct 9, 2024
1 parent c719bc2 commit 41fc09c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# servitsy changelog

## v0.3.0 (2024-10-09)

- feat: add gzip compression for responses (#22)
- feat: add duration to logs (#22)
- fix: leaky file handles for aborted requests (#21)
- fix: css browser compat issues in directory lists

## v0.2.1 (2024-09-24)

- add MIT license field in package.json
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ For local testing, here are a few established alternatives you may prefer, with

| Package | Version | Dependencies | Size on disk† |
| ------------- | ------- | ------------ | ------------- |
| [servitsy] | 0.2.0 | 0 | 128 kB |
| [servitsy] | 0.3.0 | 0 | 128 kB |
| [servor] | 4.0.2 | 0 | 144 kB |
| [sirv-cli] | 2.0.2 | 12 | 392 kB |
| [serve] | 14.2.3 | 89 | 7.6 MB |
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "servitsy",
"version": "0.2.1",
"version": "0.3.0",
"license": "MIT",
"description": "Local HTTP server for static files. Small.",
"keywords": [
Expand Down

0 comments on commit 41fc09c

Please sign in to comment.