Skip to content

Commit a866cfd

Browse files
committed
Update library metadata
1 parent 15c207c commit a866cfd

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

CHANGELOG.md

+10-6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
1-
## 0.0.1
1+
## 0.0.4
2+
3+
* Update library metadata
4+
5+
## 0.0.3
26

3-
* Initial release.
7+
* Correctly handle `HEAD` requests
8+
* Add ability to set the root path for the handler
49

510
## 0.0.2
611

7-
* Add support for `defaultDocument` serving.
12+
* Add support for `defaultDocument` serving
813

9-
## 0.0.3
14+
## 0.0.1
1015

11-
* Correctly handle `HEAD` requests.
12-
* Add ability to set the root path for the handler
16+
* Initial release

pubspec.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
name: shelf_flutter_asset
22
description: A simple handler for the Shelf ecosystem to serve files from Flutter assets.
3-
version: 0.0.3
3+
version: 0.0.4
44
homepage: https://github.com/r8/shelf_flutter_asset
55
repository: https://github.com/r8/shelf_flutter_asset
6+
issue_tracker: https://github.com/r8/shelf_flutter_asset/issues
67

78
environment:
89
sdk: '>=2.18.6 <3.0.0'

0 commit comments

Comments
 (0)