Skip to content

Commit 48d219a

Browse files
chore: release
1 parent e93679f commit 48d219a

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.4.2](https://github.com/alphal00p/spenso/compare/v0.4.1...v0.4.2) - 2024-12-30
10+
11+
### Fixed
12+
13+
- fix atom replace repeat code
14+
15+
### Other
16+
17+
- update to symbolica 0.14
18+
- update to new symbol api
19+
- update to evaluate api
20+
- New tensor atom core
21+
- Change from Exponent to PositiveExponent for compatibility with latest symbolica
22+
- back to symbolica main
23+
924
## [0.4.1](https://github.com/alphal00p/spenso/compare/v0.4.0...v0.4.1) - 2024-10-26
1025

1126
### Other

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "spenso"
3-
version = "0.4.1"
3+
version = "0.4.2"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
66
authors = ["Lucien Huber <[email protected]>"]

0 commit comments

Comments
 (0)