Skip to content

Commit

Permalink
chore(main): release 0.5.0 (#20)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[0.5.0](v0.4.2...v0.5.0)
(2024-09-27)


### Features

* add `:defexception` denfiner to define an exception
([#19](#19))
([800ca9e](800ca9e))
* support `:defrecord` and `:defrecordp` and custom definer
([#21](#21))
([cc93185](cc93185))

---
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>
  • Loading branch information
github-actions[bot] authored Sep 27, 2024
1 parent cc93185 commit 17dfae1
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.5.0](https://github.com/elixir-typed-structor/typed_structor/compare/v0.4.2...v0.5.0) (2024-09-27)


### Features

* add `:defexception` denfiner to define an exception ([#19](https://github.com/elixir-typed-structor/typed_structor/issues/19)) ([800ca9e](https://github.com/elixir-typed-structor/typed_structor/commit/800ca9e1e0d145288ccab7469153b65fedb63c0a))
* support `:defrecord` and `:defrecordp` and custom definer ([#21](https://github.com/elixir-typed-structor/typed_structor/issues/21)) ([cc93185](https://github.com/elixir-typed-structor/typed_structor/commit/cc9318589bd8444a1597b6283478dcafcc61f0e0))

## [0.4.2](https://github.com/elixir-typed-structor/typed_structor/compare/v0.4.1...v0.4.2) (2024-07-11)


Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule TypedStructor.MixProject do
use Mix.Project

@version "0.4.2"
@version "0.5.0"
@source_url "https://github.com/elixir-typed-structor/typed_structor"

def project do
Expand Down

0 comments on commit 17dfae1

Please sign in to comment.