Skip to content

Commit 6d2146a

Browse files
authored
Update readme (#39)
* Update readme * Fix version number
1 parent 9476b1b commit 6d2146a

File tree

1 file changed

+16
-13
lines changed

1 file changed

+16
-13
lines changed

README.md

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
# Scotty Client Library
32

43
## Notes For Developers
@@ -7,6 +6,7 @@
76

87
1. Update changelog in `README.md` file
98
1. Run the following:
9+
1010
```
1111
VERSION=...
1212
git flow release start "$VERSION"
@@ -17,37 +17,40 @@ git flow release finish "$VERSION"
1717
git push origin : --tags
1818
```
1919

20-
2120
## ChangeLog
2221

22+
### 0.26.0
23+
24+
- Add option to link beam to issue when uploading a beam
25+
2326
### 0.25.2
2427

25-
* Increase timeout to 30 seconds
28+
- Increase timeout to 30 seconds
2629

2730
### 0.25.1
2831

29-
* Fix get_beams_by_issue so that it will use pagination
32+
- Fix get_beams_by_issue so that it will use pagination
3033

3134
### 0.25.0
3235

33-
* Use combadge v2 by default (which supports windows hosts)
36+
- Use combadge v2 by default (which supports windows hosts)
3437

3538
### 0.24.0
3639

37-
* Add filtering by issue
38-
* Add delete method to beam
40+
- Add filtering by issue
41+
- Add delete method to beam
3942

4043
### 0.23.1
4144

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
4548

4649
### 0.22.1
4750

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
4952

5053
### 0.22.0
5154

52-
* Support python3.8
53-
* Support Rust Combadge (v2)
55+
- Support python3.8
56+
- Support Rust Combadge (v2)

0 commit comments

Comments
 (0)