Skip to content

Commit

Permalink
version bump -> 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
igneus committed Jun 28, 2020
1 parent b190c3c commit 451b91b
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 2 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Changelog

## [0.7.1] 2020-06-28

### Fixed

- `SanctoraleFactory.load_with_parents` crashing on files without
metadata
- `Sanctorale#update` prohibiting application of a particular
calendar which moves s celebration contained in the calendar being
updated to an earlier date
(as exemplified by the bundled calendar of diocese of Litoměřice,
Czech Republic: on calendarium-romanum 0.7.0
`CalendariumRomanum::Data['czech-litomerice-cs'].load_with_parents`
raises `ArgumentError` complaining about non-unique celebration symbols)
- broken links in YARD documentation (due to files missing in the
gem archive and basename clashes)

### Changed

- if `Sanctorale#update` raises `ArgumentError` complaining about
non-unique celebration symbols, the updated `Sanctorale` instance
is left in an inconsistent internal state (more than one occurrence
of at least one celebration symbol)
- some additional non-code files (mostly for YARD documentation)
included in the gem archive

## [0.7.0] 2020-06-21

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions lib/calendarium-romanum/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require 'date'

module CalendariumRomanum
VERSION = '0.7.0'.freeze
VERSION = '0.7.1'.freeze

RELEASE_DATE = Date.new(2020, 6, 21).freeze
RELEASE_DATE = Date.new(2020, 6, 28).freeze
end

0 comments on commit 451b91b

Please sign in to comment.