Skip to content

Commit a99ce0f

Browse files
committed
Merge branch '0.12.6+x'
2 parents ef83658 + e9fbd68 commit a99ce0f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@
1313

1414
## 0.12.6+1
1515

16+
* Declare compatibility with `http_parser` 2.0.0.
17+
18+
## 0.12.6+1
19+
1620
* Declare compatibility with `http_multi_server` 2.0.0.
1721

1822
## 0.12.6

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies:
1414
crypto: '^0.9.0'
1515
glob: '^1.0.0'
1616
http_multi_server: '>=1.0.0 <3.0.0'
17-
http_parser: '>=0.0.2 <2.0.0'
17+
http_parser: '>=0.0.2 <3.0.0'
1818
path: '^1.2.0'
1919
pool: '^1.2.0'
2020
pub_semver: '^1.0.0'

0 commit comments

Comments
 (0)