diff --git a/CHANGELOG.md b/CHANGELOG.md index dc32f4da..14d648e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,25 @@ * None. +## 0.7.1 Release notes (2017-06-01) + +##### Breaking + +* None. + +##### Enhancements + +* Add an initializer that makes `CellRange` from `IndexPath`. + [#71](https://github.com/kishikawakatsumi/SpreadsheetView/pull/71) + +##### Bug Fixes + +* Fixed an issue that spreadsheet view doesn't render merged cells correctly. + [#69](https://github.com/kishikawakatsumi/SpreadsheetView/pull/69) + +* Fixed an issue where the `rectForItem(at:)` method returns incorrect values for merged cells. + [#70](https://github.com/kishikawakatsumi/SpreadsheetView/pull/70) + ## 0.7.0 Release notes (2017-05-29) ##### Breaking @@ -26,10 +45,10 @@ ##### Bug Fixes * Fixed an issue that behavior when adding subviews to spreadsheet view directly is not intuitive. - https://github.com/kishikawakatsumi/SpreadsheetView/pull/57 + [#57](https://github.com/kishikawakatsumi/SpreadsheetView/pull/57) * Reset table view frame when reloading. - https://github.com/kishikawakatsumi/SpreadsheetView/pull/60 + [#60](https://github.com/kishikawakatsumi/SpreadsheetView/pull/60) ## 0.6.4 Release notes (2017-05-25) diff --git a/Framework/Sources/Info.plist b/Framework/Sources/Info.plist index c39e41fb..dcea8eed 100644 --- a/Framework/Sources/Info.plist +++ b/Framework/Sources/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 0.7.0 + 0.7.1 CFBundleVersion $(CURRENT_PROJECT_VERSION) NSPrincipalClass diff --git a/SpreadsheetView.podspec b/SpreadsheetView.podspec index 9f3774d9..0f8ba339 100644 --- a/SpreadsheetView.podspec +++ b/SpreadsheetView.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'SpreadsheetView' - s.version = '0.7.0' + s.version = '0.7.1' s.summary = 'Full configurable spreadsheet view user interfaces for iOS applications.' s.description = <<-DESC Full configurable spreadsheet view user interfaces for iOS applications. With this framework,