Skip to content

ohbin 0.1.1

Choose a tag to compare

@prostomarkeloff prostomarkeloff released this 02 Jun 19:52
· 11 commits to main since this release
abb321c

Fixes

  • ohbin add no longer eats the comment block before the next section.
    When overwriting an existing [tool.ohbin.tools.<name>] (e.g. a version
    bump), standalone comments and the blank-line separator that precede the
    following section header are now preserved. Previously tomlkit attributed
    them to the tool's innermost sub-table and the rebuild-and-replace dropped
    them. (#1)

Full test coverage added in tests/test_add.py.