Skip to content

Commit

Permalink
v3.10.10
Browse files Browse the repository at this point in the history
  • Loading branch information
git-afsantos committed Aug 12, 2021
1 parent 257b6e2 commit 1a78282
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [3.10.10] - 2021-08-12
### Fixed
- Fixed a crash when plugins reported ignored rules.

## [3.10.9] - 2021-08-12
### Fixed
- Fixed an issue when analysing Python bytecode files not encoded in UTF-8 (bytecode should not be treated as text files).
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def package_files(directory):

setup(
name = "haros",
version = "3.10.9",
version = "3.10.10",
author = u"André Santos",
author_email = "[email protected]",
description = "Static analysis framework for ROS",
Expand Down

0 comments on commit 1a78282

Please sign in to comment.