Skip to content

Commit 9a30ae4

Browse files
Version bump 5.2.1 (#2011)
1 parent 41bbb0a commit 9a30ae4

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# Change Log
22
All notable changes to this project will be documented in this file.
33

4+
### [5.2.1](https://github.com/xmartlabs/Eureka/releases/tag/5.2.1)
5+
6+
* Mark `tableView:editActionsForRowAt` as deprecated (#2000)
7+
* Removes unwanted assertionFailure Core.swift Navigation (#1998)
8+
* Fix for crash in iOS 13.4 with Xcode 11.4 (#2008)
9+
410
### [5.2.0](https://github.com/xmartlabs/Eureka/releases/tag/5.2.0)
511

612
* *Support for Swift Package Manager* (#1976)

Eureka.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 = 'Eureka'
3-
s.version = '5.2.0'
3+
s.version = '5.2.1'
44
s.license = 'MIT'
55
s.summary = 'Elegant iOS Forms in pure Swift'
66
s.homepage = 'https://github.com/xmartlabs/Eureka'

Eureka.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -727,7 +727,7 @@
727727
INFOPLIST_FILE = Source/Info.plist;
728728
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
729729
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
730-
MARKETING_VERSION = 5.1.0;
730+
MARKETING_VERSION = 5.2.1;
731731
PRODUCT_BUNDLE_IDENTIFIER = com.xmartlabs.Eureka;
732732
PRODUCT_NAME = "$(TARGET_NAME)";
733733
SKIP_INSTALL = YES;
@@ -751,7 +751,7 @@
751751
INFOPLIST_FILE = Source/Info.plist;
752752
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
753753
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
754-
MARKETING_VERSION = 5.1.0;
754+
MARKETING_VERSION = 5.2.1;
755755
PRODUCT_BUNDLE_IDENTIFIER = com.xmartlabs.Eureka;
756756
PRODUCT_NAME = "$(TARGET_NAME)";
757757
SKIP_INSTALL = YES;

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1075,7 +1075,7 @@ $ pod install
10751075
After you set up your `Package.swift` manifest file, you can add Eureka as a dependency by adding it to the dependencies value of your `Package.swift`.
10761076

10771077
dependencies: [
1078-
.package(url: "https://github.com/xmartlabs/Eureka.git", from: "5.2.0")
1078+
.package(url: "https://github.com/xmartlabs/Eureka.git", from: "5.2.1")
10791079
]
10801080

10811081

0 commit comments

Comments
 (0)