Skip to content

Commit

Permalink
chore(release): 2.1.4
Browse files Browse the repository at this point in the history
## [2.1.4](v2.1.3...v2.1.4) (2025-01-09)

### Bug Fixes

* **inspection:** enable entity-specific inspection point attributionfixed agent inspection weight attribution bug and added single agent inspection points attribution ([#28](#28)) ([c3aa3a5](c3aa3a5))
  • Loading branch information
semantic-release-bot committed Jan 9, 2025
1 parent c3aa3a5 commit 4eb3d5e
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 @@
## [2.1.4](https://github.com/act3-ace/safe-autonomy-simulation/compare/v2.1.3...v2.1.4) (2025-01-09)

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.4](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

* **inspection:** enable entity-specific inspection point attributionfixed agent inspection weight attribution bug and added single agent inspection points attribution ([#28](https://github.com/act3-ace/safe-autonomy-simulation/issues/28)) ([c3aa3a5](https://github.com/act3-ace/safe-autonomy-simulation/commit/c3aa3a5c7ba8cfcfc03de814c2fd8f3e35462c56))

Check failure on line 6 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / lint

Line length [Expected: 80; Actual: 353]

## [2.1.3](https://github.com/act3-ace/safe-autonomy-simulation/compare/v2.1.2...v2.1.3) (2024-10-30)


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.3
2.1.4
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.3"
version = "2.1.4"
description = "A library for building continuous simulation environments, designed to support safe autonomy research."
authors = [
"james.cunningham <[email protected]>",
Expand Down

0 comments on commit 4eb3d5e

Please sign in to comment.