Skip to content

Releases: willynilly/cff2toml

v3.2.2

27 Apr 22:52
Compare
Choose a tag to compare

Changes

  • Fixed #5 . Saving CFF and TOML files now preserves the original metadata key order of the files, and no longer sorts them alphabetically or reorders them.

v3.2.1

12 Apr 16:29
1a549a5
Compare
Choose a tag to compare

Changes

  • Fixed README.md typo.

v3.2.0

08 Apr 19:00
Compare
Choose a tag to compare

Changes

  • Added quiet output mode option for CLI change command.
  • Added verbose and json output mode options for CLI view commands.

v3.1.1

08 Apr 14:57
Compare
Choose a tag to compare

Changes

  • Reorganized CLI commands into packages.

v3.1.0

08 Apr 13:19
Compare
Choose a tag to compare

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

07 Apr 22:57
Compare
Choose a tag to compare

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

03 Apr 18:22
Compare
Choose a tag to compare

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

02 Apr 17:42
Compare
Choose a tag to compare

Changes

  • Fixed default parameters for the function: set_version_for_pyproject_toml_and_citation_cff()

v1.2.3

02 Apr 16:48
Compare
Choose a tag to compare

Changes

  • Fixed default parameters and tests for getting the versions from pyproject.toml and CITATION.cff.

v1.2.2

02 Apr 16:01
Compare
Choose a tag to compare

Changes

  • Fixed default file paths for pyproject.toml and CITATION.cff