Skip to content

Commit b291e0a

Browse files
authored
chore: release builder with support for latest framework (#419)
1 parent 3e90163 commit b291e0a

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

functions_framework_builder/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.4.10
2+
3+
- Allow the latest `package:functions_framework`.
4+
15
## 0.4.9
26

37
- Support the latest `package:analyzer`.

functions_framework_builder/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: functions_framework_builder
2-
version: 0.4.9
2+
version: 0.4.10
33
description: Builder for package:functions_framework
44
repository: https://github.com/GoogleCloudPlatform/functions-framework-dart
55

@@ -14,7 +14,7 @@ dependencies:
1414
dart_style: ^2.0.0
1515
# There is a tight version constraint because the builder has a strict
1616
# dependency on all features exposed.
17-
functions_framework: '>=0.4.0 <0.4.3'
17+
functions_framework: '>=0.4.0 <0.4.4'
1818
glob: ^2.0.0
1919
meta: ^1.2.4
2020
path: ^1.7.0

0 commit comments

Comments
 (0)