Skip to content

Commit

Permalink
Release 0.14.3
Browse files Browse the repository at this point in the history
Signed-off-by: Adrien Gentil <a.gentil@criteo.com>
  • Loading branch information
Adrien Gentil committed Nov 26, 2018
1 parent bad0c47 commit c9ed3e0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,15 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [0.14.3] - 2018-11-26

### Fixed
- fix list index out of range in _get_metrics when the metric doesn't exists

### Added
- support tracing of biggraphite
- expose metrics from the elasticsearch driver

## [0.14.2] - 2018-10-18

Expand Down Expand Up @@ -339,7 +347,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Changed
- We are going to do releases from now on

[Unreleased]: https://github.com/criteo/biggraphite/compare/v0.14.2...HEAD
[Unreleased]: https://github.com/criteo/biggraphite/compare/v0.14.3...HEAD
[0.14.3]: https://github.com/criteo/biggraphite/compare/v0.14.2...0.14.3
[0.14.2]: https://github.com/criteo/biggraphite/compare/v0.14.1...v0.14.2
[0.14.1]: https://github.com/criteo/biggraphite/compare/v0.14.0...v0.14.1
[0.14.0]: https://github.com/criteo/biggraphite/compare/v0.13.10...v0.14.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def _read_reqs(relpath):

setuptools.setup(
name="biggraphite",
version="0.14.2",
version="0.14.3",
maintainer="Criteo Graphite Team",
maintainer_email="github@criteo.com",
description="Simple Scalable Time Series Database.",
Expand Down

0 comments on commit c9ed3e0

Please sign in to comment.