Skip to content

Commit

Permalink
release v2.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonLydike committed Jul 7, 2024
1 parent eaf3cb5 commit ee704f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Upcoming
## 2.2.7

- BugFix: Fix `malloc` implementation from being just wrong to being right (I think?)
- BugFix: Fix `MMU.translate_address` to actually return the best match (wow!)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "riscemu"
version = "2.2.6"
version = "2.2.7"
description = "A basic RISC-V emulator"
authors = ["Anton Lydike <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit ee704f3

Please sign in to comment.