Bump version to 0.2.0

This commit is contained in:
aaron 2023-11-22 10:14:00 +00:00
parent 338c66ed57
commit c527a62ab1
2 changed files with 5 additions and 4 deletions

View file

@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
--------------------------------------------------------------------------------
## Unreleased
## [0.2.0] - 2023-11-22
### Added
@ -15,12 +15,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Changed
- Improved graph updating algorithm.
- Graph nodes no longer destroy children; only owned.
- Graph nodes when destroyed no longer destroy children; only owned.
### Fixed
- Graph edge case where a destroyed node can be readded if it was queued for
evaluation before being destroyed.
rerun before being destroyed.
- Some properties not being applied when `create()` is used recursively.
--------------------------------------------------------------------------------

View file

@ -1,6 +1,6 @@
--------------------------------------------------------------------------------
-- vide.luau
-- v0.1.1
-- v0.2.0
--------------------------------------------------------------------------------
if not game then script = require "test/relative-string" end