Skip to content

Commit 8397fc8

Browse files
authored
Prepare to release v0.3.1 of pkg:functions_framework (#157)
* Bump ff to 0.3.2 to publish windows sigterm fix * Builder version should have been bumped, fixing it
1 parent a5406fe commit 8397fc8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

functions_framework/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 0.3.1-dev
3+
## 0.3.1
44

55
- `functions_framework.dart`
66

functions_framework/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: functions_framework
2-
version: 0.3.1-dev
2+
version: 0.3.1
33
description: >-
44
FaaS (Function as a service) framework for writing portable Dart functions
55
repository: https://github.com/GoogleCloudPlatform/functions-framework-dart

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.3.0
2+
version: 0.3.1-dev
33
description: Builder for package:functions_framework
44
repository: https://github.com/GoogleCloudPlatform/functions-framework-dart
55

@@ -13,7 +13,7 @@ dependencies:
1313
dart_style: ^1.3.10
1414
# There is a tight version constraint because the builder has a strict
1515
# dependency on all features exposed.
16-
functions_framework: '>=0.3.0 <0.3.1'
16+
functions_framework: '>=0.3.0 <0.3.2'
1717
glob: ^1.2.0
1818
meta: ^1.2.4
1919
path: ^1.7.0

0 commit comments

Comments
 (0)