Skip to content
This repository was archived by the owner on Oct 16, 2022. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.2.9+1

* Change version constraint for the `mime` dependency, so it accepts null-safe versions.

## 0.2.9

* Update SDK constraint to `>=2.3.0 <3.0.0`.
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: shelf_static
version: 0.2.9
version: 0.2.9+1
description: Static file server support for Shelf
homepage: https://github.com/dart-lang/shelf_static

Expand All @@ -9,7 +9,7 @@ environment:
dependencies:
convert: '>=1.0.0 <4.0.0'
http_parser: '>=0.0.2+2 <5.0.0'
mime: '>=0.9.0 <0.10.0'
mime: '>=0.9.0 <=1.0.0'
path: '>=1.1.0 <2.0.0'
shelf: '>=0.5.7 <0.8.0'

Expand Down