Skip to content

Commit

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

## 0.2.1 - 2018-08-02
- Fixed a logical error where pushing small amounts of data repeatedly into the buffer would overwrite existing data.

## 0.2.0 - 2018-05-17
0.2 is here! This release is a breaking change with API refactorings and improvements.

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.0"
version = "0.2.1"
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 dfdbfc6

Please sign in to comment.