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

LWIP 080821 #695

Merged
merged 1 commit into from
Aug 8, 2021
Merged
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
50 changes: 50 additions & 0 deletions content/blog/last-week-in-pony-080821.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
+++
draft = false
author = "theobutler"
description = "Version 0.43.1 of ponylang/ponyc has been released. RFC 70, 'Split FilePath constructor to guarantee constructor with AmbientAuth', has been approved. Andreas Stührk, aka @trundle, has donated his templating library to the ponylang organization."
categories = [
"Last Week in Pony",
]
title = "Last Week in Pony - August 8, 2021"
date = "2021-08-08T14:42:41-04:00"
+++

Version 0.43.1 of ponylang/ponyc has been released. RFC 70, 'Split FilePath constructor to guarantee constructor with AmbientAuth', has been approved. Andreas Stührk, aka @trundle, has donated his templating library to the ponylang organization.

<!--more-->


## Items of note

- Audio from the August 3rd, 2021 Pony development sync is available:
https://sync-recordings.ponylang.io/r/2021_08_03.m4a

- Andreas Stührk, aka @trundle, has donated his templating library to the ponylang organization. We plan on using it in a variety of ponylang organization projects starting with a new Pony based version of the [release notes reminder action](https://github.com/ponylang/release-notes-reminder-bot-action).
If you aren't familiar with Andreas' library, you can find it at [ponylang/pony-templates](https://github.com/ponylang/pony-templates).
Andreas remains a contributor to the library and we look forward to pushing it forward with him.
Expect to see some housekeeping work on it in the near future including:
- a license update to BSD-2 clause
- a repository rename from pony-templates to templates
- lots more

## Releases

- Version 0.43.1 of ponylang/ponyc has been released.
See the [release notes](https://github.com/ponylang/ponyc/releases/tag/0.43.1) for more details.

- Version 0.2.0 of ponylang/templates has been released.
See the [release notes](https://github.com/ponylang/templates/releases/tag/0.2.0) for more details.

## RFCs

### Approved RFCs

- RFC 70, ['Split FilePath constructor to guarantee constructor with AmbientAuth'](https://github.com/ponylang/rfcs/pull/190), has been approved.

___

_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!