From 17877189bf23b59be7c78e4c2e85a1e1b2b22d67 Mon Sep 17 00:00:00 2001 From: Randy Coulman Date: Sat, 28 Sep 2024 11:56:00 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=8F=B7=EF=B8=8F=20Prepare=20v4.1.1=20rele?= =?UTF-8?q?ase?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 8 +++++++- mix.exs | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 38890be..068b836 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased](https://github.com/randycoulman/mix_test_interactive/compare/v4.1.0...HEAD) +## [Unreleased](https://github.com/randycoulman/mix_test_interactive/compare/v4.1.1...HEAD) + +## [v4.1.0](https://github.com/randycoulman/mix_test_interactive/compare/v4.1.0...v4.1.1) - 2024-09-28 + +### Fixed + +- Properly handle `mix test.interactive ` case. The new command-line parsing added in v4.0 was not properly capturing the filenames/patterns and passing them on to `mix test`. ([#123](https://github.com/randycoulman/mix_test_interactive/pull/123) - Thanks [@jfpedroza](https://github.com/jfpedroza) for finding and reporting the bug!) ## [v4.1.0](https://github.com/randycoulman/mix_test_interactive/compare/v4.0.0...v4.1.0) - 2024-09-21 diff --git a/mix.exs b/mix.exs index 2788b38..afa0314 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule MixTestInteractive.MixProject do use Mix.Project - @version "4.1.0" + @version "4.1.1" @source_url "https://github.com/randycoulman/mix_test_interactive" def project do