Skip to content

Commit 0104594

Browse files
Fixes the improper parsing of the romraider files
Signed-off-by: Cole Gentry <peapod2007@gmail.com>
1 parent 8c05165 commit 0104594

File tree

8 files changed

+4528
-37
lines changed

8 files changed

+4528
-37
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ultralog"
3-
version = "1.7.0"
3+
version = "1.7.1"
44
edition = "2021"
55
description = "A high-performance ECU log viewer written in Rust"
66
authors = ["Cole Gentry"]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ A high-performance, cross-platform ECU log viewer written in Rust.
66

77
![CI](https://github.com/SomethingNew71/UltraLog/actions/workflows/ci.yml/badge.svg)
88
![License](https://img.shields.io/badge/license-AGPL--3.0-blue.svg)
9-
![Version](https://img.shields.io/badge/version-1.7.0-green.svg)
9+
![Version](https://img.shields.io/badge/version-1.7.1-green.svg)
1010

1111
---
1212

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -711,7 +711,7 @@
711711
<strong>Free and open source</strong> — no subscriptions, no licenses, just download and go.
712712
</p>
713713
<div class="hero-badges">
714-
<span class="version-badge">v1.7.0</span>
714+
<span class="version-badge">v1.7.1</span>
715715
<a href="https://github.com/SomethingNew71/UltraLog" class="opensource-badge" target="_blank">
716716
<i class="fa-brands fa-github"></i> Open Source
717717
</a>

0 commit comments

Comments
 (0)