We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bc46b7 commit 198166fCopy full SHA for 198166f
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
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
8
## 0.1.3 (2024-06-29)
9
10
### Features
mix.exs
@@ -5,7 +5,7 @@ defmodule TypedStructor.MixProject do
[
app: :typed_structor,
description: "TypedStructor is a library for defining structs with types effortlessly.",
- version: "0.1.3",
+ version: "0.1.4",
elixir: "~> 1.14",
elixirc_paths: elixirc_paths(Mix.env()),
11
start_permanent: Mix.env() == :prod,
0 commit comments