From 573580f6e39436623dcfac1e7bd39ad2b5a8bdfa Mon Sep 17 00:00:00 2001 From: Jonathan Meyers Date: Thu, 17 Oct 2024 05:49:21 +0200 Subject: [PATCH] chore(main): release 0.4.5 (#342) --- CHANGELOG.md | 7 +++++++ setup.cfg | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fde4df1..db4a46ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.4.5](https://github.com/Zero-True/zero-true/compare/v0.4.4...v0.4.5) (2024-10-16) + + +### Bug Fixes + +* **escaping:** Corrected triple string and backslash character handling in TOML file creation ([#339](https://github.com/Zero-True/zero-true/issues/339)) ([245b9df](https://github.com/Zero-True/zero-true/commit/245b9df30920ce805ddb98bb738b0fb8aff96374)) + ## [0.4.4](https://github.com/Zero-True/zero-true/compare/v0.4.3...v0.4.4) (2024-10-10) diff --git a/setup.cfg b/setup.cfg index 130fc9a0..87f38154 100644 --- a/setup.cfg +++ b/setup.cfg @@ -8,7 +8,7 @@ license_files = LICENSE description = A collaborative notebook built for data scientists long_description = file: README.md long_description_content_type = text/markdown -version = 0.4.4 +version = 0.4.5 [options]