Skip to content

Commit

Permalink
Fixing documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
rsimmonsjr committed Aug 11, 2019
1 parent 4d68c70 commit 6282e08
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[package]
name = "secc"
version = "0.0.5"
version = "0.0.6"
edition = "2018"
authors = ["Robert Simmons Jr. MSc."]
license = "Apache-2.0"
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ nodes. When send and receive operations happen, nodes are merely moved around lo
physically.

### What's New
* 2019-08-11: 0.0.6
* Improved README and Lib documentation.
* 2019-08-11: 0.0.5
* Migration from Axiom. SECC has been split off from Axiom into its own crate.

Expand Down
2 changes: 2 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Release Notes

* 2019-08-11: 0.0.6
* Improved README and Lib documentation.
* 2019-08-11: 0.0.1
* Migration from Axiom. SECC has been split off from Axiom into its own micro crate.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
//! this manner nodes are constantly cycled in and out of the queue so we only need to allocate
//! them once when the channel is created.
//!
//! #Examples
//! # Examples
//! ```rust
//! use secc::*;
//!
Expand Down

0 comments on commit 6282e08

Please sign in to comment.