From 63991b1e597c030e5618d50ec3b9e3ae4bddb19f Mon Sep 17 00:00:00 2001 From: Dorgan Date: Sat, 2 Oct 2021 01:57:45 +0000 Subject: [PATCH] v0.8.5 --- CHANGELOG.md | 7 +++++++ mix.exs | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ef6f11..04caf1c 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.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 diff --git a/mix.exs b/mix.exs index b2a1337..cff471c 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.4" + @version "0.8.5" def project do [ @@ -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",