Skip to content

Commit

Permalink
version bump -> v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
igneus committed Feb 26, 2017
1 parent eb714fe commit f26f3db
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [0.1.0] 2017-02-25

### Fixed
- computing date of Holy Family when there is no Sunday between December 25th and January 1st (by Eddy Mulyono @eddymul)
- missing information for some celebrations added to the General Roman Calendar in English (by Andrea Ferrato @ferra-andre)

### Added
- General Roman Calendar in Italian (by Andrea Ferrato @ferra-andre)
- `CalendariumRomanum::SanctoraleFactory` for loading of layered sanctorale calendars
- `Rank#short_desc` value for unprivileged Sunday and privileged ferial
- Temporale feast titles and some other strings can be translated (gem `i18n` used)

### Changed
- [breaking change] `SanctoraleLoader#load` argument order changed

## [0.0.3] 2016-08-27

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion calendarium-romanum.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ require_relative 'lib/calendarium-romanum/version'
Gem::Specification.new do |s|
s.name = 'calendarium-romanum'
s.version = CalendariumRomanum::VERSION
s.date = '2016-08-20'
s.date = '2017-02-26'
s.summary = 'Roman Catholic liturgical calendar computations'

s.description = "calendar computations according to the Roman Catholic liturgical calendar as instituted by MP Mysterii Paschalis of Paul VI (1969)."
Expand Down
2 changes: 1 addition & 1 deletion lib/calendarium-romanum/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module CalendariumRomanum
VERSION = '0.0.3'
VERSION = '0.1.0'
end

0 comments on commit f26f3db

Please sign in to comment.