Skip to content

Commit

Permalink
Merge pull request #170 from sedders123/0.9.0
Browse files Browse the repository at this point in the history
0.9.0
  • Loading branch information
sedders123 authored May 31, 2019
2 parents ae7b14b + d3ff296 commit 3674120
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased](https://github.com/sedders123/phial/releases/tag/) - TBD
## [0.9.0](https://github.com/sedders123/phial/releases/tag/0.9.0) - 2019-05-31

### Added
- Added 'loopDelay' config option. Specifes how to long to sleep for in the main loop, this helps to prevent super high CPU usage while doing nothing. Defaults to 0.001
- Added 'loopDelay' config option. Specifes how to long to sleep for in the main loop, this helps to prevent super high CPU usage while phial is doing nothing. Defaults to 0.001
- Added `hide_from_help_command` argument to command creation. This hides the command from the list generated by inbuilt help command.

### Changed
Expand Down
2 changes: 1 addition & 1 deletion phial/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
from phial.scheduler import Schedule
from phial.wrappers import Attachment, Message, Response

__version__ = "0.8.3"
__version__ = "0.9.0"
__all__ = ['Phial', 'command', 'Response', 'Attachment', 'Schedule', 'Message']

0 comments on commit 3674120

Please sign in to comment.