File tree Expand file tree Collapse file tree 3 files changed +15
-5
lines changed
Expand file tree Collapse file tree 3 files changed +15
-5
lines changed Original file line number Diff line number Diff line change 1+ Version 0.7.0 (2016-11-11)
2+ ==========================
3+
4+ * bugfix: [DataModel] set default sequence for StagedSequenceModel (issue #62)
5+ * bugfix: [Fuzzer] fixed start indices when resuming from session file
6+ * enhancement: [WebInterface] Improved display of test list in user interface/html
7+ * new feature: [Fuzzer] add "retest" option (issue #26)
8+ * new feature: [Fuzzer] New test listing options (issue #26)
9+ * removed feature: [Fuzzer] removed --start and --end command line arguments
10+
111Version 0.6.10 (2016-10-26)
212===========================
313
4- * new feature: [DataModel] List supports a delimiter field
514* bugfix: [DataModel] fixed hash of PsuedoTemplate to avoid collision
6- * enhancement: [DataModel] absolute name does not require the template name anymore
715* bugfix: [DataModel] self mutations of containers are not ignored anymore if they are the only mutations
16+ * enhancement: [DataModel] absolute name does not require the template name anymore
17+ * new feature: [DataModel] List supports a delimiter field
818
919Version 0.6.9 (2016-06-04)
1020==========================
Original file line number Diff line number Diff line change 6363# built documents.
6464#
6565# The short X.Y version.
66- version = '0.6.10 '
66+ version = '0.7.0 '
6767# The full version, including alpha/beta/rc tags.
68- release = '0.6.10 '
68+ release = '0.7.0 '
6969
7070# The language for content autogenerated by Sphinx. Refer to documentation
7171# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ def read(fname):
77 return open (os .path .join (os .path .dirname (__file__ ), fname )).read ()
88
99
10- VERSION = '0.6.10 '
10+ VERSION = '0.7.0 '
1111AUTHOR = 'Cisco SAS team'
1212EMAIL = 'kitty-fuzzer@googlegroups.com'
1313URL = 'https://github.com/cisco-sas/kitty.git'
You can’t perform that action at this time.
0 commit comments