Skip to content

Commit

Permalink
Bump to 0.3.0 (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
thejpster authored Oct 19, 2022
1 parent a1c832b commit eced2b9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,17 @@

## Unreleased

* None

## v0.3.0 (2022-10-18)

* [#11] - Switch to `core::ffi` types (requires Rust 1.64)
* [#10] - Add CI using Github Actions
* [#7] - Add `strtoul` and `strcpy`
* [#8] - Add `abs`

[#11]: https://github.com/rust-embedded-community/tinyrlibc/pull/11
[#10]: https://github.com/rust-embedded-community/tinyrlibc/pull/10
[#7]: https://github.com/rust-embedded-community/tinyrlibc/pull/7
[#8]: https://github.com/rust-embedded-community/tinyrlibc/pull/8

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.2.2"
version = "0.3.0"
authors = ["Jonathan 'theJPster' Pallant <[email protected]>"]
edition = "2018"
description = "Tiny, incomplete C library for bare-metal targets, written in Stable (but Unsafe) Rust"
Expand Down

0 comments on commit eced2b9

Please sign in to comment.