Skip to content

Commit 0fe5b8f

Browse files
committed
v1.0.1 release
1 parent 93d40c9 commit 0fe5b8f

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@
55

66
# Changelog
77

8+
## v1.0.1
9+
10+
* Changes
11+
* Improve common buffer insertion case when buffer overflows by ~13%
12+
* Remove unneeded list concatenation for reduce
13+
* Property test improvements to cover more edge cases (no issues found)
14+
815
## v1.0.0
916

1017
This release is identical to v0.4.2.

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
defmodule CircularBuffer.MixProject do
55
use Mix.Project
66

7-
@version "1.0.0"
7+
@version "1.0.1"
88
@description "General purpose circular buffer"
99
@source_url "https://github.com/elixir-toniq/circular_buffer"
1010

0 commit comments

Comments
 (0)