diff --git a/content/posts/newsletter-011/index.md b/content/posts/newsletter-011/index.md index 6b1fad5d1..2c5614c08 100644 --- a/content/posts/newsletter-011/index.md +++ b/content/posts/newsletter-011/index.md @@ -86,6 +86,30 @@ they plant flowers which gives them points. ## Library & Tooling Updates +### [This Month in Mun][mun-june] + +![Language Server Diagnostics in action](mun-languageserver.gif) + +^ _Mun language server diagnostics in action_ + +[Mun] is a scripting language for gamedev focused on quick iteration times +that is written in Rust. + +After the dust of the [Mun v0.2 release][mun-release] settled, this month focus +has been on fixing several issues found by community members, improving the +overall quality of the code base and working towards the next release: Mun v0.3. + +Their [June updates][mun-june] include: + +- [*Make It or Break It* contest](https://github.com/mun-lang/mun/issues/220); +- several fixes for issues that arose thanks to the contest; +- the foundation for Mun projects; +- an initial language server setup; + +[Mun]: https://mun-lang.org +[mun-release]: https://mun-lang.org/blog/2020/05/16/release-mun-v0-2-0 +[mun-june]: https://mun-lang.org/blog/2020/06/30/this-month-june + ### [yaks] [yaks] is a minimalistic framework for automatic multithreading diff --git a/content/posts/newsletter-011/mun-languageserver.gif b/content/posts/newsletter-011/mun-languageserver.gif new file mode 100644 index 000000000..dd2ab235e Binary files /dev/null and b/content/posts/newsletter-011/mun-languageserver.gif differ