We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e028333 commit c042ca5Copy full SHA for c042ca5
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## v1.0.0
4
+
5
+This release is identical to v0.4.2.
6
7
## v0.4.2
8
9
* Changes
mix.exs
@@ -1,7 +1,7 @@
defmodule CircularBuffer.MixProject do
use Mix.Project
- @version "0.4.2"
+ @version "1.0.0"
@description "General purpose circular buffer"
@source_url "https://github.com/elixir-toniq/circular_buffer"
0 commit comments