release 2.1.1

master
Anton Lydike 1 year ago
parent 3b89387e0a
commit d102376212

@ -1,6 +1,12 @@
# Changelog # Changelog
## Upcoming 2.1.0 ## 2.1.1
- Bugfix: Fix some errors in the RV32F implementation (thanks @adutilleul)
- Bugfix: Fix how floats are printed in the register view (thanks @KGrykiel)
- Bugfix: Fix missing support for infinite registers in load/store ins (thanks @superlopuh)
## 2.1.0
- Added a very basic libc containing a `crt0.s`, and a few functions - Added a very basic libc containing a `crt0.s`, and a few functions
such as `malloc`, `rand`, and `memcpy`. such as `malloc`, `rand`, and `memcpy`.

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

Loading…
Cancel
Save