Skip to content

Commit

Permalink
release: v0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zachallaun committed Dec 17, 2024
1 parent 2fa8ee1 commit f31e99f
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.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
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.10.0"
def version, do: "0.10.1"

def project do
[
Expand Down

0 comments on commit f31e99f

Please sign in to comment.