Skip to content

Commit d3e68ad

Browse files
Merge pull request #6 from rust-embedded-community/release_022
Changes for v0.2.2
2 parents f492269 + 88a7680 commit d3e68ad

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Changelog
2+
3+
## v0.2.2 (2022-03-17)
4+
5+
* [#5] - Swap `i32` to `CInt` in `strchr`.
6+
7+
[#5]: https://github.com/rust-embedded-community/tinyrlibc/pull/5
8+
9+
## v0.2.1 (2021-05-17)
10+
11+
* [#2] - Add `strncpy`
12+
13+
[#2]: https://github.com/rust-embedded-community/tinyrlibc/pull/2
14+
15+
## v0.2.0 (2019-11-06)
16+
17+
* [#1] - Add `strchr`
18+
19+
[#1]: https://github.com/rust-embedded-community/tinyrlibc/pull/1
20+
21+
## v0.1.2 (2019-09-01)
22+
23+
* First release

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.1"
3+
version = "0.2.2"
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)