Skip to content

Commit

Permalink
v0.8.10
Browse files Browse the repository at this point in the history
  • Loading branch information
doorgan authored Dec 4, 2021
1 parent f8ec596 commit fe6f283
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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
[
Expand Down

0 comments on commit fe6f283

Please sign in to comment.