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 a90a095 commit 78d0ce5Copy full SHA for 78d0ce5
functions_framework/CHANGELOG.md
@@ -1,4 +1,4 @@
1
-## 0.4.2-dev
+## 0.4.2
2
3
- Requires Dart `3.0.0`.
4
- Support `package:http` v1
functions_framework/pubspec.yaml
@@ -1,5 +1,5 @@
name: functions_framework
-version: 0.4.2-dev
+version: 0.4.2
description: >-
FaaS (Function as a service) framework for writing portable Dart functions
5
repository: https://github.com/GoogleCloudPlatform/functions-framework-dart
@@ -25,7 +25,3 @@ dev_dependencies:
25
dart_flutter_team_lints: ^1.0.0
26
json_serializable: ^6.0.0
27
test: ^1.15.7
28
-
29
-dependency_overrides:
30
- gcp:
31
- path: ../gcp
0 commit comments