From 38be5c7d881d2f47205abf816d3a6b9e5b89a725 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Pavl=C3=ADk?= Date: Sat, 27 Aug 2016 12:34:59 +0200 Subject: [PATCH] version bump -> 0.0.3 --- CHANGELOG.md | 11 ++++++++++- lib/calendarium-romanum/version.rb | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index adb261ba..eeb5094a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog -## [0.0.2] 2016-08-27 +## [0.0.3] 2016-08-27 + +### Fixed +- fatal constant reference bug in `Temporale` +- the specs that covered it + +## [0.0.2] 2016-08-27 YANKED + +release yanked, as it contained a fatal bug in `Temporale`, +resulting in `NameError` being raised on each initialization ### Fixed - all celebrations handled by `Temporale` purged from the sanctorale diff --git a/lib/calendarium-romanum/version.rb b/lib/calendarium-romanum/version.rb index 22809638..15f9390b 100644 --- a/lib/calendarium-romanum/version.rb +++ b/lib/calendarium-romanum/version.rb @@ -1,3 +1,3 @@ module CalendariumRomanum - VERSION = '0.0.2' + VERSION = '0.0.3' end