Skip to content

Commit 930da4d

Browse files
Merge pull request #35 from rust-embedded-community/release-050
Release v0.5.0
2 parents a4981c3 + ef1ee8f commit 930da4d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+2
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

+1-1
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)