Skip to content

Commit

Permalink
📎 version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
am-kantox committed Dec 4, 2024
1 parent 9f584d1 commit c250714
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ end

## Changelog

- **`0.22.0`**
- [FIX] bug fix for `finitomata` integration
- **`0.21.0`**
- [UPD] support for external messengers (slack)
- **`0.20.0`**
Expand Down
3 changes: 3 additions & 0 deletions lib/telemetria/module_hooks.ex
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@ defmodule Telemetria.Hooks do

Module.delete_attribute(env.module, :telemetria)

{nil, _kind, _body} ->
:ok

{options, _kind, _body} when not is_nil(options) ->
raise Telemetria.Error,
"only function annotating is currently supported, please remove #{inspect(options)}"
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule Telemetria.MixProject do
use Mix.Project

@app :telemetria
@version "0.21.3"
@version "0.22.0"

def project do
[
Expand Down

0 comments on commit c250714

Please sign in to comment.