Skip to content

Commit 9e71607

Browse files
committed
Bump to 0.5.0
1 parent 8cf40c4 commit 9e71607

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

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

8+
## v0.5.0
9+
10+
### Changed
11+
12+
- MSRV is bumped to 1.93.
13+
814
## v0.4.0
915

1016
### 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[package]
22
name = "sjlj2"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
edition = "2024"
55
description = "Safer, cheaper and more ergonomic setjmp/longjmp in Rust"
66
documentation = "https://docs.rs/sjlj2"
77
categories = ["embedded", "no-std::no-alloc"]
88
keywords = ["setjmp", "longjmp"]
99
repository = "https://github.com/oxalica/sjlj2"
1010
license = "MIT OR Apache-2.0"
11-
exclude = ["flake.nix", "flake.lock"]
11+
exclude = ["flake.nix", "flake.lock", ".github"]
1212
# NB. Sync with CI!
1313
rust-version = "1.93" # asm_cfg
1414

0 commit comments

Comments
 (0)