File tree Expand file tree Collapse file tree 5 files changed +9
-5
lines changed
SQLiteMigrationManager iOS
SQLiteMigrationManager macOS Expand file tree Collapse file tree 5 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## [ 0.7.0] ( https://github.com/garriguv/SQLiteMigrationManager.swift/releases/tag/0.7.0 )
4
+
5
+ * Update SQLite.swift to ` 0.12.0 ` . (@ypopovych )
6
+
3
7
## [ 0.6.0] ( https://github.com/garriguv/SQLiteMigrationManager.swift/releases/tag/0.6.0 )
4
8
5
- * Update SQLite.swift to ` 0.11.6 `
9
+ * Update SQLite.swift to ` 0.11.6 ` .
6
10
* Compatible with Xcode ` 10.2 ` .
7
11
8
12
## [ 0.5.0] ( https://github.com/garriguv/SQLiteMigrationManager.swift/releases/tag/0.5.0 )
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ SQLiteMigrationManager.swift is availabel through [Swift Package Manager](https:
122
122
To install it, add the following dependency to your ` Package.swift ` file:
123
123
124
124
``` swift
125
- .package (url : " https://github.com/garriguv/SQLiteMigrationManager.swift.git" , from : " 0.6 .0" )
125
+ .package (url : " https://github.com/garriguv/SQLiteMigrationManager.swift.git" , from : " 0.7 .0" )
126
126
```
127
127
128
128
## Contributing
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.6.1 </string >
18
+ <string >0.7.0 </string >
19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleVersion </key >
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.6.1 </string >
18
+ <string >0.7.0 </string >
19
19
<key >CFBundleVersion </key >
20
20
<string >$(CURRENT_PROJECT_VERSION) </string >
21
21
<key >NSHumanReadableCopyright </key >
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.6.1 "
3
+ s . version = "0.7.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.
You can’t perform that action at this time.
0 commit comments