From b698ebed2dbc3094aede393b838556b7fe0d2cdb Mon Sep 17 00:00:00 2001 From: fschutt Date: Tue, 20 Jul 2021 21:41:36 +0200 Subject: [PATCH] Add release notes for 1.0.0-alpha1 --- api.json | 2 +- api/_patches/html/release/1.0.0-alpha1.html | 43 ++++++++++++++++++ api/_patches/html/release/nightly.html | 48 --------------------- azul-dll/src/lib.rs | 2 +- 4 files changed, 45 insertions(+), 50 deletions(-) create mode 100644 api/_patches/html/release/1.0.0-alpha1.html delete mode 100644 api/_patches/html/release/nightly.html diff --git a/api.json b/api.json index 7a19c83f1..baa2d1fc8 100644 --- a/api.json +++ b/api.json @@ -1,5 +1,5 @@ { - "nightly": { + "1.0.0-alpha1": { "app": { "doc": "`App` construction and configuration", "classes": { diff --git a/api/_patches/html/release/1.0.0-alpha1.html b/api/_patches/html/release/1.0.0-alpha1.html new file mode 100644 index 000000000..c2a8e51b2 --- /dev/null +++ b/api/_patches/html/release/1.0.0-alpha1.html @@ -0,0 +1,43 @@ + +

First stable ABI release - current Windows only!

+ +
+Supported operating systems for this release: + + +
+ +Links: + + +
+ +Files: +
+ + +
+Examples: +
+ + \ No newline at end of file diff --git a/api/_patches/html/release/nightly.html b/api/_patches/html/release/nightly.html deleted file mode 100644 index f3b421b37..000000000 --- a/api/_patches/html/release/nightly.html +++ /dev/null @@ -1,48 +0,0 @@ - -

This is a nightly release, the API may change at any time.

- -
-Supported operating systems for this release: - - -
- -Links: - - -
- -Files: -
- - -
-Examples: -
- - \ No newline at end of file diff --git a/azul-dll/src/lib.rs b/azul-dll/src/lib.rs index 5e08be0e7..9a6ddcbaf 100644 --- a/azul-dll/src/lib.rs +++ b/azul-dll/src/lib.rs @@ -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")]