From 080f76bbddeaf114b04f41893513fbbe8f1c9b92 Mon Sep 17 00:00:00 2001 From: Sam Isaacson Date: Wed, 2 Feb 2022 10:40:43 -0500 Subject: [PATCH] version 10.5 --- HISTORY.md | 2 ++ Project.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index c6e6f316a3..d45021d7d1 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,6 +1,8 @@ # Breaking updates and feature summaries across releases ## Catalyst unreleased (master branch) + +## Catalyst 10.5 - Added `@reaction` macro ```julia rx = @reaction k*v, A + B --> C + D diff --git a/Project.toml b/Project.toml index ad6a7d8f61..e32a2c7141 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "Catalyst" uuid = "479239e8-5488-4da2-87a7-35f2df7eef83" -version = "10.4.3" +version = "10.5" [deps] AbstractAlgebra = "c3fe647b-3220-5bb0-a1ea-a7954cac585d"