From 6f9bf7624a8de2940574ce35a8ebf152397391fe Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 23 Jan 2023 15:37:33 -0500 Subject: [PATCH] chore(master): release 0.7.0 (#47) Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index eea22e6..46e4f27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [0.7.0](https://github.com/lotusflare/lucas/compare/v0.6.0...v0.7.0) (2023-01-23) + + +### Features + +* more config options, CI and repo improvements ([7a88ba1](https://github.com/lotusflare/lucas/commit/7a88ba1b8a20233a1d18c76df16d18c688171c0d)) +* print error when logging callback fails ([1c8c7ae](https://github.com/lotusflare/lucas/commit/1c8c7ae9b64f7fd55ae6ca3f3c4ee19c584c49dc)) + + +### Bug Fixes + +* CI ([234f01b](https://github.com/lotusflare/lucas/commit/234f01b80db826f4041582981623f14fbe3f570f)) +* missing error handling block, various docs changes ([4161271](https://github.com/lotusflare/lucas/commit/4161271600c00d7434b92d0edbfb3c2f76fd81af)) +* missing error handling, add valgrind ([6ebc15b](https://github.com/lotusflare/lucas/commit/6ebc15b113a14d48ad88ecb0e4526ef10279d0b1)) + ## [0.6.0](https://github.com/lotusflare/lucas/compare/v0.5.1...v0.6.0) (2023-01-04)