Skip to content

Commit

Permalink
chore(release): 1.18.5
Browse files Browse the repository at this point in the history
## [1.18.5](v1.18.4...v1.18.5) (2024-10-25)

### Bug Fixes

* **jax:** don't jit compile external function calls ([6f591c3](6f591c3)), closes [#12](#12)
  • Loading branch information
semantic-release-bot committed Oct 25, 2024
1 parent 6f591c3 commit 4f7cdd9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.18.4
1.18.5
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
Expand Down

0 comments on commit 4f7cdd9

Please sign in to comment.