Skip to content

Commit

Permalink
release 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonLydike committed Oct 2, 2023
1 parent ddb0a0f commit 25b57af
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.0

- Feature: Added Zicsr extension and with that support for CSRs
- Feature: Starting to add support for Snitch architecture (Xssr)
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.1.1"
version = "2.2.0"
description = "A basic RISC-V emulator"
authors = ["Anton Lydike <me@antonlydike.de>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion riscemu/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@

__author__ = "Anton Lydike <Anton@Lydike.com>"
__copyright__ = "Copyright 2023 Anton Lydike"
__version__ = importlib.metadata.version("riscemu")
__version__ = importlib.metadata.version(__name__)

0 comments on commit 25b57af

Please sign in to comment.