Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Final Swift 6 update / release 6.0.0 #26

Merged
merged 1 commit into from
Sep 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
## Master
## 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
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
Loading