Releases: makukha/docsub
Releases · makukha/docsub
v0.9.0 — 2025-02-11
What's Changed
Breaking 🔥
Added 🌿
- Support for Python 3.14, 3.13t, 3.14t (#85)
Misc
- Removed dependency on pydantic-settings (#85)
Full Changelog: v0.8.3...v0.9.0
v0.8.3 — 2025-02-06
What's Changed
Added 🌿
- Support indented substitution blocks in markdown (#64)
Full Changelog: v0.8.2...v0.8.3
v0.8.2 — 2025-02-05
v0.8.1 — 2025-02-05
v0.8.0 — 2025-01-18
What's Changed
Breaking 🔥
- Changed default config file name to
docsub.toml
(#58) - Renamed
ExecConfig.workdir
andIncludeConfig.basedir
towork_dir
andbase_dir
(#58) - Switch back to
click
(#58)
Added 🌿
- Provide temporary directory to author of project-local commands (#58)
- Developers of project-local commands can use
Environment
object to get temporary directory etc. (#58) - Command line options to override config values and config file location (#58)
- Project-local commands can be executed directly with
docsub x cmd-name [args]
(#58)
Misc:
- Major internal refactoring (#60)
Full Changelog: v0.7.1...v0.8.0
v0.7.1 — 2025-01-14
What's Changed
Fixed
- Duplicate newlines bug in
docsub x
cli command (#54)
Full Changelog: v0.7.0...v0.7.1
v0.7.0 — 2025-01-14
What's Changed
Breaking 🔥
- Changed the way
docsub
is invoked:docsub apply
instead of invocation without commands (#50)
Added 🌿
- New command line command
docsub x
(#50)
Full Changelog: v0.6.0...v0.7.0
v0.6.0 — 2025-01-13
v0.5.0 — 2025-01-10
What's Changed
Breaking 🔥
- Completely changed syntax and command available (#36)
Added 🌿
Docs
- Updated project metadata (#29)
Misc
- Started using docsub for self README management (#36)
- Started using pydantic-settings for settings management (#37)
Full Changelog: v0.4.0...v0.5.0