Skip to content

Commit

Permalink
chore(main): release 0.6.4 (#36)
Browse files Browse the repository at this point in the history
* chore(main): release 0.6.4

* docs: update changelog

* ci: update release-please

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Christoph Schmatzler <christoph@medium.place>
  • Loading branch information
github-actions[bot] and cschmatzler authored Sep 19, 2023
1 parent 7c7a24f commit 4857d0b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,5 @@ jobs:
package-name: idiom
bump-minor-pre-major: true
bump-patch-for-minor-pre-major: true
pull-request-header: ""
skip-labeling: true
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.6.4](https://github.com/cschmatzler/idiom/compare/v0.6.3...v0.6.4) (2023-09-19)


### Bug Fixes

* fix `Idiom.Locales.get_language_and_script/1` when second part is not a script ([ca9443e](https://github.com/cschmatzler/idiom/commit/ca9443e2b75512609d33326bd60ceb6200ceb740))

## [0.6.3](https://github.com/cschmatzler/idiom/compare/v0.6.2...v0.6.3) (2023-09-13)


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.3",
version: "0.6.4",
elixir: "~> 1.13",
compilers: Mix.compilers() ++ [:leex, :yecc],
elixirc_paths: elixirc_paths(Mix.env()),
Expand Down

0 comments on commit 4857d0b

Please sign in to comment.