File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,24 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ Version 0.0.2] - 2020-08-06
9+
10+ Remove graphviz as a required dependency, add the taint_output flag.
11+
12+ ### Added
13+
14+ - taint_output flag
15+
16+ ### Changed
17+
18+ - N/A
19+
20+ ### Removed
21+
22+ - Dependency on graphviz package
23+
24+ [ 0.0.2 ] : https://github.com/zeropointdynamics/zelos-crashd/releases/tag/v0.0.2
25+
826## [ Version 0.0.1] - 2020-08-05
927
1028Initial public release.
Original file line number Diff line number Diff line change 1414# License along with this program. If not, see
1515# <http://www.gnu.org/licenses/>.
1616# ======================================================================
17- __version__ = "0.0.1 "
17+ __version__ = "0.0.2 "
1818
1919__title__ = "zelos-crashd"
2020__description__ = "A zelos plugin for crash analysis."
You can’t perform that action at this time.
0 commit comments