We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec7b613 commit a27a85bCopy full SHA for a27a85b
CHANGELOG.md
@@ -2,6 +2,11 @@
2
3
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
4
5
+## 2.2.2 - 2020-06-09
6
+### Changed
7
+- Changed quickstart 'riscv_config' to 'riscv-config'
8
+- Changed checker.py to add check_reset_fill_fields() description
9
+
10
## 2.2.1 - 2020-05-18
11
### Changed
12
- Changed minimum python version requirement to 3.6.0 which is typically easy to install on all
riscv_config/__init__.py
@@ -1,3 +1,3 @@
1
from pkgutil import extend_path
__path__ = extend_path(__path__, __name__)
-__version__ = "2.2.1"
+__version__ = "2.2.2"
0 commit comments