diff --git a/HISTORY.md b/HISTORY.md index e30a0ec..ec0ebaa 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,8 @@ # History.md +## v0.10.0 2024-09-13 +- Add new functions `phasorsine_hline` and `phasorcosine_hline` +- ## v0.9.0 2024-09-13 - Add arguments `shift` and `marker` to functions `phasorsine` and `phasorcosine` diff --git a/Project.toml b/Project.toml index b9af4fc..eb478ca 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "ElectricalEngineering" uuid = "84e62fa8-74a0-5990-9214-c45bd74ae4d7" authors = ["Christian Kral "] -version = "0.9.0" +version = "0.10.0" [deps] Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"