We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70d69ae commit 13a7f7aCopy full SHA for 13a7f7a
app.mjs
@@ -205,8 +205,8 @@ limit 1000
205
const idsToShow = [
206
// '25', // 0.13.0
207
// '23', // 0.12.0
208
- '20', // '0.14.0',
209
- // '19', // '0.15.0',
+ // '20', // '0.14.0',
+ '19', // '0.15.0',
210
];
211
212
const sqls = idsToShow.map((id) => {
template.ejs
@@ -55,7 +55,7 @@
55
</section>
56
<% } %>
57
58
- <footer> © 2024 <a href="https://ziglang.cc">ZigCC</a>
+ <footer> © 2024 - 2025 <a href="https://ziglang.cc">ZigCC</a>
59
| <a href="https://github.com/zigcc/zig-milestone">GitHub</a>
60
| <a href="mailto:[email protected]">Feedback</a>
61
<br/>
0 commit comments