Skip to content

Commit f1ed152

Browse files
Merge pull request kishikawakatsumi#12 from kishikawakatsumi/release_070
Bump version to 0.7.0
2 parents 40b42e2 + 2307270 commit f1ed152

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,20 @@
1212

1313
* None.
1414

15+
## 0.7.0 Release notes (2017-10-31)
16+
17+
##### Breaking
18+
19+
* None.
20+
21+
##### Enhancements
22+
23+
* Pin RealmSwift version to 3.x.
24+
25+
##### Bug Fixes
26+
27+
* None.
28+
1529
## 0.6.1 Release notes (2017-10-31)
1630

1731
##### Breaking

RealmTypeSafeQuery.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = 'RealmTypeSafeQuery'
3-
spec.version = '0.6.1'
3+
spec.version = '0.7.0'
44
spec.summary = 'A type-safe Realm query extensions using Swift 4 Smart KeyPaths'
55
spec.description = <<-DESC
66
RealmTypeSafeQuery provides type safety, code completion and avoidance of typos against `NSPredicate` queries.

RealmTypeSafeQuery/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.6.1</string>
18+
<string>0.7.0</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>NSPrincipalClass</key>

0 commit comments

Comments
 (0)