Recipemd

Latest version: v4.1.0

Safety actively analyzes 629359 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 3

2.2.2

- Implement `recipemd-tags` tool for finding recipes by tag

2.2.1

- Add option `-r/--round` to allow control of rounding in cli output
- Add shell completions to cli

2.2.0

- Allow recipes to reference other recipes
- Implement flattening of referenced recipes in cli

2.1.0

- Allow unicode vulgar fractions in ingredient amounts

2.0.0

- *Breaking:* Implement parsing of yields separate from tags (according to RecipeMD 2.0.0 specification)

1.0.0

- Initial version


Creating a New Release

1. Update the version number in `__init__.py` according to [semantic
versioning](https://semver.org) rules.

2. Update the changelog (`CHANGELOG.md`) for the new version.

3. Run tests with `tox`

4. Create release commit, tag with `v<newversion>`

5. Create the release files with `rm -rf dist; python setup.py sdist bdist_wheel`

6. Upload release to pypi with `twine upload --username <username> dist/*`

6. Create a new release [on Github](https://github.com/tstehr/RecipeMD/releases/new). Attach the release files, and put the changelog for the new version in the description.

Page 3 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.