Skip to content

0.10.1.pre4

Pre-release
Pre-release
Compare
Choose a tag to compare
@apjanke apjanke released this 04 Jan 07:26
· 40 commits to main since this release

Prerelease 4 of version 0.10.1.

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

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