Skip to content

Commit

Permalink
release: v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zachallaun committed Jun 20, 2024
1 parent 5560f83 commit 8e0c86b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +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).

## Unreleased
## v0.8.0 (2024-06-20)

### Added

* [@am-kantox](https://github.com/am-kantox) - Variables bound in `auto_assert` patterns remain in scope ([#1](https://github.com/zachallaun/mneme/issues/1)).
* Print a warning when an auto-assertion that will always succeed is encountered.

## v0.7.0 (2024-05-27)

Expand Down
2 changes: 1 addition & 1 deletion docs/reporting_bugs.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ When possible, use this to create a single script that reproduces the bug.

Mix.install([
# use exact versions from your mix.lock
{:mneme, "0.6.0"},
{:mneme, "0.8.0"},
...
])

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.7.0"
def version, do: "0.8.0"

def project do
[
Expand Down

0 comments on commit 8e0c86b

Please sign in to comment.