# 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 -->

## pydoit-nb v0.3.4 (2024-04-04)


### Bug Fixes

- Fixed handling of serialisation of Pint quantities.

  Previously, they were mistakenly being identified as iterable,
  which was causing things to explode. ([#9](https://github.com/climate-resource/pydoit-nb/pulls/9))


## pydoit-nb v0.3.3 (2024-02-15)


### Bug Fixes

- Loosened requirements versions ([#6](https://github.com/climate-resource/pydoit-nb/pulls/6))


## pydoit-nb v0.3.2 (2024-02-08)


### Bug Fixes

- Refer to correct licence file and include licence in pyproject.toml ([#5](https://github.com/climate-resource/pydoit-nb/pulls/5))


## pydoit-nb v0.3.1 (2024-02-08)


### Trivial/Internal Changes

- [#4](https://github.com/climate-resource/pydoit-nb/pulls/4)


## pydoit-nb v0.3.0 (2024-02-05)


### Features

- Added end-to-end testing and all required features to support it.

  This should be considered to be the first, functional, stable release. ([#3](https://github.com/climate-resource/pydoit-nb/pulls/3))


## pydoit-nb v0.2.1 (2024-02-03)


### Trivial/Internal Changes

- [#2](https://github.com/climate-resource/pydoit-nb/pulls/2)


## pydoit-nb v0.2.0 (2024-02-02)


No significant changes.
