Skip to content

Commit

Permalink
Bump 3.11.0
Browse files Browse the repository at this point in the history
- DNSimple, Fastly, SendGrid status checkers
- [Dev] Dependencies update
  • Loading branch information
Rust Saiargaliev committed Mar 3, 2021
1 parent 327f8b6 commit e4336a9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.2.0
rev: v3.4.0
hooks:
- id: check-added-large-files
- id: check-case-conflict
Expand Down
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]
### Added
- DNSimple, Fastly, SendGrid status checkers

### Changed
- [Dev] Dependencies update

### Removed

## [3.11.0] - 2021-03-03
### Added
- DNSimple, Fastly, SendGrid status checkers

### Changed
- [Dev] Dependencies update

## [3.10.0] - 2021-02-09
### Added
- Basecamp status checker
Expand Down
4 changes: 2 additions & 2 deletions statuscheck/__about__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__author__ = "Rust Saiargaliev"
__email__ = "hi@amureki.me"
__email__ = "amureki@hey.com"
__url__ = "https://github.com/amureki/statuscheck"
__version__ = "3.10.0"
__version__ = "3.11.0"

0 comments on commit e4336a9

Please sign in to comment.