Skip to content

Commit

Permalink
Release v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
uklotzde committed Dec 13, 2019
1 parent 6332c0f commit 4d0e1d3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## v0.8.0 (2019-12-dd)
## v0.8.0 (2019-12-13)

- new(web): Query the current user with GET /users/current
- new(web): Query the history of all place revisions with GET /places/<id>/history
Expand Down
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions src/infrastructure/mail.rs
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,7 @@ mod tests {
"My veeeeerrrrryyyyy looooonnnnnggggg Subject with äöüÄÖÜß Umlaute and even more characters that are distributed onto multiple lines",
"Hello Mail",
).unwrap();
let expected =
"From:\"Karte von morgen\" <[email protected]>\r\n\
let expected = "From:\"Karte von morgen\" <[email protected]>\r\n\
To:[email protected]\r\n\
Subject:=?UTF-8?Q?My veeeeerrrrryyyyy looooonnnnnggggg Subject with =C3=A4?=\r\n \
=?UTF-8?Q?=C3=B6=C3=BC=C3=84=C3=96=C3=9C=C3=9F Umlaute and even more char?=\r\n \
Expand Down

0 comments on commit 4d0e1d3

Please sign in to comment.