From 8ddd338432959b3d40942e623125e7c1957e4224 Mon Sep 17 00:00:00 2001 From: Robert Virkus Date: Mon, 11 Jan 2021 12:41:05 +0100 Subject: [PATCH] release v0.2.1 --- CHANGELOG.md | 8 ++++++-- pubspec.yaml | 4 ++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f5920b..ec19df8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,12 @@ +## 0.2.1 +- Always setting the `Content-Type` meta attribute to use 'utf-8' encoding. +- Add inline images even when they are not referenced + ## 0.2.0 - Added plain text transformations: - - Convert line breaks into `
` tags - - Convert https lins into `` tags + - Convert line breaks into `
` tags + - Convert https lins into `
` tags ## 0.1.1 diff --git a/pubspec.yaml b/pubspec.yaml index cbd56ad..8a5da37 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: enough_mail_html description: Generate HTML from an email mime message. Eases handling of `MimeMessage` in the `enough_mail` package. -version: 0.2.0 +version: 0.2.1 homepage: https://github.com/Enough-Software/enough_mail_html environment: @@ -8,7 +8,7 @@ environment: dependencies: html: ^0.14.0+4 - enough_mail: #^0.0.36 + enough_mail: #^0.1.0 git: url: https://github.com/Enough-Software/enough_mail.git ref: main