Skip to content
Snippets Groups Projects
Commit dcd6c184 authored by Carl Lerche's avatar Carl Lerche
Browse files

Bump version to v0.4.1

parent 9e6d65a1
No related branches found
No related tags found
No related merge requests found
# 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`.
......
[package] [package]
name = "bytes" name = "bytes"
version = "0.4.0" version = "0.4.1"
license = "MIT" license = "MIT"
authors = ["Carl Lerche <me@carllerche.com>"] authors = ["Carl Lerche <me@carllerche.com>"]
description = "Types and traits for working with bytes" description = "Types and traits for working with bytes"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment