We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 325f059 commit 2a007efCopy full SHA for 2a007ef
CHANGELOG.md
@@ -1,5 +1,16 @@
1
# Changelog
2
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
14
## 0.11.0
15
16
### Bug Fixes
necsus.nimble
@@ -1,6 +1,6 @@
# Package
-version = "0.11.0"
+version = "0.11.1"
author = "Nycto"
description = "Entity Component System"
license = "MIT"
0 commit comments