Skip to content

Commit

Permalink
chore(release): 2.1.1
Browse files Browse the repository at this point in the history
## [2.1.1](v2.1.0...v2.1.1) (2024-10-25)

### Bug Fixes

* **jax:** move jax support to optional experimental feature ([1b4a52d](1b4a52d)), closes [#8](#8)
  • Loading branch information
semantic-release-bot committed Oct 25, 2024
1 parent 1b4a52d commit b8acfa7
Show file tree
Hide file tree
Showing 4 changed files with 689 additions and 559 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [2.1.1](https://github.com/act3-ace/safe-autonomy-simulation/compare/v2.1.0...v2.1.1) (2024-10-25)

Check failure on line 1 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / lint

First line in a file should be a top-level heading [Context: "## [2.1.1](https://github.com/..."]


Check failure on line 3 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / lint

Multiple consecutive blank lines [Expected: 1; Actual: 2]
### Bug Fixes

* **jax:** move jax support to optional experimental feature ([1b4a52d](https://github.com/act3-ace/safe-autonomy-simulation/commit/1b4a52dd84bb43d547cc1ac15e0d998413758808)), closes [#8](https://github.com/act3-ace/safe-autonomy-simulation/issues/8)

Check failure on line 6 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / lint

Line length [Expected: 80; Actual: 250]

# [2.1.0](https://github.com/act3-ace/safe-autonomy-simulation/compare/v2.0.15...v2.1.0) (2024-10-24)


Check failure on line 10 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / lint

Multiple consecutive blank lines [Expected: 1; Actual: 2]
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.0
2.1.1
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 = "safe-autonomy-simulation"
version = "2.1.0"
version = "2.1.1"
description = "A library for building continuous simulation environments, designed to support safe autonomy research."
authors = [
"james.cunningham <[email protected]>",
Expand Down
Loading

0 comments on commit b8acfa7

Please sign in to comment.