Skip to content

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sagebind committed Aug 10, 2018
1 parent 3a5d58a commit 0d9d304
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.3.0 - 2018-08-09

- Added a new `io` module featuring in-memory pipes. These pipes work similar to I/O streams but are based on an atomic ring buffer internally.

## 0.2.2 - 2018-08-03

- Fixed an issue when resizing an unbounded buffer that is empty that resulted in the buffer length being reported incorrectly.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ringtail"
version = "0.2.2"
version = "0.3.0"
description = "Efficient ring buffer for byte buffers, FIFO queues, and SPSC channels"
authors = ["Stephen M. Coakley <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 0d9d304

Please sign in to comment.