Skip to content

Commit

Permalink
bump to 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fahchen committed Jun 29, 2024
1 parent 2cac292 commit 494e09b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.1.3 (2024-06-29)

### Features
- doc: add `Migrate from `typed_struct` guide

### Bug Fixes
- fix: exclude key from `@enforce_keys`, if `:default` is set and `:enforce` is true

## 0.1.2 (2024-06-29)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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.2",
version: "0.1.3",
elixir: "~> 1.14",
elixirc_paths: elixirc_paths(Mix.env()),
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit 494e09b

Please sign in to comment.