File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
- All notable changes to this project will be documented in this file.
3
2
4
- ---
3
+ ## [ 0.2.0] ( https://github.com/garriguv/SQLiteMigrationManager.swift/releases/tag/0.2.0 )
4
+
5
+ * Drop iOS 8 support.
5
6
6
7
## [ 0.1.0] ( https://github.com/garriguv/SQLiteMigrationManager.swift/releases/tag/0.1.0 )
7
8
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = "SQLiteMigrationManager.swift"
3
- s . version = "0.1 .0"
3
+ s . version = "0.2 .0"
4
4
s . summary = "Migration manager for SQLite.swift"
5
5
s . description = <<-DESC
6
6
Migration manager for SQLite.swift, based on FMDBMigrationManager.
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >FMWK </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >0.0.2 </string >
18
+ <string >0.2.0 </string >
19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleVersion </key >
You can’t perform that action at this time.
0 commit comments