From 4f7cdd94b0fe5fe203c334ff58b23e64235b3c98 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 25 Oct 2024 20:50:11 +0000 Subject: [PATCH] chore(release): 1.18.5 ## [1.18.5](https://github.com/act3-ace/run-time-assurance/compare/v1.18.4...v1.18.5) (2024-10-25) ### Bug Fixes * **jax:** don't jit compile external function calls ([6f591c3](https://github.com/act3-ace/run-time-assurance/commit/6f591c355c676605b7e99d6f99d19f41734167f9)), closes [#12](https://github.com/act3-ace/run-time-assurance/issues/12) --- CHANGELOG.md | 7 +++++++ VERSION | 2 +- pyproject.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d3afae2..99af2be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.18.5](https://github.com/act3-ace/run-time-assurance/compare/v1.18.4...v1.18.5) (2024-10-25) + + +### Bug Fixes + +* **jax:** don't jit compile external function calls ([6f591c3](https://github.com/act3-ace/run-time-assurance/commit/6f591c355c676605b7e99d6f99d19f41734167f9)), closes [#12](https://github.com/act3-ace/run-time-assurance/issues/12) + ## [1.18.4](https://github.com/act3-ace/run-time-assurance/compare/v1.18.3...v1.18.4) (2024-07-31) diff --git a/VERSION b/VERSION index a67b05e..8e8b0a9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.18.4 +1.18.5 diff --git a/pyproject.toml b/pyproject.toml index 3e8cf35..be8f926 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "run-time-assurance" -version = "1.18.4" +version = "1.18.5" description = "The run-time-assurance library provides an interface and implementations for Run Time Assurance (RTA) safety filters." authors = [ "Charles Keating ",