- Inserted a new changelog line under the CLI section documenting the addition of prebuilt binaries alongside existing project generation and vendoring notes.
Update WREN_VERSION_MINOR from 1 to 2 and WREN_VERSION_STRING from "0.1.0" to "0.2.0" in wren.h header. Add comprehensive 0.2.0 changelog entry documenting new language features (relative imports, Fiber value passing, String/Sequence/List/Num methods, Map iteration), C API additions (wren.hpp, user data, wrenAbortFiber), and CLI improvements (path module, --version flag, REPL, Platform class, process→os rename).
Define WREN_VERSION_MAJOR, WREN_VERSION_MINOR, WREN_VERSION_PATCH macros,
WREN_VERSION_STRING "0.1.0", and WREN_VERSION_NUMBER for monotonic checks.
Update REPL banner to use WREN_VERSION_STRING instead of hardcoded "v0.0.0".
Create CHANGELOG.md documenting the first declared version.