blob: 12697505234cd20d3ae98a7956897917703b5f1b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# Change Log
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
## [1.0.2]
* Refactor some code, PEP8 compliance
* Add flake8 to tox
## [1.0.1]
* [Sadly, Missing]
## [1.0.0]
* Depend on the CBS 2.0.0 API
* Add new endpoint for getting all
## [0.0.5]
* Dont pin requests version
## [0.0.3]
* Changelog started
* Unit test suite created
* Current test coverage = 82%
|