Skip to content

Commit 2a007ef

Browse files
committed
Version 0.11.1
1 parent 325f059 commit 2a007ef

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## 0.11.1
4+
5+
### Bug Fixes
6+
7+
* Resolved a crash when looking up a pointer for an optional accessory
8+
* Fix invalid dumped code for temporary variables and queries over accessories
9+
10+
### New Features
11+
12+
* Runtime performance optimizations
13+
314
## 0.11.0
415

516
### Bug Fixes

necsus.nimble

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Package
22

3-
version = "0.11.0"
3+
version = "0.11.1"
44
author = "Nycto"
55
description = "Entity Component System"
66
license = "MIT"

0 commit comments

Comments
 (0)