We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 196228b commit a32a9d6Copy full SHA for a32a9d6
CHANGELOG.md
@@ -1,7 +1,14 @@
1
+0.17.0
2
+------
3
+#### Changes
4
+* Move preferred_cli_env into def cli (#230).
5
+* Update locked dependencies (#232).
6
+* Format code and ensure formatting in CI (#234).
7
+
8
0.16.0
9
------
10
#### Changes
-* Remove exactor dependency (#228)
11
+* Remove exactor dependency (#228).
12
13
0.15.2
14
mix.exs
@@ -2,7 +2,7 @@ defmodule ExVCR.Mixfile do
use Mix.Project
@source_url "https://github.com/parroty/exvcr"
- @version "0.16.0"
+ @version "0.17.0"
def project do
[
0 commit comments