Skip to content

Commit 9519204

Browse files
committed
v0.4.2 release
1 parent 3c3f035 commit 9519204

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

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+
311
## v0.4.1
412

513
* Changes

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule CircularBuffer.MixProject do
22
use Mix.Project
33

4-
@version "0.4.1"
4+
@version "0.4.2"
55
@description "General purpose circular buffer"
66
@source_url "https://github.com/elixir-toniq/circular_buffer"
77

0 commit comments

Comments
 (0)