Skip to content

Commit 78d0ce5

Browse files
authored
chore: Prepare to release functions_framework v0.4.2 (#400)
1 parent a90a095 commit 78d0ce5

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

functions_framework/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.4.2-dev
1+
## 0.4.2
22

33
- Requires Dart `3.0.0`.
44
- Support `package:http` v1

functions_framework/pubspec.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: functions_framework
2-
version: 0.4.2-dev
2+
version: 0.4.2
33
description: >-
44
FaaS (Function as a service) framework for writing portable Dart functions
55
repository: https://github.com/GoogleCloudPlatform/functions-framework-dart
@@ -25,7 +25,3 @@ dev_dependencies:
2525
dart_flutter_team_lints: ^1.0.0
2626
json_serializable: ^6.0.0
2727
test: ^1.15.7
28-
29-
dependency_overrides:
30-
gcp:
31-
path: ../gcp

0 commit comments

Comments
 (0)