Skip to content

Commit

Permalink
Merge pull request #72 from kishikawakatsumi/release-071
Browse files Browse the repository at this point in the history
Bump version to 0.7.1
  • Loading branch information
kishikawakatsumi committed Jun 1, 2017
2 parents 654f7b9 + 9a867a0 commit 6ed5175
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 4 deletions.
23 changes: 21 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion Framework/Sources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.7.0</string>
<string>0.7.1</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down
2 changes: 1 addition & 1 deletion SpreadsheetView.podspec
Original file line number Diff line number Diff line change
@@ -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,
Expand Down

0 comments on commit 6ed5175

Please sign in to comment.