diff --git a/CHANGELOG.md b/CHANGELOG.md index d512f5e..8b4559a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # SparseConnectivityTracer.jl +## Version `v0.6.8` + +* ![Feature][badge-feature] Support `clamp` and `clamp!` ([#208]) + ## Version `v0.6.7` * ![Enhancement][badge-enhancement] Drop compatibility with Julia <1.10 to improve tracer performance ([#204], [#205]) @@ -80,6 +84,7 @@ [badge-maintenance]: https://img.shields.io/badge/maintenance-gray.svg [badge-docs]: https://img.shields.io/badge/docs-orange.svg +[#208]: https://github.com/adrhill/SparseConnectivityTracer.jl/pull/208 [#205]: https://github.com/adrhill/SparseConnectivityTracer.jl/pull/205 [#204]: https://github.com/adrhill/SparseConnectivityTracer.jl/pull/204 [#202]: https://github.com/adrhill/SparseConnectivityTracer.jl/pull/202 diff --git a/Project.toml b/Project.toml index 00d02c1..88aa774 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "SparseConnectivityTracer" uuid = "9f842d2f-2579-4b1d-911e-f412cf18a3f5" authors = ["Adrian Hill "] -version = "0.6.7" +version = "0.6.8-DEV" [deps] ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"