From aa3d6caf0f20cad85f61ab370c9dd117fcf2423b Mon Sep 17 00:00:00 2001 From: Christian Kral Date: Fri, 13 Sep 2024 19:54:21 +0200 Subject: [PATCH] Export new functions --- HISTORY.md | 5 ++++- Project.toml | 2 +- src/phasor.jl | 3 ++- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index ec0ebaa..b441600 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,8 +1,11 @@ # History.md +## v0.10.1 2024-09-13 +- Export functions `phasorsine_hline` and `phasorcosine_hline` + ## 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 eb478ca..b80c2dc 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "ElectricalEngineering" uuid = "84e62fa8-74a0-5990-9214-c45bd74ae4d7" authors = ["Christian Kral "] -version = "0.10.0" +version = "0.10.1" [deps] Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7" diff --git a/src/phasor.jl b/src/phasor.jl index 233b14b..e7f19e9 100644 --- a/src/phasor.jl +++ b/src/phasor.jl @@ -1,5 +1,6 @@ export j, pol, ∠, phasor, - phasorsine, phasorcosine, angulardimension, phasordimension + phasorsine, phasorcosine, angulardimension, phasordimension, + phasorsine_hline, phasorcosine_hline """ `j = 1im` equals the imaginary unit