Skip to content

Commit

Permalink
Merge pull request #76 from deniszh/release-0.2.3
Browse files Browse the repository at this point in the history
Release 0.2.3
  • Loading branch information
deniszh committed Feb 11, 2017
2 parents 30fc9cf + 333688a commit ea4dd0c
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## v0.2.3

- support new versions of carbon (PR#74 @wdauchy)
- lock whisper files during carbon-sync and whisper-fill (PR#48 @fillipog, PR#71 @deniszh)
- Fixes and optimizations for carbonate (PR#68 @iksaif, PR#70 @deniszh)
- Make the heal process resilient (PR#42 @jjneely, PR#69 @deniszh)
- Add option to follow symlinks (PR#65 @tmak0)
- Do not overwrite target WSP file if source is corrupt (PR#52 @jjneely)
- 'carbon-stale' tool to help find metrics with blank/missing data (PR#30 @bitprophet)
- remove shebang, not a cli script (PR#55 @piotr1212)
- mention environment variables in README.md (PR#53 @fillipog)
- Fixup badge link in readme (PR#66 @dozoisch)
- Add dirty mode for sync (PR#39 @iksaif)
- Read config-file and cluster options from environ (PR#49 @fillipog)

## v0.2.2

- Load `/opt/graphite/lib` into python's path when executing any binstubs
Expand Down
2 changes: 1 addition & 1 deletion carbonate/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Tools for managing a federated Carbon cluster.
"""

__version_info__ = ('0', '2', '2')
__version_info__ = ('0', '2', '3')
__version__ = '.'.join(__version_info__)


Expand Down
4 changes: 2 additions & 2 deletions tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ mock
coverage
nosexcover
flake8
mccabe==0.5.3
mccabe==0.6.1
tox
pep8
pyflakes==1.3.0
pyflakes==1.5.0

0 comments on commit ea4dd0c

Please sign in to comment.