Skip to content

Commit

Permalink
Bump to version 0.5.0
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jonathanpallant committed Nov 29, 2024
1 parent a4981c3 commit ef1ee8f
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 ef1ee8f

Please sign in to comment.