Skip to content

Commit

Permalink
Release v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adriankumpf committed Feb 3, 2023
1 parent b2e4849 commit 6906039
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.6.0] - 2023-02-03

- Update rustler_precompiled to 0.6.0
- Add precompiled binaries for the `riscv64gc-unknown-linux-gnu` target
- Drop version 2.14 (targeting OTP 21) from the supported NIF versions
- Update GitHub action workflows

## [0.5.1] - 2023-01-25

- Revert "Drop NIF version 2.14"
Expand Down Expand Up @@ -54,8 +61,9 @@

## [0.1.0] - 2022-05-17

[unreleased]: https://github.com/kloeckner-i/mail_parser/compare/v0.5.1...HEAD
[0.5.0]: https://github.com/kloeckner-i/mail_parser/releases/tag/v0.5.1
[unreleased]: https://github.com/kloeckner-i/mail_parser/compare/v0.6.0...HEAD
[0.6.0]: https://github.com/kloeckner-i/mail_parser/releases/tag/v0.6.0
[0.5.1]: https://github.com/kloeckner-i/mail_parser/releases/tag/v0.5.1
[0.5.0]: https://github.com/kloeckner-i/mail_parser/releases/tag/v0.5.0
[0.4.1]: https://github.com/kloeckner-i/mail_parser/releases/tag/v0.4.1
[0.4.0]: https://github.com/kloeckner-i/mail_parser/releases/tag/v0.4.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The package can be installed by adding `mail_parser` to your list of dependencie
```elixir
def deps do
[
{:mail_parser, "~> 0.5"}
{:mail_parser, "~> 0.6"}
]
end
```
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.5.1"
@version "0.6.0"
@repo_url "https://github.com/kloeckner-i/mail_parser"

def project do
Expand Down

0 comments on commit 6906039

Please sign in to comment.