Skip to content

Commit

Permalink
Bump to 0.5.1
Browse files Browse the repository at this point in the history
This release includes documentation changes, some performance work
around the native protocol and a fix to the sampling behaviour in
the statsd protocol. It is the first release to include community
commits: very exciting! The changes are as follows:

  * d8944d9 :: CI coverage is enabled
  * a88f95c :: outdated documentation removed
  * 442d977 :: typo in documentation corrected
  * af12873 :: rust lints introduced, WIP on missing-docs
  * 4941129 :: native protocol impl. now make less temp. allocs
  * 4a6ef95 :: project deps updated
  * 032e0ba :: b_spec statsd sampling syntax supported

Signed-off-by: Brian L. Troutwine <blt@postmates.com>
  • Loading branch information
Brian L. Troutwine committed Jan 27, 2017
1 parent efb2583 commit af7dc45
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.5.0"
version = "0.5.1"
authors = ["Brian L. Troutwine <blt@postmates.com>"]
build = "build.rs"

Expand Down

0 comments on commit af7dc45

Please sign in to comment.