Skip to content

Commit

Permalink
v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
doorgan authored Jun 12, 2021
1 parent aa4d157 commit 2c7a13d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
# Changelog for Sourceror v0.6.0
# Changelog for Sourceror v0.6

This release introduces some **breaking changes**, as the way comments are
handled by the library has been fundamentally changed.

## v0.6.1

### 1. Bug fixes
* [Sourceror] - `to_string` no longer escape the escaped sequences twice.
* [Sourceror] - Backported a bugfix in the Elixir normalizer related to
parenthesis in calls with do blocks.

## v0.6.0

### 1. Enhancements
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Add `:sourceror` as a dependency to your project's `mix.exs`:
```elixir
defp deps do
[
{:sourceror, "~> 0.6.0"}
{:sourceror, "~> 0.6.1"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Sourceror.MixProject do
use Mix.Project

@version "0.6.0"
@version "0.6.1"
@repo_url "https://github.com/doorgan/sourceror"

def project do
Expand Down

0 comments on commit 2c7a13d

Please sign in to comment.