mirror of
https://github.com/sprockets/sprockets.mixins.metrics.git
synced 2024-11-22 03:00:25 +00:00
Merge pull request #28 from ezhidblr/MOBILE-9146-add-statsd-tcp
Version bump, changelog update
This commit is contained in:
commit
f18809b825
2 changed files with 5 additions and 2 deletions
|
@ -3,6 +3,10 @@
|
||||||
Release History
|
Release History
|
||||||
===============
|
===============
|
||||||
|
|
||||||
|
`3.1.1`_ (07-Aug-2018)
|
||||||
|
----------------------
|
||||||
|
- Fixed bad formatted TCP StatsD messages by appending a newline
|
||||||
|
|
||||||
`3.1.0`_ (20-Jul-2018)
|
`3.1.0`_ (20-Jul-2018)
|
||||||
----------------------
|
----------------------
|
||||||
- Add TCP support to StatsD
|
- Add TCP support to StatsD
|
||||||
|
@ -11,7 +15,6 @@ Release History
|
||||||
----------------------
|
----------------------
|
||||||
- Loosen Tornado pin to include 4.4.
|
- Loosen Tornado pin to include 4.4.
|
||||||
|
|
||||||
|
|
||||||
`3.0.3`_ (24-Mar-2017)
|
`3.0.3`_ (24-Mar-2017)
|
||||||
----------------------
|
----------------------
|
||||||
- Fix retrival of status code.
|
- Fix retrival of status code.
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
version_info = (3, 1, 0)
|
version_info = (3, 1, 1)
|
||||||
__version__ = '.'.join(str(v) for v in version_info)
|
__version__ = '.'.join(str(v) for v in version_info)
|
||||||
__all__ = ['__version__', 'version_info']
|
__all__ = ['__version__', 'version_info']
|
||||||
|
|
Loading…
Reference in a new issue