Skip to content

Tags: tomaioo/rinohtype

Tags

v0.5.5

Toggle v0.5.5's commit message
GitHub CI: update olegtarasov/get-tag to v2.1

v2 no longer works:

Error: Unable to process command '##[set-env name=GIT_TAG_NAME;]v0.5.5' successfully.
Error: The `set-env` command is disabled. Please upgrade to using Environment Files or opt into unsecure command execution by setting the `ACTIONS_ALLOW_UNSECURE_COMMANDS` environment variable to `true`. For more information see: https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/
Warning: The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

v0.5.4

Toggle v0.5.4's commit message
Release 0.5.4

Also: some tweaks in README and DEVELOPING

v0.5.3

Toggle v0.5.3's commit message
Release 0.5.3

v0.5.2

Toggle v0.5.2's commit message
Release 0.5.2

v0.5.1

Toggle v0.5.1's commit message
Release 0.5.1

v0.5.0

Toggle v0.5.0's commit message
GitHub workflow: publish to PyPI (not TestPyPI)

v0.5.0-dev.0

Toggle v0.5.0-dev.0's commit message
Build wheel workflow: use Poetry to build the wheel

Additionally, check whether the tag matches the package version.

v0.4.3.dev4

Toggle v0.4.3.dev4's commit message

v0.4.3.dev3

Toggle v0.4.3.dev3's commit message
Rename SupportingMatter to OutOfLineFlowables

v0.4.3.dev2

Toggle v0.4.3.dev2's commit message
Sphinx style sheet: Improve definition list styling

Setting label_max_width < label_min_width causes definitions with a
term exceeding label_min_width to be rendered on a separate line.

Definitions used to be rendered like this, but recent changes must
have changed this. This change was not detected because we no longer
have tests in place to detect this regression (see brechtm#169).