Releases: willynilly/cff2toml
Releases · willynilly/cff2toml
v3.2.2
v3.2.1
Changes
- Fixed README.md typo.
v3.2.0
Changes
- Added quiet output mode option for CLI change command.
- Added verbose and json output mode options for CLI view commands.
v3.1.1
Changes
- Reorganized CLI commands into packages.
v3.1.0
Changes
- Updated CLI to include ability to view and change title, description, and repository url.
- Updated CLI with about command that shows version information.
v3.0.0
Changes
- Dramatically refactored code from functions to classes.
- Added classes to support synchronizing authors.
- Added CLI that demos ability to view and change metadata, currently only version and license.
v2.0.0
Changes
- Refactored code to use pydash to dynamically get and set data to metadata objects.
- Added many new methods, someof which are not yet described or used in the README
- Updated the README with subsections for the usage and updated the code examples.
- Reorganized modules and changed the parameter order of some methods.
v1.2.4
Changes
- Fixed default parameters for the function: set_version_for_pyproject_toml_and_citation_cff()
v1.2.3
Changes
- Fixed default parameters and tests for getting the versions from pyproject.toml and CITATION.cff.
v1.2.2
Changes
- Fixed default file paths for pyproject.toml and CITATION.cff