Skip to content

Commit

Permalink
Update library metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
r8 committed Jul 4, 2023
1 parent 15c207c commit a866cfd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
16 changes: 10 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
## 0.0.1
## 0.0.4

* Update library metadata

## 0.0.3

* Initial release.
* Correctly handle `HEAD` requests
* Add ability to set the root path for the handler

## 0.0.2

* Add support for `defaultDocument` serving.
* Add support for `defaultDocument` serving

## 0.0.3
## 0.0.1

* Correctly handle `HEAD` requests.
* Add ability to set the root path for the handler
* Initial release
3 changes: 2 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: shelf_flutter_asset
description: A simple handler for the Shelf ecosystem to serve files from Flutter assets.
version: 0.0.3
version: 0.0.4
homepage: https://github.com/r8/shelf_flutter_asset
repository: https://github.com/r8/shelf_flutter_asset
issue_tracker: https://github.com/r8/shelf_flutter_asset/issues

environment:
sdk: '>=2.18.6 <3.0.0'
Expand Down

0 comments on commit a866cfd

Please sign in to comment.