Skip to content

Commit

Permalink
Bump to v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Kazik24 committed Sep 21, 2020
1 parent 604de51 commit d3def80
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
### Version 0.1.1
- Bug fixes, more tests, update dependencies.

### Version 0.1.0
- Initial release :)
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[package]
name = "juggle"
version = "0.1.1-dev"
version = "0.1.1"
authors = ["Kazik24 <kazik24official@gmail.com>"]
edition = "2018"
description = "Async task switching for single threaded environments."
description = "Async task switching for cooperative multitasking in single thread environments with no_std support."
documentation = "https://docs.rs/juggle"
readme = "README.md"
homepage = "https://github.com/Kazik24/juggle"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ https://crates.io/crates/juggle)
[![Documentation](https://docs.rs/juggle/badge.svg)](
https://docs.rs/juggle)
[![Rust version](https://img.shields.io/badge/Rust-1.46+-blueviolet.svg)](
https://docs.rs/juggle)
https://www.rust-lang.org)

Async task switching for
[cooperative multitasking](https://en.wikipedia.org/wiki/Cooperative_multitasking)
in single threaded environments.
in single thread environments with `no_std` support.

This library provides tools to dynamically manage group of tasks in single threaded or embedded
environments. Note than this is not an operating system but can serve as a simple replacement
Expand Down

0 comments on commit d3def80

Please # to comment.