Skip to content

0.10.1

Latest
Compare
Choose a tag to compare
@apjanke apjanke released this 08 Jan 06:22
· 3 commits to main since this release

First 0.10.x release, and first release in a couple years!

This release is focused on bug fixes and updating library dependencies, to get Ronn-NG building and working correctly on recent Linux and macOS releases.

Note: 0.10.1 is the first 0.10.x release, because Ronn-NG 0.10.0 does not exist.

Features and Additions

  • Switch to GitHub Flavored Markdown (#53)
    • Fixes code block rendering
  • doc: Reformat Changelog to match common gem and keep-a-changelog conventions
    • NOTE: Renamed CHANGES to CHANGELOG.md. Packagers will need to update specs.
  • Bump Ruby to 2.7, gem deps to latest minor versions
  • Tweak ronn --version output: remove GitHub URL and format it as "ronn <ver> (Ronn-NG)"

Bug Fixes

  • Relaxed and fixed dependency versions (#108)
  • Revert \[ci] back to \(bu) (#51)
  • Fix single-quote escaping (#55)
  • Elide HTML comments when producing roff output (#65)
  • Remove non-portable more -i option (#71)
  • Fix charset (utf-8) in HTML output's Content-Type (#83)
  • Psych 4.0 test fix, Ruby 3.x support (from n-ronn) (#87)
  • Fix test failure for angle-bracket items with namespace-like "foo:" prefixes (#102)
    • Inclusion of the "foo:" is now considered correct, matching current code behavior