release 1.0.0 alpha1

No functional changes since the last commit. I decided that
I have nothing significant to actually change and am pretty
happy with how it is, so just ship it.
master
Daniel Kolesa 2022-04-20 00:41:53 +02:00
parent d748b0e671
commit a35cf1a1fd
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# libcubescript # libcubescript 1.0.0 alpha1
[![Build Status](https://github.com/octaforge/libcubescript/actions/workflows/build.yaml/badge.svg)](https://github.com/octaforge/libcubescript/actions) [![Build Status](https://github.com/octaforge/libcubescript/actions/workflows/build.yaml/badge.svg)](https://github.com/octaforge/libcubescript/actions)
@ -72,7 +72,7 @@ readiness. You are encouraged to test things and report bugs; contributions
of any kind are also welcome (you can use pull requests in our Gitea instance of any kind are also welcome (you can use pull requests in our Gitea instance
as well as the GitHub mirror). as well as the GitHub mirror).
Our primary means of communication is the `#octaforge` IRC channel on Freenode. Our primary means of communication is the `#octaforge` IRC channel on OFTC.
### Threads ### Threads

View File

@ -1,5 +1,5 @@
project('libcubescript', ['cpp'], project('libcubescript', ['cpp'],
version: '0.1.0', version: '1.0.0',
default_options: [ default_options: [
'buildtype=debugoptimized', 'warning_level=3', 'cpp_rtti=false', 'buildtype=debugoptimized', 'warning_level=3', 'cpp_rtti=false',
'cpp_std=none' 'cpp_std=none'