Skip to content

Commit 403c584

Browse files
committed
* Limit Dart SDK version for Dart 2.8 version breaking change.
* Add links to github repo in pubspec.yaml.
1 parent e539ac4 commit 403c584

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# CHANGES
22

3+
### 2.2.2+1
4+
5+
* Limit Dart SDK version for Dart 2.8 version breaking change.
6+
* Add links to github repo in pubspec.yaml.
7+
8+
39
### 2.2.2
410

511
* `ResourceLoader.load` supports `useCache` to control whether to use the cache.

pubspec.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
name: stream
2-
version: 2.2.2
2+
version: 2.2.2+1
33
description: >
44
Lightweight Dart web server supporting request routing, filtering,
55
template engine, MVC design pattern, and file-based static resources.
66
authors:
77
- Tom Yeh <[email protected]>
88
homepage: http://rikulo.org/projects/stream
99
documentation: http://docs.rikulo.org/stream
10+
repository: https://github.com/rikulo/stream
11+
issue_tracker: https://github.com/rikulo/stream/issues
1012
dependencies:
11-
rikulo_commons: '>=3.0.0 <5.0.0'
13+
rikulo_commons: '>=3.0.0 <4.1.0'
1214
logging: ">=0.11.0 <2.0.0"
1315
args: '>=0.13.0 <2.0.0'
1416
path: '>=1.3.0 <2.0.0'
@@ -19,4 +21,4 @@ executables:
1921
rspc:
2022

2123
environment:
22-
sdk: '>=2.0.0 <3.0.0'
24+
sdk: '>=2.0.0 <2.8.0'

0 commit comments

Comments
 (0)