From f8617bc8eb578cc558ea5eebad465ca7dbffa64b Mon Sep 17 00:00:00 2001 From: Dorgan Date: Thu, 4 Jan 2024 22:18:55 -0300 Subject: [PATCH] Prepare for v1.0.1 (#119) --- CHANGELOG.md | 6 ++++++ mix.exs | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 468ce05..043720a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## v1.0.1 (2024-01-04) + +### 1. Bug fixes + - [Sourceror] Fix `Sourceror.get_range` returning incorrect ranges for + anonymous functions with empty bodies + ## v1.0.0 (2023-12-28) ### 1. Bug fixes diff --git a/mix.exs b/mix.exs index f86adc3..46df7db 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule Sourceror.MixProject do use Mix.Project @repo_url "https://github.com/doorgan/sourceror" - @version "1.0.0" + @version "1.0.1" def project do [