Skip to content

Commit a27a85b

Browse files
committed
change version
1 parent ec7b613 commit a27a85b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
44

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+
510
## 2.2.1 - 2020-05-18
611
### Changed
712
- Changed minimum python version requirement to 3.6.0 which is typically easy to install on all

riscv_config/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from pkgutil import extend_path
22
__path__ = extend_path(__path__, __name__)
3-
__version__ = "2.2.1"
3+
__version__ = "2.2.2"

0 commit comments

Comments
 (0)