Skip to content

Commit 2347731

Browse files
committed
updated version and changelog
- gitignore updated to ignore python-version files
1 parent aae1c07 commit 2347731

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ __pycache__/*
1010
*.pyc
1111

1212
riscv_config_work/*
13+
.python-version

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.13.0] - 2022-03-09
6+
- add support for detection of svnapot in ISA string
7+
- genralize conversion of hex, oct, bin values to int in warl functions
8+
- machine flat schema to include wlrl types as well
9+
510
## [2.12.1] - 2021-12-18
611
### Fixed
712

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.12.1'
3+
__version__ = '2.13.0'

0 commit comments

Comments
 (0)