Skip to content

Commit eced2b9

Browse files
authored
Bump to 0.3.0 (#12)
1 parent a1c832b commit eced2b9

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,17 @@
22

33
## Unreleased
44

5+
* None
6+
7+
## v0.3.0 (2022-10-18)
8+
9+
* [#11] - Switch to `core::ffi` types (requires Rust 1.64)
10+
* [#10] - Add CI using Github Actions
511
* [#7] - Add `strtoul` and `strcpy`
612
* [#8] - Add `abs`
713

14+
[#11]: https://github.com/rust-embedded-community/tinyrlibc/pull/11
15+
[#10]: https://github.com/rust-embedded-community/tinyrlibc/pull/10
816
[#7]: https://github.com/rust-embedded-community/tinyrlibc/pull/7
917
[#8]: https://github.com/rust-embedded-community/tinyrlibc/pull/8
1018

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tinyrlibc"
3-
version = "0.2.2"
3+
version = "0.3.0"
44
authors = ["Jonathan 'theJPster' Pallant <[email protected]>"]
55
edition = "2018"
66
description = "Tiny, incomplete C library for bare-metal targets, written in Stable (but Unsafe) Rust"

0 commit comments

Comments
 (0)