Skip to content

Commit

Permalink
Update the CHANGELOG to correctly display what has been changed for t…
Browse files Browse the repository at this point in the history
…he latest version (#569)

* Update the CHANGELOG to correctly display what has been changed for the latest version
Close the version to create a public release

* Update README and podspec for v4.6.0
  • Loading branch information
guykogus committed Sep 28, 2018
1 parent 5bb5a7a commit ebbc9ad
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,16 @@ The changelog for **SwifterSwift**. Also see the [releases](https://github.com/S

---

# [v4.6.0](https://github.com/SwifterSwift/SwifterSwift/releases/tag/4.6.0)

### Added
- **UIView**
- Added `ancestorView(where:)` and `ancestorView(withClass:)` to search for a view in the superviews. [#560](https://github.com/SwifterSwift/SwifterSwift/pull/560) by [overovermind](https://github.com/overovermind)
### Fixed
- Fixed Cocoapods installation setting the correct Swift version

---

# [v4.5.0](https://github.com/SwifterSwift/SwifterSwift/releases/tag/4.5.0)

### Added
Expand All @@ -33,7 +43,6 @@ The changelog for **SwifterSwift**. Also see the [releases](https://github.com/S
- **UIView**
- Added `addGestureRecognizers(_:)` which accepts an array of `UIGestureRecognizer` to add multiple gesture recognizers to a view with one call. [#523](https://github.com/SwifterSwift/SwifterSwift/pull/523) by [moyerr](https://github.com/moyerr)
- Added `removeGestureRecognizers(_:)` which accepts an array of `UIGestureRecognizer` to remove multiple gesture recognizers from a view with one call. [#523](https://github.com/SwifterSwift/SwifterSwift/pull/523) by [moyerr](https://github.com/moyerr)
- Added `ancestorView(where:)` and `ancestorView(withClass:)` to search for a view in the superviews. [#560](https://github.com/SwifterSwift/SwifterSwift/pull/560) by [overovermind](https://github.com/overovermind)
- **UIViewController**
- Added `addChildViewController(_:toContainerView)` to easily add child view controllers. Accepts a `UIViewController` and a `UIView` to add the child's view to.
- Added `removeViewAndControllerFromParentViewController()` to remove a `UIViewController` from its parent.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
SwifterSwift is a collection of **over 500 native Swift extensions**, with handy methods, syntactic sugar, and performance improvements for wide range of primitive data types, UIKit and Cocoa classes –over 500 in 1– for iOS, macOS, tvOS, watchOS and Linux.


### [Whats New in v4.5.0?](https://github.com/SwifterSwift/SwifterSwift/blob/master/CHANGELOG.md#v450)
### [Whats New in v4.6.0?](https://github.com/SwifterSwift/SwifterSwift/blob/master/CHANGELOG.md#v460)

## Requirements:
- **iOS** 8.0+ / **tvOS** 9.0+ / **watchOS** 2.0+ / **macOS** 10.10+ / **Ubuntu** 14.04+
Expand Down
2 changes: 1 addition & 1 deletion SwifterSwift.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'SwifterSwift'
s.version = '4.5.0'
s.version = '4.6.0'
s.summary = 'A handy collection of more than 500 native Swift extensions to boost your productivity.'
s.description = <<-DESC
SwifterSwift is a collection of over 500 native Swift extensions, with handy methods, syntactic sugar, and performance improvements for wide range of primitive data types, UIKit and Cocoa classes –over 500 in 1– for iOS, macOS, tvOS and watchOS.
Expand Down

0 comments on commit ebbc9ad

Please sign in to comment.