We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e90163 commit b291e0aCopy full SHA for b291e0a
functions_framework_builder/CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 0.4.10
2
+
3
+- Allow the latest `package:functions_framework`.
4
5
## 0.4.9
6
7
- Support the latest `package:analyzer`.
functions_framework_builder/pubspec.yaml
@@ -1,5 +1,5 @@
name: functions_framework_builder
-version: 0.4.9
+version: 0.4.10
description: Builder for package:functions_framework
repository: https://github.com/GoogleCloudPlatform/functions-framework-dart
@@ -14,7 +14,7 @@ dependencies:
14
dart_style: ^2.0.0
15
# There is a tight version constraint because the builder has a strict
16
# dependency on all features exposed.
17
- functions_framework: '>=0.4.0 <0.4.3'
+ functions_framework: '>=0.4.0 <0.4.4'
18
glob: ^2.0.0
19
meta: ^1.2.4
20
path: ^1.7.0
0 commit comments