From e87cb63583000ce4717d6c0b6946249f1dba3c23 Mon Sep 17 00:00:00 2001 From: AntonReinhard Date: Mon, 2 Sep 2024 20:13:34 +0200 Subject: [PATCH 1/2] Update version to 0.1.1 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 0727a67..52be8c4 100644 --- a/Project.toml +++ b/Project.toml @@ -4,7 +4,7 @@ authors = [ "Uwe Hernandez Acosta ", "Anton Reinhard ", ] -version = "0.1.0" +version = "0.1.1" [deps] DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae" From b302c389a84970568623ed6185d75db71eb66ab7 Mon Sep 17 00:00:00 2001 From: AntonReinhard Date: Tue, 3 Sep 2024 15:29:22 +0200 Subject: [PATCH 2/2] Add Changelog --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5f53bf..378eef7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## Version 0.1.1 + +This release contains some minor fixes and CI work. No breaking changes have been introduced. + +[diff since 0.1.0](https://github.com/QEDjl-project/QEDcore.jl/compare/release-0.1.0...release-0.1.1) + +### Fixes + +- [#42](https://github.com/QEDjl-project/QEDcore.jl/pull/42): Make `mul` function private since `*` should be used instead +- [#47](https://github.com/QEDjl-project/QEDcore.jl/pull/47): Fix docs building to deploy to gh-pages correctly + +### Maintenance + +- [#44](https://github.com/QEDjl-project/QEDcore.jl/pull/44): Add docs building job to the CI +- [#46](https://github.com/QEDjl-project/QEDcore.jl/pull/46): Remove `Suppressor.jl` dependency which is not needed anymore + ## Version 0.1.0 **Initial Release**