Skip to content

Commit

Permalink
chore: release 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fahchen committed Jul 10, 2024
1 parent 4a27176 commit 384fe0a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.4.1](https://github.com/elixir-typed-structor/typed_structor/compare/v0.4.0...v0.4.1) (2024-07-10)


### Documentation

* this release is a documentation update and does not contain any new features or bug fixes


## [0.4.0](https://github.com/elixir-typed-structor/typed_structor/compare/v0.3.0...v0.4.0) (2024-07-07)


Expand Down
2 changes: 1 addition & 1 deletion guides/migrate_from_typed_struct.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ It is a drop-in replacement for `typed_struct`.
[
# ...deps
- {:typed_struct, "~> 0.3.0"},
+ {:typed_structor, "~> 0.1"},
+ {:typed_structor, "~> 0.4"},
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ defmodule TypedStructor.MixProject do
[
app: :typed_structor,
description: "TypedStructor is a library for defining structs with types effortlessly.",
version: "0.4.0",
version: "0.4.1",
elixir: "~> 1.14",
elixirc_paths: elixirc_paths(Mix.env()),
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit 384fe0a

Please sign in to comment.