# Changelog

Versions follow [Semantic Versioning](https://semver.org/) (`<major>.<minor>.<patch>`).

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


<!--
You should *NOT* be adding new changelog entries to this file, this
file is managed by towncrier. See changelog/README.md.

You *may* edit previous changelogs to fix problems like typo corrections or such.
To add a new changelog entry, please see
https://pip.pypa.io/en/latest/development/contributing/#news-entries,
noting that we use the `changelog` directory instead of news, md instead
of rst and use slightly different categories.
-->

<!-- towncrier release notes start -->

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


### 🆕 Features

- Added the configuration required for math to be rendered properly in books. ([#5](https://gitlab.com/znicholls/copier-notebook-based-book/-/merge_requests/5))


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


### 🐛 Bug Fixes

- Fixed up towncrier CHANGELOG path and the CI. ([#4](https://gitlab.com/znicholls/copier-notebook-based-book/-/merge_requests/4))


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


### 🐛 Bug Fixes

- Included `.pre-commit.config.yaml` file in template ([#3](https://gitlab.com/znicholls/copier-notebook-based-book/-/merge_requests/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](https://gitlab.com/znicholls/copier-notebook-based-book/-/merge_requests/1))

### 📚 Improved Documentation

- Fixed up the instructions about how to setup the RtD integration ([#2](https://gitlab.com/znicholls/copier-notebook-based-book/-/merge_requests/2))

### 🔧 Trivial/Internal Changes

- [#2](https://gitlab.com/znicholls/copier-notebook-based-book/-/merge_requests/2)
