release 2.1.1

v2.1.1
Anton Lydike 1 year ago
parent 47fef8c99f
commit 4d19738072

@ -1,5 +1,11 @@
# Changelog
## 2.1.1
- Bugfix: Allow infinite registers with more than two digits in load/store ins
- Bugfix: Fix how floating point registers are displayed in the debugger
- Bugfix: Various semantic problems in RV32F
## 2.1.0
- Added a very basic libc containing a `crt0.s`, and a few functions

@ -34,4 +34,4 @@ from .parser import tokenize, parse_tokens, AssemblyFileLoader
__author__ = "Anton Lydike <Anton@Lydike.com>"
__copyright__ = "Copyright 2023 Anton Lydike"
__version__ = "2.0.5"
__version__ = "2.1.1"

Loading…
Cancel
Save