File tree Expand file tree Collapse file tree 1 file changed +16
-13
lines changed Expand file tree Collapse file tree 1 file changed +16
-13
lines changed Original file line number Diff line number Diff line change 1
-
2
1
# Scotty Client Library
3
2
4
3
## Notes For Developers
7
6
8
7
1 . Update changelog in ` README.md ` file
9
8
1 . Run the following:
9
+
10
10
```
11
11
VERSION=...
12
12
git flow release start "$VERSION"
@@ -17,37 +17,40 @@ git flow release finish "$VERSION"
17
17
git push origin : --tags
18
18
```
19
19
20
-
21
20
## ChangeLog
22
21
22
+ ### 0.26.0
23
+
24
+ - Add option to link beam to issue when uploading a beam
25
+
23
26
### 0.25.2
24
27
25
- * Increase timeout to 30 seconds
28
+ - Increase timeout to 30 seconds
26
29
27
30
### 0.25.1
28
31
29
- * Fix get_beams_by_issue so that it will use pagination
32
+ - Fix get_beams_by_issue so that it will use pagination
30
33
31
34
### 0.25.0
32
35
33
- * Use combadge v2 by default (which supports windows hosts)
36
+ - Use combadge v2 by default (which supports windows hosts)
34
37
35
38
### 0.24.0
36
39
37
- * Add filtering by issue
38
- * Add delete method to beam
40
+ - Add filtering by issue
41
+ - Add delete method to beam
39
42
40
43
### 0.23.1
41
44
42
- * Provide more information on exceptions
43
- * Add type hinting
44
- * Fix bug with downloading windows paths on linux
45
+ - Provide more information on exceptions
46
+ - Add type hinting
47
+ - Fix bug with downloading windows paths on linux
45
48
46
49
### 0.22.1
47
50
48
- * Fix bug with prefetch and then beam up without explicitly setting version
51
+ - Fix bug with prefetch and then beam up without explicitly setting version
49
52
50
53
### 0.22.0
51
54
52
- * Support python3.8
53
- * Support Rust Combadge (v2)
55
+ - Support python3.8
56
+ - Support Rust Combadge (v2)
You can’t perform that action at this time.
0 commit comments