Skip to content

Commit

Permalink
v3.10.16
Browse files Browse the repository at this point in the history
  • Loading branch information
git-afsantos committed Sep 4, 2021
1 parent 5eb06b2 commit f4cd819
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 @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [3.10.16] - 2021-09-04
### Fixed
- Fixed a crash when reading non-ASCII source files.

## [3.10.15] - 2021-08-27
### Fixed
- Fixed a crash when parsing certain types of HPL properties.
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.15",
version = "3.10.16",
author = u"André Santos",
author_email = "haros.framework@gmail.com",
description = "Static analysis framework for ROS",
Expand Down

0 comments on commit f4cd819

Please sign in to comment.