From f31e99f6901c1aac2ea04adae950d769a1127360 Mon Sep 17 00:00:00 2001 From: Zach Allaun Date: Tue, 17 Dec 2024 12:29:14 -0500 Subject: [PATCH] release: v0.10.1 --- CHANGELOG.md | 6 ++++++ mix.exs | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 707f5af..97642ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.10.1 (2024-12-17) + +### Fixed + + * Fixed a crash that occurred when generating patterns for improper lists ([#105](https://github.com/zachallaun/mneme/issues/105)). + ## v0.10.0 (2024-11-07) ### Added diff --git a/mix.exs b/mix.exs index f25934c..3fcff7c 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.10.0" + def version, do: "0.10.1" def project do [