Skip to content

Commit

Permalink
🔖 Prepare 2.0.4 release (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
randycoulman authored Mar 5, 2024
1 parent 4ab110a commit 4272f69
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,14 @@ 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/v2.0.3...HEAD)
## [Unreleased](https://github.com/randycoulman/mix_test_interactive/compare/v2.0.4...HEAD)

## [v2.0.4](https://github.com/randycoulman/mix_test_interactive/compare/v2.0.3...v2.0.4) - 2024-03-04

### Fixed

- Ignore some filesystem events emitted by inotify. Some events are triggered later than others and end up causing the tests to run twice for a single file change. ([#86](https://github.com/randycoulman/mix_test_interactive/pull/86) - Thanks
[@jwilger](https://github.com/jwilger)!)

## [v2.0.3](https://github.com/randycoulman/mix_test_interactive/compare/v2.0.2...v2.0.3) - 2024-01-27

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 "2.0.3"
@version "2.0.4"
@source_url "https://github.com/randycoulman/mix_test_interactive"

def project do
Expand Down

0 comments on commit 4272f69

Please sign in to comment.