Skip to content

Commit

Permalink
[9.0.2] release prep
Browse files Browse the repository at this point in the history
  • Loading branch information
jessesquires committed May 9, 2020
1 parent 65a2865 commit 048db2f
Show file tree
Hide file tree
Showing 20 changed files with 31 additions and 24 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Expand Up @@ -7,6 +7,13 @@ The changelog for `JSQCoreDataKit`. Also see the [releases](https://github.com/j
NEXT
-----

> TBD
9.0.2
-----

This release closes the [9.0.2 milestone](https://github.com/jessesquires/JSQCoreDataKit/milestone/19?closed=1).

### New

- Support for Swift Package Manager
Expand All @@ -15,7 +22,7 @@ NEXT

- Upgraded to Swift 5.2
- Upgraded to Xcode 11.4
- Upgraded to SwiftLint 0.39.1
- Upgraded to SwiftLint 0.39.2

9.0.1
-----
Expand Down
2 changes: 1 addition & 1 deletion JSQCoreDataKit.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'JSQCoreDataKit'
s.version = '9.0.1'
s.version = '9.0.2'
s.license = 'MIT'

s.summary = 'A swifter Core Data stack'
Expand Down
4 changes: 2 additions & 2 deletions JSQCoreDataKit.xcodeproj/project.pbxproj
Expand Up @@ -501,7 +501,7 @@
INFOPLIST_FILE = Sources/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MARKETING_VERSION = 9.0.1;
MARKETING_VERSION = 9.0.2;
PRODUCT_BUNDLE_IDENTIFIER = "com.hexedbits.$(PRODUCT_NAME:rfc1034identifier)";
SKIP_INSTALL = YES;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
Expand Down Expand Up @@ -529,7 +529,7 @@
INFOPLIST_FILE = Sources/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MARKETING_VERSION = 9.0.1;
MARKETING_VERSION = 9.0.2;
PRODUCT_BUNDLE_IDENTIFIER = "com.hexedbits.$(PRODUCT_NAME:rfc1034identifier)";
SKIP_INSTALL = YES;
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -38,7 +38,7 @@ This library aims to do the following:
### [CocoaPods](http://cocoapods.org)

````ruby
pod 'JSQCoreDataKit', '~> 9.0.0'
pod 'JSQCoreDataKit', '~> 9.0.2'

# develop branch
pod 'JSQCoreDataKit', :git => 'https://github.com/jessesquires/JSQCoreDataKit.git', :branch => 'develop'
Expand All @@ -50,7 +50,7 @@ Add `JSQCoreDataKit` to the `dependencies` value of your `Package.swift`.

```swift
dependencies: [
.package(url: "https://github.com/jessesquires/JSQCoreDataKit.git", from: "9.0.0")
.package(url: "https://github.com/jessesquires/JSQCoreDataKit.git", from: "9.0.2")
]
```

Expand Down
2 changes: 1 addition & 1 deletion docs/Classes.html
Expand Up @@ -14,7 +14,7 @@
<a title="Classes Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="index.html">JSQCoreDataKit 9.0.1 Docs</a> (100% documented)</p>
<p><a href="index.html">JSQCoreDataKit 9.0.2 Docs</a> (100% documented)</p>
<p class="header-right"><a href="https://github.com/jessesquires/JSQCoreDataKit"><img src="img/gh.png"/>View on GitHub</a></p>
</div>
</header>
Expand Down
2 changes: 1 addition & 1 deletion docs/Classes/CoreDataStack.html
Expand Up @@ -14,7 +14,7 @@
<a title="CoreDataStack Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">JSQCoreDataKit 9.0.1 Docs</a> (100% documented)</p>
<p><a href="../index.html">JSQCoreDataKit 9.0.2 Docs</a> (100% documented)</p>
<p class="header-right"><a href="https://github.com/jessesquires/JSQCoreDataKit"><img src="../img/gh.png"/>View on GitHub</a></p>
</div>
</header>
Expand Down
2 changes: 1 addition & 1 deletion docs/Enums.html
Expand Up @@ -14,7 +14,7 @@
<a title="Enumerations Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="index.html">JSQCoreDataKit 9.0.1 Docs</a> (100% documented)</p>
<p><a href="index.html">JSQCoreDataKit 9.0.2 Docs</a> (100% documented)</p>
<p class="header-right"><a href="https://github.com/jessesquires/JSQCoreDataKit"><img src="img/gh.png"/>View on GitHub</a></p>
</div>
</header>
Expand Down
2 changes: 1 addition & 1 deletion docs/Enums/MigrationError.html
Expand Up @@ -14,7 +14,7 @@
<a title="MigrationError Enumeration Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">JSQCoreDataKit 9.0.1 Docs</a> (100% documented)</p>
<p><a href="../index.html">JSQCoreDataKit 9.0.2 Docs</a> (100% documented)</p>
<p class="header-right"><a href="https://github.com/jessesquires/JSQCoreDataKit"><img src="../img/gh.png"/>View on GitHub</a></p>
</div>
</header>
Expand Down
2 changes: 1 addition & 1 deletion docs/Enums/ModelFileExtension.html
Expand Up @@ -14,7 +14,7 @@
<a title="ModelFileExtension Enumeration Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">JSQCoreDataKit 9.0.1 Docs</a> (100% documented)</p>
<p><a href="../index.html">JSQCoreDataKit 9.0.2 Docs</a> (100% documented)</p>
<p class="header-right"><a href="https://github.com/jessesquires/JSQCoreDataKit"><img src="../img/gh.png"/>View on GitHub</a></p>
</div>
</header>
Expand Down
2 changes: 1 addition & 1 deletion docs/Enums/StoreType.html
Expand Up @@ -14,7 +14,7 @@
<a title="StoreType Enumeration Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">JSQCoreDataKit 9.0.1 Docs</a> (100% documented)</p>
<p><a href="../index.html">JSQCoreDataKit 9.0.2 Docs</a> (100% documented)</p>
<p class="header-right"><a href="https://github.com/jessesquires/JSQCoreDataKit"><img src="../img/gh.png"/>View on GitHub</a></p>
</div>
</header>
Expand Down
2 changes: 1 addition & 1 deletion docs/Extensions.html
Expand Up @@ -14,7 +14,7 @@
<a title="Extensions Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="index.html">JSQCoreDataKit 9.0.1 Docs</a> (100% documented)</p>
<p><a href="index.html">JSQCoreDataKit 9.0.2 Docs</a> (100% documented)</p>
<p class="header-right"><a href="https://github.com/jessesquires/JSQCoreDataKit"><img src="img/gh.png"/>View on GitHub</a></p>
</div>
</header>
Expand Down
2 changes: 1 addition & 1 deletion docs/Extensions/NSManagedObjectContext.html
Expand Up @@ -14,7 +14,7 @@
<a title="NSManagedObjectContext Extension Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">JSQCoreDataKit 9.0.1 Docs</a> (100% documented)</p>
<p><a href="../index.html">JSQCoreDataKit 9.0.2 Docs</a> (100% documented)</p>
<p class="header-right"><a href="https://github.com/jessesquires/JSQCoreDataKit"><img src="../img/gh.png"/>View on GitHub</a></p>
</div>
</header>
Expand Down
2 changes: 1 addition & 1 deletion docs/Guides.html
Expand Up @@ -14,7 +14,7 @@
<a title="Guides Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="index.html">JSQCoreDataKit 9.0.1 Docs</a> (100% documented)</p>
<p><a href="index.html">JSQCoreDataKit 9.0.2 Docs</a> (100% documented)</p>
<p class="header-right"><a href="https://github.com/jessesquires/JSQCoreDataKit"><img src="img/gh.png"/>View on GitHub</a></p>
</div>
</header>
Expand Down
2 changes: 1 addition & 1 deletion docs/Protocols.html
Expand Up @@ -14,7 +14,7 @@
<a title="Protocols Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="index.html">JSQCoreDataKit 9.0.1 Docs</a> (100% documented)</p>
<p><a href="index.html">JSQCoreDataKit 9.0.2 Docs</a> (100% documented)</p>
<p class="header-right"><a href="https://github.com/jessesquires/JSQCoreDataKit"><img src="img/gh.png"/>View on GitHub</a></p>
</div>
</header>
Expand Down
2 changes: 1 addition & 1 deletion docs/Protocols/CoreDataEntityProtocol.html
Expand Up @@ -14,7 +14,7 @@
<a title="CoreDataEntityProtocol Protocol Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">JSQCoreDataKit 9.0.1 Docs</a> (100% documented)</p>
<p><a href="../index.html">JSQCoreDataKit 9.0.2 Docs</a> (100% documented)</p>
<p class="header-right"><a href="https://github.com/jessesquires/JSQCoreDataKit"><img src="../img/gh.png"/>View on GitHub</a></p>
</div>
</header>
Expand Down
2 changes: 1 addition & 1 deletion docs/Structs.html
Expand Up @@ -14,7 +14,7 @@
<a title="Structures Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="index.html">JSQCoreDataKit 9.0.1 Docs</a> (100% documented)</p>
<p><a href="index.html">JSQCoreDataKit 9.0.2 Docs</a> (100% documented)</p>
<p class="header-right"><a href="https://github.com/jessesquires/JSQCoreDataKit"><img src="img/gh.png"/>View on GitHub</a></p>
</div>
</header>
Expand Down
2 changes: 1 addition & 1 deletion docs/Structs/CoreDataModel.html
Expand Up @@ -14,7 +14,7 @@
<a title="CoreDataModel Structure Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">JSQCoreDataKit 9.0.1 Docs</a> (100% documented)</p>
<p><a href="../index.html">JSQCoreDataKit 9.0.2 Docs</a> (100% documented)</p>
<p class="header-right"><a href="https://github.com/jessesquires/JSQCoreDataKit"><img src="../img/gh.png"/>View on GitHub</a></p>
</div>
</header>
Expand Down
2 changes: 1 addition & 1 deletion docs/Structs/CoreDataStackProvider.html
Expand Up @@ -14,7 +14,7 @@
<a title="CoreDataStackProvider Structure Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">JSQCoreDataKit 9.0.1 Docs</a> (100% documented)</p>
<p><a href="../index.html">JSQCoreDataKit 9.0.2 Docs</a> (100% documented)</p>
<p class="header-right"><a href="https://github.com/jessesquires/JSQCoreDataKit"><img src="../img/gh.png"/>View on GitHub</a></p>
</div>
</header>
Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started.html
Expand Up @@ -13,7 +13,7 @@
<a title="Getting Started Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="index.html">JSQCoreDataKit 9.0.1 Docs</a> (100% documented)</p>
<p><a href="index.html">JSQCoreDataKit 9.0.2 Docs</a> (100% documented)</p>
<p class="header-right"><a href="https://github.com/jessesquires/JSQCoreDataKit"><img src="img/gh.png"/>View on GitHub</a></p>
</div>
</header>
Expand Down
6 changes: 3 additions & 3 deletions docs/index.html
Expand Up @@ -13,7 +13,7 @@
<a title="JSQCoreDataKit Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="index.html">JSQCoreDataKit 9.0.1 Docs</a> (100% documented)</p>
<p><a href="index.html">JSQCoreDataKit 9.0.2 Docs</a> (100% documented)</p>
<p class="header-right"><a href="https://github.com/jessesquires/JSQCoreDataKit"><img src="img/gh.png"/>View on GitHub</a></p>
</div>
</header>
Expand Down Expand Up @@ -132,7 +132,7 @@ <h2 id='requirements' class='heading'>Requirements</h2>
</ul>
<h2 id='installation' class='heading'>Installation</h2>
<h3 id='a-href-http-cocoapods-org-cocoapods-a' class='heading'><a href="http://cocoapods.org">CocoaPods</a></h3>
<pre class="highlight ruby"><code><span class="n">pod</span> <span class="s1">'JSQCoreDataKit'</span><span class="p">,</span> <span class="s1">'~&gt; 9.0.0'</span>
<pre class="highlight ruby"><code><span class="n">pod</span> <span class="s1">'JSQCoreDataKit'</span><span class="p">,</span> <span class="s1">'~&gt; 9.0.2'</span>

<span class="c1"># develop branch</span>
<span class="n">pod</span> <span class="s1">'JSQCoreDataKit'</span><span class="p">,</span> <span class="ss">:git</span> <span class="o">=&gt;</span> <span class="s1">'https://github.com/jessesquires/JSQCoreDataKit.git'</span><span class="p">,</span> <span class="ss">:branch</span> <span class="o">=&gt;</span> <span class="s1">'develop'</span>
Expand All @@ -141,7 +141,7 @@ <h3 id='a-href-https-swift-org-package-manager-swift-package-manager-a' class='h

<p>Add <code>JSQCoreDataKit</code> to the <code>dependencies</code> value of your <code>Package.swift</code>.</p>
<pre class="highlight swift"><code><span class="nv">dependencies</span><span class="p">:</span> <span class="p">[</span>
<span class="o">.</span><span class="nf">package</span><span class="p">(</span><span class="nv">url</span><span class="p">:</span> <span class="s">"https://github.com/jessesquires/JSQCoreDataKit.git"</span><span class="p">,</span> <span class="nv">from</span><span class="p">:</span> <span class="s">"9.0.0"</span><span class="p">)</span>
<span class="o">.</span><span class="nf">package</span><span class="p">(</span><span class="nv">url</span><span class="p">:</span> <span class="s">"https://github.com/jessesquires/JSQCoreDataKit.git"</span><span class="p">,</span> <span class="nv">from</span><span class="p">:</span> <span class="s">"9.0.2"</span><span class="p">)</span>
<span class="p">]</span>
</code></pre>

Expand Down

0 comments on commit 048db2f

Please sign in to comment.