Skip to content

Commit

Permalink
update changelog, bump podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
DenTelezhkin committed Sep 10, 2016
1 parent 93fbec6 commit 14e78f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@

All notable changes to this project will be documented in this file.

## Master
## [4.8.0](https://github.com/DenHeadless/DTTableViewManager/releases/tag/4.8.0)

### Changed

* Support for building in both Swift 2.2 and Swift 2.3
* Now all view registration methods use `NSBundle(forClass:)` constructor, instead of falling back on `DTTableViewManager` `viewBundle` property. This allows having cells from separate bundles or frameworks to be used with single `DTTableViewManager` instance.

### Deprecations
Expand Down
2 changes: 1 addition & 1 deletion DTTableViewManager.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'DTTableViewManager'
s.version = '4.7.0'
s.version = '4.8.0'
s.license = 'MIT'
s.summary = 'Protocol-oriented UITableView management, powered by generics and associated types.'
s.homepage = 'https://github.com/DenHeadless/DTTableViewManager'
Expand Down

0 comments on commit 14e78f6

Please sign in to comment.