Skip to content

Commit 69e16fa

Browse files
committed
updated CHANGELOG
1 parent fa57110 commit 69e16fa

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

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

5+
## 2.2.1 - 2020-05-18
6+
### Changed
7+
- Changed minimum python version requirement to 3.6.0 which is typically easy to install on all
8+
major distributions
9+
- Updated readme with better installation instructions
10+
511
## 2.2.0 - 2020-04-07
612
### Changed
713
- Renamed the 'implemented' field in rv32 and rv64 nodes to 'accessible'.

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.0"
3+
__version__ = "2.2.1"

0 commit comments

Comments
 (0)