Skip to content

Commit 47c421f

Browse files
author
Michael Schaefermeyer
committed
Release v0.0.6
1 parent 0e8f2c6 commit 47c421f

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## v0.0.6
4+
5+
* Enhancements
6+
* Strip format from param when using `:wildcard`-style routes (thanks
7+
@msmykowski)
8+
39
## v0.0.5
410

511
* Fixes

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule TrailingFormatPlug.Mixfile do
44
def project do
55
[
66
app: :trailing_format_plug,
7-
version: "0.0.5",
7+
version: "0.0.6",
88
elixir: ">= 1.0.0",
99
deps: deps,
1010
package: [

0 commit comments

Comments
 (0)