Commit Graph

6 Commits

Author SHA1 Message Date
underscorediscovery
d66c8fc1b8 fix: update CHANGELOG.md and README.md to reference main branch instead of master 2020-06-12 17:13:57 +00:00
underscorediscovery
36479a6ad1 chore: add prebuilt binaries entry to changelog for version 0.3.0
- Inserted a new changelog line under the CLI section documenting the addition of prebuilt binaries alongside existing project generation and vendoring notes.
2020-06-05 21:41:22 +00:00
underscorediscovery
ad538742d8 feat: add ruby0x1 to AUTHORS and expand CHANGELOG with prebuilt binaries and CLI docs link 2020-06-05 21:39:21 +00:00
underscorediscovery
3218867e40 chore: update changelog for 0.3.0 release with CLI split and build changes 2020-06-05 18:29:50 +00:00
underscorediscovery
10bdacc874 feat: bump version to 0.2.0 and update changelog with release 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).
2019-10-01 04:38:08 +00:00
Bob Nystrom
c5e1c2e57f feat: add versioning infrastructure and bump to 0.1.0
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.
2016-05-21 17:53:05 +00:00