From 8e0c86bb368fa8693763493f29b7a6d8083fd4d9 Mon Sep 17 00:00:00 2001 From: Zach Allaun Date: Thu, 20 Jun 2024 13:22:50 -0400 Subject: [PATCH] release: v0.8.0 --- CHANGELOG.md | 3 ++- docs/reporting_bugs.md | 2 +- mix.exs | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a6b5e9f..6475d1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/docs/reporting_bugs.md b/docs/reporting_bugs.md index 45fe56e..aebc2e4 100644 --- a/docs/reporting_bugs.md +++ b/docs/reporting_bugs.md @@ -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"}, ... ]) diff --git a/mix.exs b/mix.exs index d5f2e09..8d40c7a 100644 --- a/mix.exs +++ b/mix.exs @@ -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 [