Skip to content
This repository has been archived by the owner on Jan 29, 2025. It is now read-only.

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
geobeau committed Dec 28, 2018
1 parent c58d82d commit 683ed9c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [0.14.7] - 2018-12-27

### Improved

- Tracing shows more relevant data in spans (metric names/globs if available)
- Middleware is provided to improve tracing:
- more options to configure when to trace
- more data in spans (the executed query and the format)

## [0.14.6] - 2018-12-18

### Improved
Expand Down Expand Up @@ -451,7 +460,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

- We are going to do releases from now on

[Unreleased]: https://github.com/criteo/biggraphite/compare/v0.14.6...HEAD
[Unreleased]: https://github.com/criteo/biggraphite/compare/v0.14.7...HEAD
[0.14.7]: https://github.com/criteo/biggraphite/compare/v0.14.6...v0.14.7
[0.14.6]: https://github.com/criteo/biggraphite/compare/v0.14.5...v0.14.6
[0.14.5]: https://github.com/criteo/biggraphite/compare/v0.14.4...v0.14.5
[0.14.4]: https://github.com/criteo/biggraphite/compare/v0.14.3...v0.14.4
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.6",
version="0.14.7",
maintainer="Criteo Graphite Team",
maintainer_email="[email protected]",
description="Simple Scalable Time Series Database.",
Expand Down

0 comments on commit 683ed9c

Please sign in to comment.