Skip to content

Commit f9f8d02

Browse files
committed
add a changelog
1 parent 4261183 commit f9f8d02

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Changelog
2+
3+
## :package: [2.0.0](https://pypi.org/project/commitment/2.0.0/) - 2018-02-17
4+
5+
### Backwards-incompatible changes
6+
* `GitHubCredentials` constructor signature changed from
7+
* `__init__(self, repo, branch, name, email, api_key)` to
8+
* `__init__(self, repo, name, email, api_key)`
9+
* `GitHubClient.push_file()` signature changed from
10+
* `push_file(self, content, filename, message, encoding='utf-8')` to
11+
* `push_file(self, content, filename, message, branch='master', encoding='utf-8')`
12+
13+
### New Methods
14+
* `GitHubClient.create_branch()`
15+
* `GitHubClient.get_file_bytes()`
16+
* `GitHubClient.get_file_str()`
17+
* `GitHubClient.open_pull_request()`
18+
19+
## :package: [1.0.0](https://pypi.org/project/commitment/1.0.0/) - 2017-10-29
20+
21+
First Release

0 commit comments

Comments
 (0)