From ee132780e5ccdc8f95e84026e70f63e53d2a56f3 Mon Sep 17 00:00:00 2001 From: "Sean T. Allen" Date: Sun, 7 Apr 2024 12:43:26 +0000 Subject: [PATCH] Last Week in Pony - April 7, 2024 --- docs/blog/posts/last-week-in-pony-040724.md | 35 +++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 docs/blog/posts/last-week-in-pony-040724.md diff --git a/docs/blog/posts/last-week-in-pony-040724.md b/docs/blog/posts/last-week-in-pony-040724.md new file mode 100644 index 00000000..caf2bc43 --- /dev/null +++ b/docs/blog/posts/last-week-in-pony-040724.md @@ -0,0 +1,35 @@ +--- +draft: false +authors: + - seantallen +categories: + - "Last Week in Pony" +title: "Last Week in Pony - March 31, 2024" +date: 2024-04-07T07:00:06-04:00 +--- + +`ponylang/http_server` version 0.6.1 has been released. + + + +## Items of Note + +### Pony Development Sync + +The [recording](https://vimeo.com/930073049) of the April 2, 2024 sync is available. + +### Office Hours + +Office hours was myself and Adrian. We talked about a variety of not really Pony related things and Adrian told me I wasn't allowed to write up what it was "for reasons". + +## Releases + +- [ponylang/http_server 0.6.1](https://github.com/ponylang/http_server/releases/tag/0.6.1) + +--- + +_Last Week In Pony_ is a weekly blog post to catch you up on the latest news for the Pony programming language. To learn more about Pony, check out [our website](https://ponylang.io), our Twitter account [@ponylang](https://twitter.com/ponylang), or our [Zulip community](https://ponylang.zulipchat.com). + +Got something you think should be featured? There's a GitHub issue for that! Add a comment to the [open "Last Week in Pony" issue](https://github.com/ponylang/ponylang.github.io/issues?q=is%3Aissue+is%3Aopen+label%3Alast-week-in-pony). + +Interested in making a change, or keeping up with changes to Pony? Check out the [RFC repo](https://github.com/ponylang/rfcs). Contributors welcome!