From c2daa87ce0eb0efcf7aa249f0fe1121f60f8c941 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 31 Jul 2025 13:35:00 +0000 Subject: [PATCH] chore(main): release 0.5.1 --- CHANGELOG.md | 7 +++++++ mix.exs | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b82e95d..86ebaf0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.5.1](https://github.com/elixir-typed-structor/typed_structor/compare/v0.5.0...v0.5.1) (2025-07-31) + + +### Bug Fixes + +* typos ([cf89ffd](https://github.com/elixir-typed-structor/typed_structor/commit/cf89ffd9ff05e2254e3f748f05a25e9ce5d52555)) + ## [0.5.0](https://github.com/elixir-typed-structor/typed_structor/compare/v0.4.2...v0.5.0) (2024-09-27) diff --git a/mix.exs b/mix.exs index 2d18b88..67d4605 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule TypedStructor.MixProject do use Mix.Project - @version "0.5.0" + @version "0.5.1" @source_url "https://github.com/elixir-typed-structor/typed_structor" def project do