We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98bd5c1 commit 22a65deCopy full SHA for 22a65de
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## v1.2.0 - 2024-03-05
4
+
5
+- Relaxed the `file_system` dependency to allow for v1.x.
6
7
## v1.1.2 - 2024-02-08
8
9
- Fixed terminal output text not always being displayed with colors.
mix.exs
@@ -2,7 +2,7 @@ defmodule MixTestWatch.Mixfile do
use Mix.Project
@source_url "https://github.com/lpil/mix-test.watch"
- @version "1.1.2"
+ @version "1.2.0"
def project do
[
0 commit comments