We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 971d7c8 commit f5f1e67Copy full SHA for f5f1e67
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+0.15.1
2
+------
3
+#### Changes
4
+* Fix upstream warnings under Elixir 1.16 (#215).
5
+
6
0.15.0
7
------
8
#### Enhancements
mix.exs
@@ -2,7 +2,7 @@ defmodule ExVCR.Mixfile do
use Mix.Project
@source_url "https://github.com/parroty/exvcr"
- @version "0.15.0"
+ @version "0.15.1"
def project do
[
0 commit comments