Skip to content

Commit

Permalink
Add release notes for 1.0.0-alpha1
Browse files Browse the repository at this point in the history
  • Loading branch information
fschutt committed Jul 20, 2021
1 parent e169513 commit b698ebe
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 50 deletions.
2 changes: 1 addition & 1 deletion api.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"nightly": {
"1.0.0-alpha1": {
"app": {
"doc": "`App` construction and configuration",
"classes": {
Expand Down
43 changes: 43 additions & 0 deletions api/_patches/html/release/1.0.0-alpha1.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@

<p>First stable ABI release - current Windows only!</p>

<br/>
<strong>Supported operating systems for this release:</strong>
<ul style="margin-left:20px;">
<li>Windows: 7, 8, 8.1, 10</li>
</ul>

<br/>

<strong>Links:</strong>
<ul style="margin-left:20px;">
<li><a href="https://azul.rs/api/1.0.0-alpha.html">Documentation for this release</a></li>
<li><a href="https://azul.rs/guide/1.0.0-alpha.html">Guide for this release</a></li>
<br/>
<li><a href="https://github.com/fschutt/azul/releases">GitHub release</a></li>
<li><a href="https://crates.io/crates/azul">Crates.io</a></li>
<li><a href="https://docs.rs/azul">Docs.rs</a></li>
</ul>

<br/>

<strong>Files:</strong>
<br/>
<ul style="margin-left:20px;">
<li><a href="./1.0.0-alpha/files/azul.dll">Windows 64-bit DLL (azul.dll - 2.6Mb)</a></li>
<li><a href="./1.0.0-alpha/files/azul.dll">Windows 64-bit Python extension (azul.pyd - 3.1Mb)</a></li>
<li><a href="./1.0.0-alpha/files/license.txt">LICENSE-WINDOWS.txt (19KB)</a></li>
<br/>
<li><a href="./1.0.0-alpha/files/sourcecode.zip">Source code .zip (25Mb)</a></li>
<li><a href="./1.0.0-alpha/files/dependencies.zip">Source code for all dependencies .zip (350Mb)</a></li>
<li><a href="./1.0.0-alpha/files/api.json">API Description - api.json (714KB)</a></li>
<li><a href="./1.0.0-alpha/files/azul.h">C Header (azul.h - 978KB)</a></li>
</ul>

<br/>
<strong>Examples:</strong>
<br/>
<ul style="margin-left:20px;">
<li><a href="./1.0.0-alpha/files/examples-windows.zip">Windows examples with source code (.zip - 154KB)</a></li>
</ul>
</div>
48 changes: 0 additions & 48 deletions api/_patches/html/release/nightly.html

This file was deleted.

2 changes: 1 addition & 1 deletion azul-dll/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! WARNING: autogenerated code for azul api version nightly
//! WARNING: autogenerated code for azul api version 1.0.0-alpha1

#![cfg_attr(feature ="cdylib", crate_type = "cdylib")]
#![cfg_attr(feature ="staticlib", crate_type = "staticlib")]
Expand Down

0 comments on commit b698ebe

Please sign in to comment.