Skip to content

Commit ae2368d

Browse files
authored
Merge pull request #25 from rust-embedded-community/release-0.4.0
Release 0.4.0
2 parents 83ae4a9 + 95f7eac commit ae2368d

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,19 @@
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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[package]
22
name = "tinyrlibc"
3-
version = "0.3.0"
3+
version = "0.4.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"
77
license-file = "LICENCES.md"
88
readme = "README.md"
9-
repository = "https://github.com/thejpster/tinyrlibc"
9+
repository = "https://github.com/rust-embedded-community/tinyrlibc"
1010

1111
[dependencies]
1212
portable-atomic = { version = "1.6.0", optional = true }

0 commit comments

Comments
 (0)