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
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.2.1](https://github.com/edlontech/quiver/compare/v0.2.0...v0.2.1) (2026-04-20)


### Bug Fixes

* Update Deps and getting rid of Typedstruct ([5798f23](https://github.com/edlontech/quiver/commit/5798f235ad15dde98d0f0d2e0fb020f36681cd7c))

## [0.2.0](https://github.com/edlontech/quiver/compare/v0.1.3...v0.2.0) (2026-03-07)


Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ defmodule Quiver.MixProject do
app: :quiver,
description: description(),
package: package(),
version: "0.2.0",
version: "0.2.1",
elixir: "~> 1.19",
elixirc_paths: elixirc_paths(Mix.env()),
docs: docs(),
Expand Down
Loading