Skip to content

Commit 5790293

Browse files
Add 5.9 release announcement (#17)
* Add 5.9 release announcement * Update 5-9-released.md
1 parent cf7bd57 commit 5790293

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed

Content/posts/5-9-released.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
date: 2024-01-16 20:00
3+
description: SwiftWasm 5.9.1 has been released.
4+
---
5+
6+
# SwiftWasm 5.9.1 is now available
7+
8+
We're happy to announce the new release of SwiftWasm tracking upstream Swift 5.9.1!
9+
10+
This is a periodic release of SwiftWasm, which tracks the upstream Swift 5.9.1 release.
11+
As for changes in upstream Swift 5.9, we recommend referring [to the official
12+
changelog](https://github.com/apple/swift/blob/swift-5.9.1-RELEASE/CHANGELOG.md#swift-59).
13+
14+
For more information about SwiftWasm in general and for getting started, please visit [the project documentation](https://book.swiftwasm.org/).
15+
If you have any questions, please come and talk to us on [the SwiftWasm discussion forums](https://github.com/swiftwasm/swift/discussions)
16+
or [open an issue](https://github.com/swiftwasm/swift/issues/new)!
17+
18+
## Internal build infrastructure changes
19+
20+
We've made some changes to our internal build infrastructure, which should make it easier for us to
21+
track upstream Swift changes. Now GitHub [swiftwasm/swift](https://github.com/swiftwasm/swift) repository
22+
is just for hosting our release artifacts, and we're maintaining our downstream changes in traditional `.patch`
23+
file format in [swiftwasm/swiftwasm-build](https://github.com/swiftwasm/swiftwasm-build) repository. See [our rationale](https://github.com/swiftwasm/swiftwasm-build/blob/main/docs/faq.md) if you're interested in the details of this decision.
24+
25+
## Acknowledgements
26+
27+
We'd like to thank [our GitHub sponsors](https://github.com/sponsors/swiftwasm) and [OpenCollective
28+
contributors](https://opencollective.com/swiftwasm) for their support, which allowed us to continue working on SwiftWasm
29+
and related projects. We are displaying our gold sponsors on the README of [swiftwasm/swift](https://github.com/swiftwasm/swift) repository.
30+
If you are already a gold sponsor and not yet listed, please [contact Yuta Saito](https://twitter.com/kateinoigakukun) to add your appropriate logo.
31+
32+
We're committed to publishing transparent and open finances, so all expenses and transactions can be
33+
viewed publicly on our [OpenCollective Transactions](https://opencollective.com/swiftwasm/transactions) page.
34+
35+
So far we've spent money on monthly CI bills that cover new `aarch64` CPU architecture and [community CI](https://ci-external.swift.org/job/oss-swift-RA-linux-ubuntu-20.04-webassembly),
36+
domain registration, email hosting, and development hardware for our maintainers.
37+
38+
Many thanks to [MacStadium](https://www.macstadium.com) for giving us access to Apple Silicon hardware.
39+
40+
Additionally, we'd like to thank everyone who contributed their work and helped us make this release
41+
happen. These new releases wouldn't be possible without the hard work of them and the Swift community as a whole.

0 commit comments

Comments
 (0)