Bump the minor version, update history.
2 files changed, 7 insertions(+), 1 deletions(-)

M History.md
M lib/sixfish.rb
M History.md +6 -0
@@ 1,6 1,12 @@ 
 # Release History for rdoc-generator-sixfish
 
 ---
+## v0.3.0 [2023-01-02] Michael Granger <ged@faeriemud.org>
+
+Changes:
+
+- Unfloat/unbox definition lists other than class metadata.
+
 
 ## v0.2.1 [2022-12-22] Michael Granger <ged@faeriemud.org>
 

          
M lib/sixfish.rb +1 -1
@@ 6,7 6,7 @@ 
 module Sixfish
 
 	# Library version constant
-	VERSION = '0.2.1'
+	VERSION = '0.3.0'
 
 	# Fivefish project URL
 	PROJECT_URL = 'https://hg.sr.ht/~ged/Sixfish'