diff --git a/docs/blog/posts/last-week-in-pony-031724.md b/docs/blog/posts/last-week-in-pony-031724.md new file mode 100644 index 00000000..9bb9703e --- /dev/null +++ b/docs/blog/posts/last-week-in-pony-031724.md @@ -0,0 +1,35 @@ +--- +draft: false +authors: + - seantallen +categories: + - "Last Week in Pony" +title: "Last Week in Pony - March 17, 2024" +date: 2024-03-17T07:00:06-04:00 +--- + +It was another fairly quiet week in Pony. Once again, all our normal committers are quite busy with their day jobs. We did manage to get a new release of `ponylang/http_server` out the door. It would be nice to have more to report next week. Perhaps you can assist by taking a look at the "good first issues" in the [contribute to Pony stream](https://ponylang.zulipchat.com/#narrow/stream/192795-contribute-to-Pony) and grab one to work on. Most take very little time to do. + + + +## Items of Note + +### Pony Development Sync + +The [recording](https://vimeo.com/922568767) of the March 12th, 2024 sync is available. + +### Office Hours + +Red and I met for 15 minutes before calling it a day as we had lots of "paying job" stuff to do. + +## Releases + +- [ponylang/http_server 0.6.0](https://github.com/ponylang/http_server/releases/tag/0.6.0) + +--- + +_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!