Skip to content

Commit

Permalink
v0.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
doorgan committed Oct 2, 2021
1 parent c8be82d commit 63991b1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.5 (2021-10-1)

### 1. Bug fixes

- [Sourceror] Fixed issue that prevented keyword lists from preserving their
original format in tuples.

## v0.8.4 (2021-09-15)

### 1. Bug fixes
Expand Down
4 changes: 2 additions & 2 deletions 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.4"
@version "0.8.5"

def project do
[
Expand Down Expand Up @@ -74,7 +74,7 @@ defmodule Sourceror.MixProject do
extras: [
"CHANGELOG.md": [title: "Changelog"],
"CONTRIBUTING.md": [title: "Contributing"],
"LICENSE": [title: "License"],
LICENSE: [title: "License"],
"README.md": [title: "Overview"]
],
main: "readme",
Expand Down

0 comments on commit 63991b1

Please sign in to comment.