Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelpoluektov committed Oct 12, 2023
1 parent 8d6923a commit 1640d9e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
1 change: 0 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ pipeline {
// }
} }
}
// post { cleanup { xcoreCleanSandbox() } }
}

def runTests(String platform) {
Expand Down
14 changes: 13 additions & 1 deletion docs/rst/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,19 @@
Changelog
=========

* 1.0.0
Version 1.1.3
-------------

* Add IO server
* Add hardware testing
* Remove device and base interpreters, move host interpreter down
* Remove host interpreter smoke test
* Remove unused third party libraries
* Rename ``xcore_tflm_host_interpreter`` to ``TFLMHostInterpreter`` to follow Python naming conventions


Version 1.0.0
-------------

First release

0 comments on commit 1640d9e

Please sign in to comment.