Skip to content

Commit

Permalink
version bump 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonLydike committed Oct 3, 2023
1 parent dc32542 commit f01b312
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

# 2.2.2

- Dev: Add `__all__` to `riscemu.{core,instructions,decoder}` modules to make pyright in other projects happy
- Perf: very minor fix related to not converting values twice when loaded from memory

# 2.2.1

Version bump to re-trigger CI run.
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.1"
version = "2.2.2"
description = "A basic RISC-V emulator"
authors = ["Anton Lydike <me@antonlydike.de>"]
license = "MIT"
Expand Down

0 comments on commit f01b312

Please sign in to comment.