Skip to content

Commit ef1ee8f

Browse files
Bump to version 0.5.0
We could release as 0.4.1, but you only need these functions when you *actually* need them, and adding extra public no-mangled symbols to a project without asking might be problematic. So, every release is a breaking change and if you need the new APIs, you can just update to it.
1 parent a4981c3 commit ef1ee8f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
## v0.5.0 (2024-11-29)
6+
57
* [#26] - Add `memchr`
68
* [#27] - Add `qsort`
79
* [#28] - Add `strcat` and `strchr`

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tinyrlibc"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
authors = ["Jonathan 'theJPster' Pallant <[email protected]>"]
55
edition = "2021"
66
description = "Tiny, incomplete C library for bare-metal targets, written in Stable (but Unsafe) Rust"

0 commit comments

Comments
 (0)