File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
66and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
77
8- ## Unreleased
8+ ## v0.3.0
99
1010This release focuses on creating a resilient addon registration
1111interface that is compatible with the existing Lua module system. It
@@ -39,6 +39,7 @@ depend on other addons.
3939 Directories under ` addons/ ` do _ not_ have to export this key if they
4040 are simply regular Lua modules; they will not show up in the addon
4141 list and not be able to register hooks.
42+ - Basic unit testing for Underscore utility library.
4243
4344### Changed
4445
@@ -56,7 +57,7 @@ depend on other addons.
5657
5758- ` on_ ` functions have all been removed from the ` pso ` global table.
5859
59- ## 0 .2.1
60+ ## v0 .2.1
6061
6162No changes have been made to the plugin itself, this is just a release
6263test for AppVeyor.
@@ -65,12 +66,12 @@ test for AppVeyor.
6566
6667- AppVeyor continuous integration builds.
6768
68- ## 0 .2.0
69+ ## v0 .2.0
6970
7071This update "breaks" compatibility with 0.1.0 by ensuring read_mem
7172yields numbers of the range 0 to 255 rather than -127 to 127. This was
7273the intended behavior.
7374
74- ## 0 .1.0
75+ ## v0 .1.0
7576
7677Minimum viable product.
You can’t perform that action at this time.
0 commit comments