Skip to content

Commit

Permalink
Merge pull request #35 from rust-embedded-community/release-050
Browse files Browse the repository at this point in the history
Release v0.5.0
  • Loading branch information
jonathanpallant authored Nov 29, 2024
2 parents a4981c3 + ef1ee8f commit 930da4d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## v0.5.0 (2024-11-29)

* [#26] - Add `memchr`
* [#27] - Add `qsort`
* [#28] - Add `strcat` and `strchr`
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tinyrlibc"
version = "0.4.0"
version = "0.5.0"
authors = ["Jonathan 'theJPster' Pallant <[email protected]>"]
edition = "2021"
description = "Tiny, incomplete C library for bare-metal targets, written in Stable (but Unsafe) Rust"
Expand Down

0 comments on commit 930da4d

Please sign in to comment.