0.2.2: adds )!! ).. to automatically mark macros as all hex codes or all variables.

This commit is contained in:
abbie 2022-01-29 10:48:59 +00:00
parent 20dd51cee4
commit c0f4804746
No known key found for this signature in database
GPG key ID: 04DDE463F9200F87
2 changed files with 4 additions and 4 deletions

4
README
View file

@ -14,10 +14,10 @@ Latest release and setup
---------------------------- ----------------------------
Clone this repository to get the latest development version. Clone this repository to get the latest development version.
Currently we are at version 0.2.1 of the software. Currently we are at version 0.2.2 of the software.
If you'd like the point release (stable) version, run these commands below: If you'd like the point release (stable) version, run these commands below:
git reset --hard 0.2.1 git reset --hard 0.2.2
cargo build --release cargo build --release
If you want the latest development release, run these commands: If you want the latest development release, run these commands:

View file

@ -11,10 +11,10 @@
<h2>Latest release and setup</h2> <h2>Latest release and setup</h2>
<p>Clone this repository to get the latest development version.</p> <p>Clone this repository to get the latest development version.</p>
<p>Currently we are at version 0.2.1 of the software.</p> <p>Currently we are at version 0.2.2 of the software.</p>
<p>If you'd like the point release (stable) version, run these commands below:</p> <p>If you'd like the point release (stable) version, run these commands below:</p>
<code>git reset --hard 0.2.1 <code>git reset --hard 0.2.2
cargo build --release</code> cargo build --release</code>
<p>If you want the latest development release, run these commands:</p> <p>If you want the latest development release, run these commands:</p>