Skip to content

Commit 64c7fc0

Browse files
committed
add changelog
1 parent b73c654 commit 64c7fc0

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

CHANGELOG.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# Change Log
2+
Following guidelines of http://keepachangelog.com/
3+
4+
## [Unreleased]
5+
- update to support Databox API version 3
6+
7+
## [0.1.6] - Jan 24, 2016
8+
- Changes related to last_push
9+
- Fix for broken example.py
10+
- Fix for broken tests
11+
- Fix for broken test suite
12+
13+
## [0.1.5] - Jan 4, 2016
14+
- First public release of Databox for Python.
15+
16+
## [0.1.4] - Jul 14, 2015
17+
- Support for additional attributes
18+
- Last push support number of pushes to retrieve
19+
- Updated test suite
20+
21+
## [0.1.1] - Jun 4, 2015
22+
- Client code was rewritten
23+
- Test suite was added
24+
- Examples ware added
25+
- Documentation was updated
26+
- Travis CI was introduced
27+
28+
## [0.1] - May 20, 2015
29+
- Initial release
30+
31+
[Unreleased]: https://github.com/databox/databox-go/compare/0.1.6...master
32+
[0.1.6]: https://github.com/databox/databox-python/compare/0.1.5...0.1.6
33+
[0.1.5]: https://github.com/databox/databox-python/compare/0.1.4...0.1.5
34+
[0.1.4]: https://github.com/databox/databox-python/compare/0.1.1...0.1.4
35+
[0.1.1]: https://github.com/databox/databox-python/compare/0.1...0.1.1
36+
[0.1]: https://github.com/databox/databox-python/tree/0.1

0 commit comments

Comments
 (0)