From fe6f28337f95c4f921a7b6d0c08456213c89c774 Mon Sep 17 00:00:00 2001 From: Dorgan Date: Sat, 4 Dec 2021 13:38:28 +0000 Subject: [PATCH] v0.8.10 --- CHANGELOG.md | 11 +++++++++-- mix.exs | 2 +- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e38c1b..9cbc286 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,13 +5,20 @@ 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.10 (2021-12-04) + +### 1. Bug fixes + +- [Sourceror] Fixed comment spacing on binary operators +- [Sourceror] Take comment end of line counts into account to preserve spacing + ## v0.8.9 (2021-12-02) -### Enhancements +### 1. Enhancements - [Sourceror] Updated internal normalizer to match latest Elixir 1.13 version -### 1. Bug fixes +### 2. Bug fixes - [Sourceror] Fixed an issue that caused comments in lists to be misplaced diff --git a/mix.exs b/mix.exs index 149550f..50e361b 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.9" + @version "0.8.10" def project do [