Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## v0.4.2

* Changes
* Fix Elixir 1.19 warnings
* Add [REUSE Software](https:/reuse.software/) for machine-readable licensing
and copyright information
* Minor documentation updates

## v0.4.1

* Changes
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -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"

Expand Down
Loading