diff --git a/CHANGELOG.md b/CHANGELOG.md index f2ad3a6..3a12857 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # News +## v0.3.3 - 2024-07-02 + +- Introduced `qexpand` function that manually expands expressions containing quantum objects. +- Organized automatic scaling and flattening procedures. +- Added `express.md` to docs. + ## v0.3.2 - 2024-06-28 - Added documentation for `express`. diff --git a/Project.toml b/Project.toml index 2ed9266..58d45f7 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "QuantumSymbolics" uuid = "efa7fd63-0460-4890-beb7-be1bbdfbaeae" authors = ["QuantumSymbolics.jl contributors"] -version = "0.3.2" +version = "0.3.3" [deps] Latexify = "23fbe1c1-3f47-55db-b15f-69d7ec21a316"