Skip to content

Commit

Permalink
v0.3.1 :))))))))
Browse files Browse the repository at this point in the history
  • Loading branch information
barrowsys committed Mar 24, 2021
1 parent ba4b4d9 commit 1e85e23
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "timemachine"
version = "0.3.1-alpha"
version = "0.3.1"
authors = ["Ezra Barrow <[email protected]>"]
edition = "2018"
license = "MIT"
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# timemachine

[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
[![GitHub last commit](https://img.shields.io/github/last-commit/barrowsys/timemachine)](https://github.com/barrowsys/timemachine)
[![Crates.io](https://img.shields.io/crates/v/timemachine)](https://crates.io/crates/timemachine/)
[![Docs.rs](https://docs.rs/timemachine/badge.svg)](https://docs.rs/timemachine)
[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)

Handling of daily time-based state transitions made easy.

Expand All @@ -22,11 +22,11 @@ Feature "napchart" (used by two examples) uses the https://napchart.com API whic

Add dependency to your Cargo.toml:
```
timemachine = "0.3.0"
timemachine = "0.3.1"
```
to enable napchart support:
```
timemachine = [ version = "0.3.0", features = ["napchart"] ]
timemachine = [ version = "0.3.1", features = ["napchart"] ]
```

## Examples
Expand Down

0 comments on commit 1e85e23

Please sign in to comment.