Skip to content

Commit 52fb2f6

Browse files
chore(main): release 0.2.0 (#5)
🤖 I have created a release *beep* *boop* --- ## [0.2.0](v0.1.5...v0.2.0) (2024-06-30) ### Features * register plugins globally by configuration ([4767e62](4767e62)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent bf55ec1 commit 52fb2f6

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.2.0](https://github.com/elixir-typed-structor/typed_structor/compare/v0.1.5...v0.2.0) (2024-06-30)
4+
5+
6+
### Features
7+
8+
* register plugins globally by configuration ([4767e62](https://github.com/elixir-typed-structor/typed_structor/commit/4767e620c237777f535cfe763c773d13a4944c0f))
9+
310
## 0.1.5 (2024-06-29)
411

512
This release is a documentation update and

mix.exs

Lines changed: 1 addition & 1 deletion
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.1.5",
10+
version: "0.2.0",
1111
elixir: "~> 1.14",
1212
elixirc_paths: elixirc_paths(Mix.env()),
1313
start_permanent: Mix.env() == :prod,

0 commit comments

Comments
 (0)