Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Commit

Permalink
Release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-schievink committed Mar 1, 2020
1 parent 574472e commit dee7522
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

No changes.

## [0.1.1 - 2020-03-01](https://github.com/jonas-schievink/jaylink/releases/tag/0.1.1)

No changes.

## [0.1.0 - 2019-12-08](https://github.com/jonas-schievink/jaylink/releases/tag/0.1.0)

Initial release.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "jaylink"
version = "0.1.0"
version = "0.1.1"
authors = ["Jonas Schievink <[email protected]>"]
edition = "2018"
description = "Library to communicate with J-Link USB devices"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Add an entry to your `Cargo.toml`:

```toml
[dependencies]
jaylink = "0.1.0"
jaylink = "0.1.1"
```

Check the [API Documentation](https://docs.rs/jaylink/) for how to use the
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
//!
//! The archive.org version is the most up-to-date one.

#![doc(html_root_url = "https://docs.rs/jaylink/0.1.0")]
#![doc(html_root_url = "https://docs.rs/jaylink/0.1.1")]
// Deny a few warnings in doctests, since rustdoc `allow`s many warnings by default
#![doc(test(attr(deny(unused_imports, unused_must_use))))]
#![warn(missing_debug_implementations, rust_2018_idioms)]
Expand Down

0 comments on commit dee7522

Please sign in to comment.