From 4790d8f9c0400d6f8ec8f6b10aca27144efe47af Mon Sep 17 00:00:00 2001 From: John Bintz Date: Sat, 1 Apr 2023 16:49:14 -0400 Subject: [PATCH] Update README --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 82402b8..e6c32c6 100644 --- a/README.md +++ b/README.md @@ -143,8 +143,8 @@ Doing something cool with the extension? This project uses semantic versioning. -* If the version number is below 1.0.0, API is not stable. * If the major number increases, API has changed. +* Otherwise, the extension's API should be backwards compatible. ## License @@ -162,17 +162,18 @@ to contact me. ## Changelog -### 0.7.0 (2023-02-20) +### 1.0.0 (2023-04-01) -* Current development release +* First public release ## Development ### Environment * Clone the [AMOS Professional source code](https://github.com/AOZ-Studio/AMOS-Professional-Official) -* Copy the contents of `src` into the `extensions` folder -* Run `absdsocket` +* Run `execute absdsocket` + * Note that you'll have to fix up some assigns and files in the AMOS Professional + source directory. I'll update this README with those changes once I track them down... ### Releasing