Skip to content

Commit 1afb223

Browse files
committed
bump to 0.1.5
1 parent 82e41e0 commit 1afb223

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## 0.1.5 (2024-06-29)
4+
5+
This release is a documentation update and
6+
does not contain any new features or bug fixes.
7+
38
## 0.1.4 (2024-06-29)
49

510
This release is a documentation update and

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ defmodule TypedStructor.MixProject do
77
[
88
app: :typed_structor,
99
description: "TypedStructor is a library for defining structs with types effortlessly.",
10-
version: "0.1.4",
10+
version: "0.1.5",
1111
elixir: "~> 1.14",
1212
elixirc_paths: elixirc_paths(Mix.env()),
1313
start_permanent: Mix.env() == :prod,

0 commit comments

Comments
 (0)