File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33## Unreleased
44
5+ * None
6+
7+ ## v0.4.0 (2024-03-22)
8+
59* [ #23 ] - Add ` strncasecmp `
610* [ #21 ] - Add signal API
11+ * [ #19 ] - Add malloc/free API
12+ * [ #14 ] - C function exports now gated by feature flags
713
8- [ #23 ] : https://github.com/rust-embedded-community/tinyrlibc/pull/21
14+ [ #23 ] : https://github.com/rust-embedded-community/tinyrlibc/pull/23
915[ #21 ] : https://github.com/rust-embedded-community/tinyrlibc/pull/21
16+ [ #19 ] : https://github.com/rust-embedded-community/tinyrlibc/pull/19
17+ [ #14 ] : https://github.com/rust-embedded-community/tinyrlibc/pull/14
1018
1119## v0.3.0 (2022-10-18)
1220
Original file line number Diff line number Diff line change 11[package ]
22name = " tinyrlibc"
3- version = " 0.3 .0"
3+ version = " 0.4 .0"
44authors = [" Jonathan 'theJPster' Pallant <github@thejpster.org.uk>" ]
55edition = " 2021"
66description = " Tiny, incomplete C library for bare-metal targets, written in Stable (but Unsafe) Rust"
77license-file = " LICENCES.md"
88readme = " README.md"
9- repository = " https://github.com/thejpster /tinyrlibc"
9+ repository = " https://github.com/rust-embedded-community /tinyrlibc"
1010
1111[dependencies ]
1212portable-atomic = { version = " 1.6.0" , optional = true }
You can’t perform that action at this time.
0 commit comments