Skip to content

Commit 8da340a

Browse files
committed
Release: update version to 0.9.7
Signed-off-by: Pavel Pisa <[email protected]>
1 parent 0d0e88d commit 8da340a

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cmake_policy(VERSION 3.10)
33

44
project(QtRVSim
55
LANGUAGES C CXX
6-
VERSION 0.9.6
6+
VERSION 0.9.7
77
DESCRIPTION "RISC-V CPU simulator for education purposes")
88

99
set(KAREL_KOCI "Karel Koci <[email protected]>")

data/cz.cvut.edu.comparch.qtrvsim.metainfo.xml.in

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,16 @@
1616
</description>
1717

1818
<releases>
19-
<release version="@MAIN_PROJECT_VERSION@" date="2023-12-11">
19+
<release version="@MAIN_PROJECT_VERSION@" date="2024-02-16">
2020
<description>
2121
<p>Current project release.</p>
2222
</description>
2323
</release>
24+
<release version="0.9.6" date="2023-12-11">
25+
<description>
26+
<p>RISC-V A extension, ACLINT MTIMER, IRQ support, L2 cache, GUI editor tabs</p>
27+
</description>
28+
</release>
2429
<release version="0.9.5" date="2023-01-16">
2530
<description>
2631
<p>More CSR updates, fix branch range, CLI OS emulation, coreview diagrams updates, RV64IM in CI</p>

extras/packaging/deb/debian/changelog

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
qtrvsim (0.9.7-1) unstable; urgency=medium
2+
3+
* GUI: fix examples button crashes on Windows and sometimes other platforms
4+
* GUI: fix crash when no tab is selected
5+
* CI: add windows libs to artifacts and use more cores available
6+
* CI: Make pack QT with Win artifact
7+
* Project: Use the include directory for LibElf on macOS, Homebrew misses RISC-V
8+
* Machine: set SXL and UXL to 64-bit XLEN for RV64
9+
10+
-- Pavel Pisa <[email protected]> Thu, 15 Feb 2024 20:57:12 +0100
11+
112
qtrvsim (0.9.6-1) unstable; urgency=medium
213

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

0 commit comments

Comments
 (0)