# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [0.1.2](https://github.com/deepcausality-rs/deep_causality/compare/deep_causality_num-v0.1.1...deep_causality_num-v0.1.2) - 2025-09-22
### Fixed
- *(deep_causality)* Removed last internal macros and removed dependency on deep_causality_macro crate.
### Other
- Updated SBOM script to generate hash signature together with the SBOM.
## [0.1.1](https://github.com/deepcausality-rs/deep_causality/compare/deep_causality_num-v0.1.0...deep_causality_num-v0.1.1) - 2025-09-21
### Other
- Updated Cargo configuration and feature propagation across the entire repo.