Skip to content

Commit d8803c6

Browse files
committed
Publish version 0.12.1
1 parent 8596639 commit d8803c6

3 files changed

Lines changed: 15 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
Changelog
22
=========
33

4+
Noteworthy changes are included here. For a full version of changes, see git
5+
history.
6+
7+
To see dates a version was published, see the [hex package
8+
page](https://hex.pm/packages/phoenix_test)
9+
10+
## 0.12.1
11+
12+
- Fix double scoping of links (#323) [8596639]
13+
14+
[8596639]: https://github.com/germsvel/phoenix_test/commit/8596639
15+
16+
417
## 0.12.0
518

619
### Added
@@ -23,12 +36,6 @@ Changelog
2336
[52e369a]: https://github.com/germsvel/phoenix_test/commit/52e369a
2437
[ee87ae5]: https://github.com/germsvel/phoenix_test/commit/ee87ae5
2538

26-
Noteworthy changes are included here. For a full version of changes, see git
27-
history.
28-
29-
To see dates a version was published, see the [hex package
30-
page](https://hex.pm/packages/phoenix_test)
31-
3239
## 0.11.1
3340

3441
### Improvements

lib/phoenix_test.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ defmodule PhoenixTest do
4040
```elixir
4141
def deps do
4242
[
43-
{:phoenix_test, "~> 0.12.0", only: :test, runtime: false}
43+
{:phoenix_test, "~> 0.12.1", only: :test, runtime: false}
4444
]
4545
end
4646
```

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule PhoenixTest.MixProject do
22
use Mix.Project
33

4-
@version "0.12.0"
4+
@version "0.12.1"
55
@source_url "https://github.com/germsvel/phoenix_test"
66
@description """
77
Write pipeable, fast, and easy-to-read feature tests for your Phoenix apps in

0 commit comments

Comments
 (0)