1
Fork 0

Version 0.1.3.

This commit is contained in:
Alex Helfet 2017-12-24 19:02:07 +00:00
parent 700caf31a0
commit 7056eb9187
2 changed files with 2 additions and 1 deletions

View file

@ -1,6 +1,6 @@
[package] [package]
name = "framed" name = "framed"
version = "0.1.2" version = "0.1.3"
description = "Send and receive slices of bytes over lossy streams of bytes." description = "Send and receive slices of bytes over lossy streams of bytes."
authors = ["Alex Helfet <alex.helfet@gmail.com>"] authors = ["Alex Helfet <alex.helfet@gmail.com>"]
categories = ["no-std", "embedded", "encoding", "network-programming"] categories = ["no-std", "embedded", "encoding", "network-programming"]

View file

@ -5,6 +5,7 @@
1. Check [Travis build][travis]: [![Build Status](https://travis-ci.org/fluffysquirrels/framed-rs.svg)][travis]. 1. Check [Travis build][travis]: [![Build Status](https://travis-ci.org/fluffysquirrels/framed-rs.svg)][travis].
[travis]: https://travis-ci.org/fluffysquirrels/framed-rs [travis]: https://travis-ci.org/fluffysquirrels/framed-rs
1. Increment version number in Cargo.toml (major version if breaking changes). 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. Add a git tag for the new version number. Push it to [GitHub][github].
1. Publish with `bin/publish`. 1. Publish with `bin/publish`.
1. Check new version appears on 1. Check new version appears on