Skip to content

Commit

Permalink
release 3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
artemeff committed Jan 15, 2025
1 parent f26e50a commit f3c70cf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## Changelog

## v3.0.3

* Enhancements
* Able to override cast/2

## v3.0.2

* Enhancements
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Construct.Mixfile do
def project do
[
app: :construct,
version: "3.0.2",
version: "3.0.3",
elixir: "~> 1.14",
deps: deps(),
elixirc_paths: elixirc_paths(Mix.env),
Expand Down

0 comments on commit f3c70cf

Please sign in to comment.