Thanks to visit codestin.com
Credit goes to github.com

Skip to content

v0.2.0 — 2024-12-29

Choose a tag to compare

@makukha makukha released this 29 Dec 21:55
· 28 commits to main since this release
b1e6c47

Breaking 🔥

  • In Markdown files, docsub header is now used in one-line comment before content block, other than part of fenced code syntax (#19)

Added 🌱

Changed

  • Multiple heavy refactoring of logic, structure, and dev tasks; introduced multi-format modular architecture. (#6)

Fixed

  • Made config file .docsub.toml optional, using default command config values if missing. (#3)
  • Fixed regular expression bug. (#5)

Docs

  • Appended old Changelog entries (#17)

Misc

  • Fixed dev task release bug when uv.lock file was not updated after version bump. (#9)
  • Minor changes related to changelog management. (#17)
  • Added new changelog section "Breaking" (#19)
  • Add informative icons to changelog sections (#22)