Skip to content

Commit

Permalink
release 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonLydike committed Aug 1, 2023
1 parent 3b89387 commit d102376
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# 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
such as `malloc`, `rand`, and `memcpy`.
Expand Down
2 changes: 1 addition & 1 deletion riscemu/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@

__author__ = "Anton Lydike <[email protected]>"
__copyright__ = "Copyright 2023 Anton Lydike"
__version__ = "2.1.0"
__version__ = "2.1.1"

0 comments on commit d102376

Please sign in to comment.