Skip to content

Commit

Permalink
updated version and changelog
Browse files Browse the repository at this point in the history
- gitignore updated to ignore python-version files
  • Loading branch information
neelgala committed Mar 9, 2022
1 parent aae1c07 commit 2347731
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ __pycache__/*
*.pyc

riscv_config_work/*
.python-version
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

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

## [2.13.0] - 2022-03-09
- add support for detection of svnapot in ISA string
- genralize conversion of hex, oct, bin values to int in warl functions
- machine flat schema to include wlrl types as well

## [2.12.1] - 2021-12-18
### Fixed

Expand Down
2 changes: 1 addition & 1 deletion riscv_config/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from pkgutil import extend_path
__path__ = extend_path(__path__, __name__)
__version__ = '2.12.1'
__version__ = '2.13.0'

0 comments on commit 2347731

Please sign in to comment.