Skip to content

Commit c2b6c88

Browse files
committed
chore: bump to v0.3.0
1 parent 2080f40 commit c2b6c88

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [0.3.0](https://github.com/elixir-typed-structor/typed_structor/compare/v0.2.0...v0.3.0) (2024-07-03)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* remove accessible plugin, add it to guides
9+
10+
### Bug Fixes
11+
12+
* macro capture will capture import context ([9c6f340](https://github.com/elixir-typed-structor/typed_structor/commit/9c6f3406009565b1e7ccab77d7ce24a7ee3984e6))
13+
14+
15+
### Code Refactoring
16+
17+
* remove accessible plugin, add it to guides ([204cb0a](https://github.com/elixir-typed-structor/typed_structor/commit/204cb0aeab5a7ca8d5a15d7e016243d66af6e595))
18+
319
## [0.2.0](https://github.com/elixir-typed-structor/typed_structor/compare/v0.1.5...v0.2.0) (2024-06-30)
420

521

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Add `:typed_structor` to the list of dependencies in `mix.exs`:
1616
```elixir
1717
def deps do
1818
[
19-
{:typed_structor, "~> 0.1"}
19+
{:typed_structor, "~> 0.3"}
2020
]
2121
end
2222
```

mix.exs

+1-1
Original file line numberDiff line numberDiff 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.2.0",
10+
version: "0.3.0",
1111
elixir: "~> 1.14",
1212
elixirc_paths: elixirc_paths(Mix.env()),
1313
start_permanent: Mix.env() == :prod,

0 commit comments

Comments
 (0)