Changelog#

Versions follow Semantic Versioning (<major>.<minor>.<patch>).

Backward incompatible (breaking) changes will only be introduced in major versions with advance notice in the Deprecations section of releases.

copier-notebook-based-book v0.1.3 (2024-08-15)#

🆕 Features#

  • Added the configuration required for math to be rendered properly in books. (#5)

copier-notebook-based-book v0.1.2 (2024-08-13)#

🐛 Bug Fixes#

  • Fixed up towncrier CHANGELOG path and the CI. (#4)

copier-notebook-based-book v0.1.1 (2024-08-13)#

🐛 Bug Fixes#

  • Included .pre-commit.config.yaml file in template (#3)

copier-notebook-based-book v0.1.0 (2024-08-13)#

🆕 Features#

  • Did the initial setup of the repository.

    It should provide enough functionality to get started making books. (#1)

📚 Improved Documentation#

  • Fixed up the instructions about how to setup the RtD integration (#2)

🔧 Trivial/Internal Changes#