Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Schmatzler <[email protected]>
  • Loading branch information
cschmatzler committed Apr 23, 2024
1 parent d9e4af1 commit 61d374c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.6.7 (2024-04-23)
### Bug Fixes
* Fixes crash when passing `nil` to `t/3`.

## 0.6.6 (2024-04-08)

### Features
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ defmodule Idiom.MixProject do
[
app: :idiom,
description: "Modern internationalization library",
version: "0.6.6",
version: "0.6.7",
elixir: "~> 1.13",
compilers: [:leex, :yecc] ++ Mix.compilers(),
elixirc_paths: elixirc_paths(Mix.env()),
Expand Down

0 comments on commit 61d374c

Please sign in to comment.