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 authored Sep 19, 2024
1 parent c43a49b commit 8d9f304
Show file tree
Hide file tree
Showing 38 changed files with 5,499 additions and 4,720 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
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

0 comments on commit 8d9f304

Please sign in to comment.