From 0e8ce89188f28a97d8c899c37ff32b51ad441830 Mon Sep 17 00:00:00 2001 From: Hiromasa Ihara Date: Mon, 4 Nov 2024 18:18:42 +0900 Subject: [PATCH] chore(main): release 1.2.4 (#24) :robot: I have created a release *beep* *boop* --- ## [1.2.4](https://github.com/girasolenergy/pyopenems/compare/v1.2.3...v1.2.4) (2024-11-04) ### Bug Fixes * add exception class and error throw code ([#25](https://github.com/girasolenergy/pyopenems/issues/25)) ([0359fe6](https://github.com/girasolenergy/pyopenems/commit/0359fe616240b21e02a77084096ed791cf5c3a01)) * fix double import for openems.__main__ ([#22](https://github.com/girasolenergy/pyopenems/issues/22)) ([72e873f](https://github.com/girasolenergy/pyopenems/commit/72e873f159b0d022b77ded097a81b693a3eec0a7)) * support incase of channels attribute is missing in component object ([#23](https://github.com/girasolenergy/pyopenems/issues/23)) ([c4b623d](https://github.com/girasolenergy/pyopenems/commit/c4b623dac7b0d9fbfe0eca9b93d09d81ff6afc91)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e6bc19..5d62a38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [1.2.4](https://github.com/girasolenergy/pyopenems/compare/v1.2.3...v1.2.4) (2024-11-04) + + +### Bug Fixes + +* add exception class and error throw code ([#25](https://github.com/girasolenergy/pyopenems/issues/25)) ([0359fe6](https://github.com/girasolenergy/pyopenems/commit/0359fe616240b21e02a77084096ed791cf5c3a01)) +* fix double import for openems.__main__ ([#22](https://github.com/girasolenergy/pyopenems/issues/22)) ([72e873f](https://github.com/girasolenergy/pyopenems/commit/72e873f159b0d022b77ded097a81b693a3eec0a7)) +* support incase of channels attribute is missing in component object ([#23](https://github.com/girasolenergy/pyopenems/issues/23)) ([c4b623d](https://github.com/girasolenergy/pyopenems/commit/c4b623dac7b0d9fbfe0eca9b93d09d81ff6afc91)) + ## [1.2.3](https://github.com/girasolenergy/pyopenems/compare/v1.2.2...v1.2.3) (2024-10-29)