Skip to content

Commit

Permalink
Bump version to 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
TheThirdOne committed Jun 19, 2019
1 parent b661ecf commit adb7a2c
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 10 deletions.
2 changes: 1 addition & 1 deletion help/Command.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<html>
<title>RARS 1.2 help contents
<title>RARS 1.3 help contents
</title>
<body>
<center>
Expand Down
2 changes: 1 addition & 1 deletion help/Debugging.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<html>
<title>RARS 1.2 help contents
<title>RARS 1.3 help contents
</title>
<body>
<center>
Expand Down
12 changes: 9 additions & 3 deletions help/History.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,17 @@
<body>
<center>
<h3>RARS - RISC-V Assembler and Runtime Simulator</h3>
<h4>Release 1.2</h4>
<h4>March 2019</h4>
<h4>Release 1.3</h4>
<h4>June 2019</h4>
<h4>Release History</h4>
</center>

<p>
RARS 1.3 was released in June 2019.
It added a Java API to allow for quick automated simulation and contains several bugfixes.
A full changelist is availible at <a href="https://github.com/TheThirdOne/rars/releases/tag/v1.3">https://github.com/TheThirdOne/rars/releases/tag/v1.3</a>
</p>

<p>RARS 1.2 was released in March 2019. It improved tooling for new developers and fixed some documentation issues</p>

<p>RARS 1.1 was released in August 2018. This release fixed a bug with AUIPC and psuedointructions that used it, lbu
Expand All @@ -24,7 +30,7 @@ <h4>Release History</h4>
work with RISC-V, however if someone ports it, it could be merged in.</li>
<li>Removed delayed branching</li>
<li>Removed the print feature</li>
<li>Added a testing framework to verify compatability with the RISC-V specification</li>
<li>Added a testing framework to verify compatibility with the RISC-V specification</li>
</ul>
</p>

Expand Down
2 changes: 1 addition & 1 deletion help/IDE.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<html>
<title>RARS 1.2 help contents
<title>RARS 1.3 help contents
</title>
<body>
<center>
Expand Down
2 changes: 1 addition & 1 deletion help/Intro.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<html>
<title>RARS 1.2 help contents
<title>RARS 1.3 help contents
</title>
<body>
<center>
Expand Down
2 changes: 1 addition & 1 deletion help/Limits.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<html>
<title>RARS 1.2 help contents
<title>RARS 1.3 help contents
</title>
<body>
<center>
Expand Down
2 changes: 1 addition & 1 deletion help/Tools.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<html>
<title>RARS 1.2 help contents
<title>RARS 1.3 help contents
</title>
<body>
<center>
Expand Down
2 changes: 1 addition & 1 deletion rars/Globals.java
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ public class Globals {
/**
* The current version number. Can't wait for "initialize()" call to get it.
*/
public static final String version = "1.2";
public static final String version = "1.3";
/**
* List of accepted file extensions for RISCV assembly source files.
*/
Expand Down

0 comments on commit adb7a2c

Please sign in to comment.