Skip to content

Commit

Permalink
🏷️ Prepare v4.1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
randycoulman committed Sep 28, 2024
1 parent da88d6b commit 1787718
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <files_or_patterns...>` 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

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 1787718

Please sign in to comment.