RELEASE.md in ruby-beautify-0.93.0 vs RELEASE.md in ruby-beautify-0.93.2
- old
+ new
@@ -1,5 +1,10 @@
# Release Notes
+#### 0.93.1
+* Fixed a typo in the help usage (thanks @ronald)
+
+#### 0.93.0
+* Complete rewrite of the lexing engine.
#### 0.92.0
* Renamed a require in rspec so they would work again.
* Dropped filemagic since this already has excellent file parsing and is platform agnostic.
* Dropped the rest of app.rb, since it wasn't adding anything but line count at this point.