Skip to content

Commit

Permalink
Release 6.0.0 (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnfairh committed Sep 19, 2024
1 parent c43a49b commit 7b7764a
Show file tree
Hide file tree
Showing 40 changed files with 5,517 additions and 4,724 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '16.0-beta'
xcode-version: '16.0'
- uses: actions/checkout@v4
with:
persist-credentials: false
Expand Down
2 changes: 1 addition & 1 deletion .jazzy.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
author: John Fairhurst
title: TMLPersistentContainer 5.0.1
title: TMLPersistentContainer 6.0.0
module_version: 5.0.0
author_url: https://toomanyladybirds.com/
module: TMLPersistentContainer
Expand Down
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,23 @@
## Master

##### Breaking

* None.

##### Enhancements

* None.

##### Bug Fixes

* None.

## 6.0.0

### Breaking

* Various interface updates for `Sendable` / Swift concurrency.
* Require Swift 6.
* Update macOS minimum deployment level to 10.14.6.
[John Fairhurst](https://github.com/johnfairh)

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ All migrations happen as part of `NSPersistentContainer.loadPersistentStores`.

## Requirements

Swift 5 or later, Xcode 10.2 or later.
Swift 6 or later, Xcode 16 or later.
* See the *swift31* branch for a Swift 31 version.
* See the *swift4* branch for a Swift 4 version.
* See the *swift41* branch for a Swift 4.1 version.
Expand All @@ -80,7 +80,7 @@ CocoaPods:

Swift package manager:

.Package(url: "https://github.com/johnfairh/TMLPersistentContainer/", majorVersion: 5)
.Package(url: "https://github.com/johnfairh/TMLPersistentContainer/", majorVersion: 6)

Carthage:

Expand Down
6 changes: 3 additions & 3 deletions TMLPersistentContainer.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "TMLPersistentContainer"
s.version = "5.0.1"
s.version = "6.0.0"
s.authors = { "John Fairhurst" => "[email protected]" }
s.license = { :type => "ISC", :file => "LICENSE" }
s.homepage = "https://github.com/johnfairh/TMLPersistentContainer"
Expand All @@ -16,10 +16,10 @@ Pod::Spec.new do |s|
EDESC
s.documentation_url = "https://johnfairh.github.io/TMLPersistentContainer/"
s.ios.deployment_target = "12.0"
s.osx.deployment_target = "10.14.6"
s.osx.deployment_target = "14.0.0"
s.watchos.deployment_target = "3.0"
s.tvos.deployment_target = "12.0"
s.source_files = "Sources/*swift"
s.frameworks = "Foundation", "CoreData"
s.swift_version = '5.0'
s.swift_version = '6.0'
end
6 changes: 3 additions & 3 deletions docs/Guides.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<link rel="stylesheet" href="css/fw2020.css">


<title>Guides - TMLPersistentContainer 5.0.1</title>
<title>Guides - TMLPersistentContainer 6.0.0</title>

</head>
<body class="j2-swift " data-root-path="./" data-doc-path="guides.html" data-assets-path="">
Expand All @@ -31,7 +31,7 @@

<a href="index.html">

TMLPersistentContainer 5.0.1</a>
TMLPersistentContainer 6.0.0</a>
</div>

<span class="navbar-text j2-coverage fw-slightly-bold small d-none d-lg-inline-block me-2">(100% documented)</span>
Expand Down Expand Up @@ -518,7 +518,7 @@ <h6 class="j2-inline-heading">Actions</h6>
<div class="col j2-footer small pt-2">
<p>Distributed under the ISC license. Maintained by John Fairhurst.</p>

<p>Generated by <a class="link" href="https://github.com/johnfairh/Bebop" target="_blank" rel="external noopener">Bebop v1.7.1</a> using the FW2020 theme, based on technology from <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫</a>.</p>
<p>Generated by <a class="link" href="https://github.com/johnfairh/Bebop" target="_blank" rel="external noopener">Bebop v1.11.0</a> using the FW2020 theme, based on technology from <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫</a>.</p>

</div>
</footer>
Expand Down
Loading

0 comments on commit 7b7764a

Please sign in to comment.