Skip to content

Commit

Permalink
Bump version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
centau committed Nov 22, 2023
1 parent 338c66e commit c527a62
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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.

--------------------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion src/init.luau
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--------------------------------------------------------------------------------
-- vide.luau
-- v0.1.1
-- v0.2.0
--------------------------------------------------------------------------------

if not game then script = require "test/relative-string" end
Expand Down

0 comments on commit c527a62

Please sign in to comment.