From 4735ab15c029192dc40826d53b3d2b2d718fd772 Mon Sep 17 00:00:00 2001 From: Xavier Shay Date: Sun, 16 Sep 2012 12:35:46 -0700 Subject: [PATCH] v2.3.0 --- Gemfile.lock | 2 +- HISTORY.md | 6 ++++++ lib/cane/version.rb | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index de1b0b3..db779f5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - cane (2.2.3) + cane (2.3.0) parallel GEM diff --git a/HISTORY.md b/HISTORY.md index 8ac67dc..c3a3252 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,11 @@ # Cane History +## 2.3.0 - 16 September 2012 (229252ff) + +* Feature: `--json` option for machine-readable output. +* Feature: absence of a README will cause a failure. +* Bugfix: `--no-style` option actually works now. + ## 2.2.3 - 3 September 2012 (e4fe90ee) * Bugfix: Allow multiple spaces before class name. (#34) diff --git a/lib/cane/version.rb b/lib/cane/version.rb index 9a0fa48..a5016e6 100644 --- a/lib/cane/version.rb +++ b/lib/cane/version.rb @@ -1,3 +1,3 @@ module Cane - VERSION = '2.2.3' + VERSION = '2.3.0' end