Version 0.1.3.
This commit is contained in:
parent
700caf31a0
commit
7056eb9187
2 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "framed"
|
||||
version = "0.1.2"
|
||||
version = "0.1.3"
|
||||
description = "Send and receive slices of bytes over lossy streams of bytes."
|
||||
authors = ["Alex Helfet <alex.helfet@gmail.com>"]
|
||||
categories = ["no-std", "embedded", "encoding", "network-programming"]
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
1. Check [Travis build][travis]: [][travis].
|
||||
[travis]: https://travis-ci.org/fluffysquirrels/framed-rs
|
||||
1. Increment version number in Cargo.toml (major version if breaking changes).
|
||||
1. Commit to update the version number.
|
||||
1. Add a git tag for the new version number. Push it to [GitHub][github].
|
||||
1. Publish with `bin/publish`.
|
||||
1. Check new version appears on
|
||||
|
|
Loading…
Reference in a new issue