From 56f181c4de9858bf3221dad0762875c3c4fdc12f Mon Sep 17 00:00:00 2001 From: Dorgan Date: Sat, 27 Nov 2021 04:38:39 +0000 Subject: [PATCH] v0.8.8 --- CHANGELOG.md | 7 +++++++ mix.exs | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d27ecc..7faa195 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ 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). +## v0.8.8 (2021-11-27) + +### 1. Bug fixes + +- [Sourceror] Fixed issues that caused comments to be misplaced. +- [Sourceror] Updated internal normalizer to match latest Elixir 1.13 version. + ## v0.8.7 (2021-10-23) ### 1. Bug fixes diff --git a/mix.exs b/mix.exs index d294e68..412bf07 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 "0.8.7" + @version "0.8.8" def project do [