Skip to content

Commit

Permalink
Release: update version to 0.9.7
Browse files Browse the repository at this point in the history
Signed-off-by: Pavel Pisa <[email protected]>
  • Loading branch information
ppisa committed Feb 15, 2024
1 parent 0d0e88d commit 8da340a
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cmake_policy(VERSION 3.10)

project(QtRVSim
LANGUAGES C CXX
VERSION 0.9.6
VERSION 0.9.7
DESCRIPTION "RISC-V CPU simulator for education purposes")

set(KAREL_KOCI "Karel Koci <[email protected]>")
Expand Down
7 changes: 6 additions & 1 deletion data/cz.cvut.edu.comparch.qtrvsim.metainfo.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,16 @@
</description>

<releases>
<release version="@MAIN_PROJECT_VERSION@" date="2023-12-11">
<release version="@MAIN_PROJECT_VERSION@" date="2024-02-16">
<description>
<p>Current project release.</p>
</description>
</release>
<release version="0.9.6" date="2023-12-11">
<description>
<p>RISC-V A extension, ACLINT MTIMER, IRQ support, L2 cache, GUI editor tabs</p>
</description>
</release>
<release version="0.9.5" date="2023-01-16">
<description>
<p>More CSR updates, fix branch range, CLI OS emulation, coreview diagrams updates, RV64IM in CI</p>
Expand Down
11 changes: 11 additions & 0 deletions extras/packaging/deb/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
qtrvsim (0.9.7-1) unstable; urgency=medium

* GUI: fix examples button crashes on Windows and sometimes other platforms
* GUI: fix crash when no tab is selected
* CI: add windows libs to artifacts and use more cores available
* CI: Make pack QT with Win artifact
* Project: Use the include directory for LibElf on macOS, Homebrew misses RISC-V
* Machine: set SXL and UXL to 64-bit XLEN for RV64

-- Pavel Pisa <[email protected]> Thu, 15 Feb 2024 20:57:12 +0100

qtrvsim (0.9.6-1) unstable; urgency=medium

* GUI: add reset widows menu entry to restore default windows layout
Expand Down

0 comments on commit 8da340a

Please sign in to comment.