File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
functions_framework_builder Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## 0.3.1-dev
3
+ ## 0.3.1
4
4
5
5
- ` functions_framework.dart `
6
6
Original file line number Diff line number Diff line change 1
1
name : functions_framework
2
- version : 0.3.1-dev
2
+ version : 0.3.1
3
3
description : >-
4
4
FaaS (Function as a service) framework for writing portable Dart functions
5
5
repository : https://github.com/GoogleCloudPlatform/functions-framework-dart
Original file line number Diff line number Diff line change 1
1
name : functions_framework_builder
2
- version : 0.3.0
2
+ version : 0.3.1-dev
3
3
description : Builder for package:functions_framework
4
4
repository : https://github.com/GoogleCloudPlatform/functions-framework-dart
5
5
@@ -13,7 +13,7 @@ dependencies:
13
13
dart_style : ^1.3.10
14
14
# There is a tight version constraint because the builder has a strict
15
15
# dependency on all features exposed.
16
- functions_framework : ' >=0.3.0 <0.3.1 '
16
+ functions_framework : ' >=0.3.0 <0.3.2 '
17
17
glob : ^1.2.0
18
18
meta : ^1.2.4
19
19
path : ^1.7.0
You can’t perform that action at this time.
0 commit comments