My blog
https://blog.franco.net.eu.org/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
753 B
753 B
layout | enable_markdown | title | excerpt | software_name | software_name_python_module | software_version | software_version_raw | release_timestamp | is_on_pypi | has_changelog | signing_public_key |
---|---|---|---|---|---|---|---|---|---|---|---|
software_release | true | release | none | md-toc | md_toc | 8.0.1 | 000008.000000.000001 | 2021-08-20 16:09:54 | true | true | pgp_pubkey_since_2019.txt |
Fixed
- Cmark-specific code is now more adherent to the original.
- License references are now more accurate.
- The PyPI wheel is now made reproducible.
- Updated email.
Changed
- Cmark-specific code has been moved to a separate Python module:
cmark.py
.
Added
- New git hooks have been added in the pre-commit file.
- Examples for unit tests of Cmark 0.30 have been checked with the existing examples.