From 604c41ebb108c229851bb89dd3deb869b68203ce Mon Sep 17 00:00:00 2001 From: Brujo Benavides Date: Wed, 6 Oct 2021 08:29:23 +0200 Subject: [PATCH] Bump Version to 1.3.0 --- CHANGELOG.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c7a2865e..fef0da86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # Changelog +## [1.3.0](https://github.com/inaka/elvis_core/tree/1.3.0) (2021-10-06) + +[Full Changelog](https://github.com/inaka/elvis_core/compare/1.2.0...1.3.0) + +**Implemented enhancements:** + +- Run CI on a Windows container [\#180](https://github.com/inaka/elvis_core/issues/180) + +**Closed issues:** + +- Document numeric\_format [\#211](https://github.com/inaka/elvis_core/issues/211) +- New rule \(?\) behavior vs. behaviour [\#210](https://github.com/inaka/elvis_core/issues/210) +- \[New Rule\] Disallow numbers with underscores in them [\#208](https://github.com/inaka/elvis_core/issues/208) +- Handle Windows newlines gracefully [\#205](https://github.com/inaka/elvis_core/issues/205) + +**Merged pull requests:** + +- Fix 210: New rule for behavior vs behaviour. [\#212](https://github.com/inaka/elvis_core/pull/212) ([jackyhui96](https://github.com/jackyhui96)) +- Fix \#208: New rule for numeric format [\#209](https://github.com/inaka/elvis_core/pull/209) ([elbrujohalcon](https://github.com/elbrujohalcon)) +- CI over Windows [\#207](https://github.com/inaka/elvis_core/pull/207) ([paulo-ferraz-oliveira](https://github.com/paulo-ferraz-oliveira)) +- Handle Windows line endings gracefully [\#206](https://github.com/inaka/elvis_core/pull/206) ([g-andrade](https://github.com/g-andrade)) + ## [1.2.0](https://github.com/inaka/elvis_core/tree/1.2.0) (2021-07-28) [Full Changelog](https://github.com/inaka/elvis_core/compare/1.1.2...1.2.0)