Skip to content

Commit 4ed0501

Browse files
chore(release): bump version to 2.10.1 and pull in cargo security updates
Bump version 2.10.0 -> 2.10.1 across Cargo.toml, README badge, landing page badge fallback, and the schema.org softwareVersion/releaseNotes (both still pointed at 2.5.0). Incorporates the dependency bumps from PR #69: tar 0.4.44->0.4.45, grid 1.0.0->1.0.1, rustls-webpki 0.103.9->0.103.13 (includes rustls-webpki security advisory fixes).
1 parent 24ca51b commit 4ed0501

4 files changed

Lines changed: 18 additions & 18 deletions

File tree

Cargo.lock

Lines changed: 13 additions & 13 deletions
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 = "2.10.0"
3+
version = "2.10.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/ClassicMiniDIY/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-2.10.0-green.svg)
9+
![Version](https://img.shields.io/badge/version-2.10.1-green.svg)
1010

1111
---
1212

docs/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@
112112
"applicationCategory": "UtilitiesApplication",
113113
"applicationSubCategory": "Automotive Software",
114114
"operatingSystem": ["Windows 10", "Windows 11", "macOS", "Linux"],
115-
"softwareVersion": "2.5.0",
116-
"releaseNotes": "https://github.com/ClassicMiniDIY/UltraLog/releases/tag/v2.5.0",
115+
"softwareVersion": "2.10.1",
116+
"releaseNotes": "https://github.com/ClassicMiniDIY/UltraLog/releases/tag/v2.10.1",
117117
"downloadUrl": "https://github.com/ClassicMiniDIY/UltraLog/releases/latest",
118118
"installUrl": "https://github.com/ClassicMiniDIY/UltraLog/releases/latest",
119119
"screenshot": [
@@ -1427,7 +1427,7 @@ <h1 id="hero-heading" class="tagline" itemprop="headline">Unlock Your Performanc
14271427
<div class="hero-badges">
14281428
<span class="version-badge">
14291429
<span class="new-tag">New</span>
1430-
v2.10.0
1430+
v2.10.1
14311431
</span>
14321432
<a href="https://github.com/ClassicMiniDIY/UltraLog" class="opensource-badge" target="_blank" rel="noopener noreferrer">
14331433
<i class="fa-brands fa-github" aria-hidden="true"></i> Open Source

0 commit comments

Comments
 (0)