Skip to content

Commit ebbc9ad

Browse files
authored
Update the CHANGELOG to correctly display what has been changed for the 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
1 parent 5bb5a7a commit ebbc9ad

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,16 @@ The changelog for **SwifterSwift**. Also see the [releases](https://github.com/S
1212

1313
---
1414

15+
# [v4.6.0](https://github.com/SwifterSwift/SwifterSwift/releases/tag/4.6.0)
16+
17+
### Added
18+
- **UIView**
19+
- 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)
20+
### Fixed
21+
- Fixed Cocoapods installation setting the correct Swift version
22+
23+
---
24+
1525
# [v4.5.0](https://github.com/SwifterSwift/SwifterSwift/releases/tag/4.5.0)
1626

1727
### Added
@@ -33,7 +43,6 @@ The changelog for **SwifterSwift**. Also see the [releases](https://github.com/S
3343
- **UIView**
3444
- 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)
3545
- 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)
36-
- 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)
3746
- **UIViewController**
3847
- Added `addChildViewController(_:toContainerView)` to easily add child view controllers. Accepts a `UIViewController` and a `UIView` to add the child's view to.
3948
- Added `removeViewAndControllerFromParentViewController()` to remove a `UIViewController` from its parent.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
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.
2020

2121

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

2424
## Requirements:
2525
- **iOS** 8.0+ / **tvOS** 9.0+ / **watchOS** 2.0+ / **macOS** 10.10+ / **Ubuntu** 14.04+

SwifterSwift.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'SwifterSwift'
3-
s.version = '4.5.0'
3+
s.version = '4.6.0'
44
s.summary = 'A handy collection of more than 500 native Swift extensions to boost your productivity.'
55
s.description = <<-DESC
66
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.

0 commit comments

Comments
 (0)