Skip to content

Commit 0a1a51b

Browse files
committedNov 15, 2024·
Release 0.4.3
1 parent 5db807b commit 0a1a51b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed
 

‎CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 0.4.3 2024-11-15
4+
5+
* Update header parsing to decode encoded words after parsing the header (RFC 2047) https://github.com/DockYard/elixir-mail/pull/181
6+
* Refactor RFC2822 datetime parser and assume unknown named timezones are UTC https://github.com/DockYard/elixir-mail/pull/183
7+
38
## 0.4.2 2024-10-24
49

510
* Encoded strings that are not valid UTF-8 are now decoded to binary (as-is) rather than raising an error

‎mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule Mail.Mixfile do
22
use Mix.Project
33

44
@source_url "https://github.com/DockYard/elixir-mail"
5-
@version "0.4.2"
5+
@version "0.4.3"
66

77
def project do
88
[

0 commit comments

Comments
 (0)
Please sign in to comment.