Skip to content

Commit

Permalink
Bump v3.0.0
Browse files Browse the repository at this point in the history
- [Breaking change] Major refactoring of the library core and public APIs
- Unified status and summary data models (using attrs)
- Better typing hints
- Some services contain tests with mocked responses (more to come whenever we'll get more incidents)
- [Dev] Add coverage reports via coveralls.io (current coverage 96%)
  • Loading branch information
Rust Saiargaliev committed Aug 9, 2020
1 parent bfa2e3a commit c2716a9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
15 changes: 10 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added

### Changed
- Major refactoring of the library core
- Unified status and summary data models (using attrs)
- Better typing hints
- some services contain tests with mocked responses (more to come whenever we'll get more incidents)

### Removed

## [3.0.0] - 2020-08-09
### Changed

- [Breaking change] Major refactoring of the library core and public APIs
- Unified status and summary data models (using attrs)
- Better typing hints
- Some services contain tests with mocked responses (more to come whenever we'll get more incidents)
- [Dev] Add coverage reports via coveralls.io (current coverage 96%)

## [2.9.0] - 2020-06-16
### Changed
- Add service URLs
- Dependencies update
- [dev] Add .editorconfig
- [Dev] Add .editorconfig

## [2.8.0] - 2020-05-24
### Changed
Expand Down
2 changes: 1 addition & 1 deletion statuscheck/__about__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__author__ = "Rust Saiargaliev"
__email__ = "[email protected]"
__url__ = "https://github.com/amureki/statuscheck"
__version__ = "3.0.0a"
__version__ = "3.0.0"

0 comments on commit c2716a9

Please sign in to comment.