Skip to content

Commit

Permalink
Merge pull request #70 from wildfoundry/compression
Browse files Browse the repository at this point in the history
Compression
  • Loading branch information
willmcgugan authored Jun 25, 2018
2 parents 3373821 + 3bd41f3 commit 7cafc78
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,15 +5,15 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).


## [0.3.0] - Unreleased
## [0.3.0] - 2018-06-25

### Added

- Websocket compression

### Changed

- Response now uses unicode rather thatn bytes for keys/value
- Response now uses unicode rather than bytes for keys/value

## [0.2.5] - 2018-05-28

Expand Down
2 changes: 1 addition & 1 deletion lomond/_version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from __future__ import unicode_literals

__version__ = "0.3.0a0"
__version__ = "0.3.0"

0 comments on commit 7cafc78

Please sign in to comment.