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