From 103828f0ceae3f19b1483c4582de9ed4d76d624f Mon Sep 17 00:00:00 2001 From: Brendan Hansen Date: Wed, 27 Mar 2024 23:43:30 -0500 Subject: [PATCH] started: release 0.1.10 page --- www/news-articles/index.json | 6 ++ www/news-articles/release-0.1.10.html | 102 +++++++++++++++++++++++ www/templates/partials/news_listing.html | 2 +- 3 files changed, 109 insertions(+), 1 deletion(-) create mode 100644 www/news-articles/release-0.1.10.html diff --git a/www/news-articles/index.json b/www/news-articles/index.json index 3c4509b..db0f069 100644 --- a/www/news-articles/index.json +++ b/www/news-articles/index.json @@ -1,4 +1,10 @@ [ + { + "name": "Beta Release 0.1.10", + "path": "release-0.1.10", + "date": "31st March 2024", + "description": "TODO" + }, { "name": "Beta Release 0.1.9", "path": "release-0.1.9", diff --git a/www/news-articles/release-0.1.10.html b/www/news-articles/release-0.1.10.html new file mode 100644 index 0000000..cd53c7b --- /dev/null +++ b/www/news-articles/release-0.1.10.html @@ -0,0 +1,102 @@ +

JavaScript Interop

+

+

+ +

Deprecation of #inject

+

+

+ +

Array and Slice structures

+

+

+ +

Minor syntax additions

+

+

+ +

Inclusive Range (..=)

+

+

+ +

range64

+

+

+ +

Revamped CLI

+

+

+ +

+
+ + +

Full Changelog

+

Additions

+ + +

Removals

+

Nothing to mention here!

+ +

Changes

+ + +

Bugfixes

+ + +

Contributors

+ + diff --git a/www/templates/partials/news_listing.html b/www/templates/partials/news_listing.html index ec67b67..29a84c2 100644 --- a/www/templates/partials/news_listing.html +++ b/www/templates/partials/news_listing.html @@ -1,6 +1,6 @@ {{ foreach $article in $articles }} -
+