Skip to content

Commit

Permalink
Merge pull request #935 from tidalcycles/v1-release-notes
Browse files Browse the repository at this point in the history
V1 release notes
  • Loading branch information
felixroos authored Jan 22, 2024
2 parents 1829d8c + 3da65f9 commit 2a1f882
Show file tree
Hide file tree
Showing 13 changed files with 256 additions and 11 deletions.
7 changes: 7 additions & 0 deletions website/.astro/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,13 @@ declare module 'astro:content' {
collection: "blog";
data: InferEntrySchema<"blog">
} & { render(): Render[".mdx"] };
"release-1.0.0-geburtstagskuchen.mdx": {
id: "release-1.0.0-geburtstagskuchen.mdx";
slug: "release-100-geburtstagskuchen";
body: string;
collection: "blog";
data: InferEntrySchema<"blog">
} & { render(): Render[".mdx"] };
"year-2.mdx": {
id: "year-2.mdx";
slug: "year-2";
Expand Down
2 changes: 1 addition & 1 deletion website/src/content/blog/release-0.0.2-schwindlig.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: 'Release Notes v0.0.2 Schwindlig'
title: 'Release Notes v0.0.2'
description: ''
date: '2022-03-28'
tags: ['meta']
Expand Down
2 changes: 1 addition & 1 deletion website/src/content/blog/release-0.0.2.1-stuermisch.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: 'Release Notes v0.0.3 Stürmisch'
title: 'Release Notes v0.0.3'
date: '2022-05-20'
tags: ['meta']
author: froos
Expand Down
2 changes: 1 addition & 1 deletion website/src/content/blog/release-0.0.3-maelstrom.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: 'Release Notes v0.0.3 Maelstrom'
title: 'Release Notes v0.0.3'
description: ''
date: '2022-06-18'
tags: ['meta']
Expand Down
2 changes: 1 addition & 1 deletion website/src/content/blog/release-0.0.4-gischt.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: 'Release Notes v0.0.4 Gischt'
title: 'Release Notes v0.0.4'
description: ''
date: '2022-08-14'
tags: ['meta']
Expand Down
2 changes: 1 addition & 1 deletion website/src/content/blog/release-0.3.0-donauwelle.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: 'Release Notes v0.3.0 Donauwelle'
title: 'Release Notes v0.3.0'
description: ''
date: '2022-11-06'
tags: ['meta']
Expand Down
2 changes: 1 addition & 1 deletion website/src/content/blog/release-0.4.0-brandung.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: 'Release Notes v0.4.0 Brandung'
title: 'Release Notes v0.4.0'
description: ''
date: '2022-11-13'
tags: ['meta']
Expand Down
2 changes: 1 addition & 1 deletion website/src/content/blog/release-0.5.0-wirbel.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: 'Release Notes v0.5.0 Wirbel'
title: 'Release Notes v0.5.0'
description: ''
date: '2022-12-13'
tags: ['meta']
Expand Down
2 changes: 1 addition & 1 deletion website/src/content/blog/release-0.6.0-zimtschnecke.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: 'Release Notes v0.6.0 Zimtschnecke'
title: 'Release Notes v0.6.0'
description: ''
date: '2023-02-01'
tags: ['meta']
Expand Down
2 changes: 1 addition & 1 deletion website/src/content/blog/release-0.7.0-zuckerguss.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: 'Release Notes v0.7.0 Zuckerguss'
title: 'Release Notes v0.7.0'
description: ''
date: '2023-03-23'
tags: ['meta']
Expand Down
2 changes: 1 addition & 1 deletion website/src/content/blog/release-0.8.0-himbeermuffin.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: 'Release Notes v0.8.0 Himbeermuffin'
title: 'Release Notes v0.8.0'
description: ''
date: '2023-06-30'
tags: ['meta']
Expand Down
2 changes: 1 addition & 1 deletion website/src/content/blog/release-0.9.0-bananenbrot.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: 'Release Notes v0.9.0 Bananenbrot'
title: 'Release Notes v0.9.0'
description: ''
date: '2023-09-17'
tags: ['meta']
Expand Down
238 changes: 238 additions & 0 deletions website/src/content/blog/release-1.0.0-geburtstagskuchen.mdx

Large diffs are not rendered by default.

0 comments on commit 2a1f882

Please sign in to comment.