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 b295c5d commit b110fa5Copy full SHA for b110fa5
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## v0.0.7
4
+* Enhancements
5
+ * Remove cowboy dependency
6
+ * Fix Elixir 1.4 warnings
7
+
8
## v0.0.6
9
10
* Enhancements
mix.exs
@@ -4,7 +4,7 @@ defmodule TrailingFormatPlug.Mixfile do
def project do
[
app: :trailing_format_plug,
- version: "0.0.6",
+ version: "0.0.7",
elixir: ">= 1.0.0",
deps: deps(),
package: [
0 commit comments