Skip to content

Commit

Permalink
Bump to 0.3.3
Browse files Browse the repository at this point in the history
This commit correctly handles raw points, both in terms of
snapshotting and buffering. Previous releases treated raw
points as gauges which lost points. Once gauge behaviour was
changed in 0.3.2 the raws were moved off on their own but
were not correctly flushed. This is now corrected.

Signed-off-by: Brian L. Troutwine <blt@postmates.com>
  • Loading branch information
Brian L. Troutwine committed Sep 20, 2016
1 parent 26dfa2f commit 0710d50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cernan"
version = "0.3.2"
version = "0.3.3"
authors = ["Brian L. Troutwine <blt@postmates.com>"]
build = "build.rs"

Expand Down

0 comments on commit 0710d50

Please sign in to comment.