Bump version to v0.4.1

This commit is contained in:
Carl Lerche
2017-03-15 09:36:52 -07:00
parent 9e6d65a1d6
commit dcd6c184e4
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
# 0.4.1 (unreleased) # 0.4.1 (March 15, 2017)
* Expose `buf` module and have most types available from there vs. root. * Expose `buf` module and have most types available from there vs. root.
* Implement `IntoBuf` for `T: Buf`. * Implement `IntoBuf` for `T: Buf`.
+1 -1
View File
@@ -1,7 +1,7 @@
[package] [package]
name = "bytes" name = "bytes"
version = "0.4.0" version = "0.4.1"
license = "MIT" license = "MIT"
authors = ["Carl Lerche <[email protected]>"] authors = ["Carl Lerche <[email protected]>"]
description = "Types and traits for working with bytes" description = "Types and traits for working with bytes"