Skip to content

Commit

Permalink
Release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
whatyouhide committed Jan 21, 2023
1 parent 11e47c4 commit 8d000bb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## v0.3.0

* Add `Expo.PluralForms` for functionality related to the `Plural-Forms`
Gettext header.

## v0.2.0

* Add support for previous message context (through `#| msgctxt "..."`
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 Expo.MixProject do
use Mix.Project

@version "0.2.0"
@version "0.3.0"
@source_url "https://github.com/elixir-gettext/expo"
@description "Low-level Gettext file handling (.po/.pot/.mo file writer and parser)."

Expand Down

0 comments on commit 8d000bb

Please sign in to comment.