File tree Expand file tree Collapse file tree 4 files changed +13
-23
lines changed Expand file tree Collapse file tree 4 files changed +13
-23
lines changed Original file line number Diff line number Diff line change 9
9
- run : pub get
10
10
- run : flutter test
11
11
- run : dartanalyzer --options analysis_options.yaml --fatal-warnings lib
12
+ - run : flutter pub publish --dry-run
12
13
13
14
release :
14
15
docker :
@@ -34,4 +35,4 @@ workflows:
34
35
- hold
35
36
filters :
36
37
branches :
37
- only : master
38
+ only : master
Original file line number Diff line number Diff line change 1
- ## [ 0 .0.1 ] - TODO: Add release date.
1
+ ## v2 .0.0 (2021-09-20)
2
2
3
- * TODO: Describe initial release.
3
+ * Adds support for Dio v4.0
4
+ * Upgrades to null safety
5
+
6
+ ## v1.0.0 (2019-07-29)
7
+
8
+ * Updates instabug_flutter dependency name
9
+
10
+ ## v0.0.1 (2019-07-22)
11
+
12
+ * Initial release
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ name: instabug_dio_interceptor
2
2
description : This package is an add on to instabug_flutter. It intercepts any requests performed
3
3
with Dio Package and sends them to the report that will be sent to the dashboard.
4
4
version : 2.0.0
5
- author : Instabug <support@instabug.com>
6
5
homepage : https://github.com/Instabug/Instabug-Flutter#readme
7
6
8
7
environment :
You can’t perform that action at this time.
0 commit comments