Skip to content

Commit 22a65de

Browse files
committed
v1.2.0
1 parent 98bd5c1 commit 22a65de

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## v1.2.0 - 2024-03-05
4+
5+
- Relaxed the `file_system` dependency to allow for v1.x.
6+
37
## v1.1.2 - 2024-02-08
48

59
- Fixed terminal output text not always being displayed with colors.

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule MixTestWatch.Mixfile do
22
use Mix.Project
33

44
@source_url "https://github.com/lpil/mix-test.watch"
5-
@version "1.1.2"
5+
@version "1.2.0"
66

77
def project do
88
[

0 commit comments

Comments
 (0)