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 3c3f035 commit 9519204Copy full SHA for 9519204
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## v0.4.2
4
+
5
+* Changes
6
+ * Fix Elixir 1.19 warnings
7
+ * Add [REUSE Software](https:/reuse.software/) for machine-readable licensing
8
+ and copyright information
9
+ * Minor documentation updates
10
11
## v0.4.1
12
13
* Changes
mix.exs
@@ -1,7 +1,7 @@
defmodule CircularBuffer.MixProject do
use Mix.Project
- @version "0.4.1"
+ @version "0.4.2"
@description "General purpose circular buffer"
@source_url "https://github.com/elixir-toniq/circular_buffer"
0 commit comments