Skip to content

Commit

Permalink
release: v0.9.0-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zachallaun committed Jul 17, 2024
1 parent 3fbc482 commit df111d3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

This format is based on [Keep a Changelog](https://keepachangelog.com) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## v0.9.0-alpha.0 (2024-07-17)

### Added

* `mix mneme.watch`, a test runner that watches source files for changes and automatically re-runs your tests. It's Mneme-aware, which means it can interrupt prompts and save already-accepted tests if a file system change is detected mid-run.

## v0.8.2 (2024-07-11)

### Added
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Mneme.MixProject do
@app :mneme
@source_url "https://github.com/zachallaun/mneme"

def version, do: "0.9.0-dev"
def version, do: "0.9.0-alpha.0"

def project do
[
Expand Down

0 comments on commit df111d3

Please sign in to comment.