Skip to content

Commit b0eac2e

Browse files
committed
Version 1.0.1
1 parent 0978819 commit b0eac2e

File tree

7 files changed

+11
-54
lines changed

7 files changed

+11
-54
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to OpenEMC will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## 1.0.1 - 2026-03-29
8+
### Changed
9+
- log: remove signal handler
10+
- nicer string display in some log messages
11+
712
## 1.0.0 - 2026-03-20
813
### Changed
914
- log: hide malformed message by default

Cargo.lock

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

openemc-bootloader/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.

openemc-bootloader/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "openemc-bootloader"
33
description = "OpenEMC Bootloader"
44
authors = ["Sebastian Urban <surban@surban.net>"]
55
license = "GPL-3.0"
6-
version = "1.0.0"
6+
version = "1.0.1"
77
publish = false
88
edition = "2021"
99

openemc-firmware/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.

openemc-firmware/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "openemc-firmware"
33
description = "OpenEMC Firmware"
44
authors = ["Sebastian Urban <surban@surban.net>"]
55
license = "GPL-3.0"
6-
version = "1.0.0"
6+
version = "1.0.1"
77
publish = false
88
edition = "2021"
99

openemc-log/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "openemc-log"
33
description = "OpenEMC Logger"
44
authors = ["Sebastian Urban <surban@surban.net>"]
55
license = "GPL-3.0"
6-
version = "1.0.0"
6+
version = "1.0.1"
77
publish = false
88
edition = "2021"
99

0 commit comments

Comments
 (0)