From d2ae4a5638802e52dfb8c1fdc17e24baa0127f38 Mon Sep 17 00:00:00 2001 From: Stefan Krastanov Date: Tue, 13 Aug 2024 20:57:15 -0400 Subject: [PATCH] changelog and version bump --- CHANGELOG.md | 4 ++++ Project.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0086a7b..3cccf8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # News +## v0.4.3 - 2024-08-13 + +- **(fix)** Fix for incorrect basis for `express(_,::QuantumOpticsRepr)` for certain operators. + ## v0.4.2 - 2024-08-11 - `@withmetadata` now supports inline docstrings for struct fields diff --git a/Project.toml b/Project.toml index b5021c0..76f73a4 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.4.2" +version = "0.4.3" [deps] Latexify = "23fbe1c1-3f47-55db-b15f-69d7ec21a316"