We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c011f2 commit 48764f5Copy full SHA for 48764f5
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## v0.3.17 (TBA)
+## v0.3.17 (2023-02-21)
4
5
* `Premailex.HTMLInlineStyles.process/3` now warns when styles can't be loaded from URL's
6
* `Premailex.HTMLInlineStyles.process/1` now parses `<thead>` and `<tfoot>` elements
mix.exs
@@ -1,7 +1,7 @@
defmodule Premailex.Mixfile do
use Mix.Project
- @version "0.3.16"
+ @version "0.3.17"
def project do
7
[
0 commit comments