From d2660812d72679c1b41e944b41e60d06fcb29688 Mon Sep 17 00:00:00 2001 From: Stefan Krastanov Date: Sun, 11 Aug 2024 17:37:49 -0400 Subject: [PATCH] bump version and changelog --- CHANGELOG.md | 4 ++++ Project.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cbf894c..0086a7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # News +## v0.4.2 - 2024-08-11 + +- `@withmetadata` now supports inline docstrings for struct fields + ## v0.4.1 - 2024-08-11 - Minor documentation improvements. diff --git a/Project.toml b/Project.toml index 8090b9c..b5021c0 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.1" +version = "0.4.2" [deps] Latexify = "23fbe1c1-3f47-55db-b15f-69d7ec21a316"