Skip to content

Commit

Permalink
Release v0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
adriankumpf committed Jul 4, 2022
1 parent 1bd5bc6 commit 3a02fc6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## [Unreleased]

## [0.3.4] - 2022-07-04

- Fix the precompilation build for targets using `cross` by adding a `Cross.toml` file with a setting telling to read the `RUSTLER_NIF_VERSION` env var from the host machine
- Bump `cross` to v0.2.2

## [0.3.3] - 2022-05-24

- Bump `:rustler_precompiled` to v0.5.1
Expand Down Expand Up @@ -30,7 +35,8 @@

## [0.1.0] - 2022-05-17

[unreleased]: https://github.com/kloeckner-i/mail_parser/compare/v0.3.3...HEAD
[unreleased]: https://github.com/kloeckner-i/mail_parser/compare/v0.3.4...HEAD
[0.3.3]: https://github.com/kloeckner-i/mail_parser/releases/tag/v0.3.4
[0.3.3]: https://github.com/kloeckner-i/mail_parser/releases/tag/v0.3.3
[0.3.2]: https://github.com/kloeckner-i/mail_parser/releases/tag/v0.3.2
[0.3.1]: https://github.com/kloeckner-i/mail_parser/releases/tag/v0.3.1
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 MailParser.MixProject do
use Mix.Project

@version "0.4.0-dev"
@version "0.3.4"
@repo_url "https://github.com/kloeckner-i/mail_parser"

def project do
Expand Down

0 comments on commit 3a02fc6

Please sign in to comment.