ohbin 0.1.1
Fixes
ohbin addno 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.