Skip to content

Commit

Permalink
Merge pull request #45 from influxdata/chore/prepare-1.0.1-release
Browse files Browse the repository at this point in the history
🔖 Prepare v1.0.1 release
  • Loading branch information
Randy Coulman authored Mar 9, 2021
2 parents 2fae77e + 5f8d36f commit a7411c3
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/influxdata/mix_test_interactive/compare/v1.0.0...HEAD)
## [Unreleased](https://github.com/influxdata/mix_test_interactive/compare/v1.0.1...HEAD)

## [v1.0.1](https://github.com/influxdata/mix_test_interactive/compare/v1.0.0...v1.0.1)

### Fixed

- Eliminates a GenServer call timeout that can occur if a command is typed while a long-running test run is in progress. ([#44](https://github.com/influxdata/mix_test_interactive/pull/44)).

## [v1.0.0](https://github.com/influxdata/mix_test_interactive/compare/14eb50c742a042de7bfc37c41b8af68d839eb443...v1.0.0)

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 "1.0.0"
@version "1.0.1"
@source_url "https://github.com/influxdata/mix_test_interactive"

def project do
Expand Down

0 comments on commit a7411c3

Please sign in to comment.