File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed
Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.4.1] ( https://github.com/elixir-typed-structor/typed_structor/compare/v0.4.0...v0.4.1 ) (2024-07-10)
4+
5+
6+ ### Documentation
7+
8+ * this release is a documentation update and does not contain any new features or bug fixes
9+
10+
311## [ 0.4.0] ( https://github.com/elixir-typed-structor/typed_structor/compare/v0.3.0...v0.4.0 ) (2024-07-07)
412
513
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ It is a drop-in replacement for `typed_struct`.
1212 [
1313 # ...deps
1414- {:typed_struct, "~> 0.3.0"},
15- + {:typed_structor, "~> 0.1 "},
15+ + {:typed_structor, "~> 0.4 "},
1616 ]
1717 end
1818```
Original file line number Diff line number Diff 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.4.0 " ,
10+ version: "0.4.1 " ,
1111 elixir: "~> 1.14" ,
1212 elixirc_paths: elixirc_paths ( Mix . env ( ) ) ,
1313 start_permanent: Mix . env ( ) == :prod ,
You can’t perform that action at this time.
0 commit comments