Skip to content

Commit efbc2aa

Browse files
chore(master): release 2.5.2 (#174)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e4da893 commit efbc2aa

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.5.1"
2+
".": "2.5.2"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [2.5.2](https://github.com/SymbolicML/DynamicExpressions.jl/compare/v2.5.1...v2.5.2) (2026-03-23)
4+
5+
6+
### Bug Fixes
7+
8+
* treat im as imaginary unit in string parsing ([#168](https://github.com/SymbolicML/DynamicExpressions.jl/issues/168)) ([29ebdab](https://github.com/SymbolicML/DynamicExpressions.jl/commit/29ebdab9123f35ee5820799957f39612850baf57))
9+
310
## [1.11.0](https://github.com/SymbolicML/DynamicExpressions.jl/compare/v1.10.4...v1.11.0) (2026-03-21)
411

512
## [1.10.4](https://github.com/SymbolicML/DynamicExpressions.jl/compare/v1.10.3...v1.10.4) (2026-03-08)

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "DynamicExpressions"
22
uuid = "a40a106e-89c9-4ca8-8020-a735e8728b6b"
33
authors = ["MilesCranmer <miles.cranmer@gmail.com>"]
4-
version = "2.5.1"
4+
version = "2.5.2"
55

66
[deps]
77
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"

0 commit comments

Comments
 (0)