Skip to content

Commit 198166f

Browse files
committed
bump to 0.1.4
1 parent 2bc46b7 commit 198166f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

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.4 (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.3 (2024-06-29)
49

510
### Features

mix.exs

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

0 commit comments

Comments
 (0)