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

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Schievink committed Feb 4, 2022
1 parent c83b2f5 commit 64a1325
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 @@ -2,6 +2,10 @@

## Unreleased

No changes.

## [0.3.0 - 2022-02-04](https://github.com/jonas-schievink/jaylink/releases/tag/v0.3.0)

- Update `rusb` dependency to 0.9 ([#37]).
- Reduce MSRV promise to "latest stable".

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 = "jaylink"
version = "0.2.0"
version = "0.3.0"
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.2.0"
jaylink = "0.3.0"
```

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 @@ -71,7 +71,7 @@
//!
//! The archive.org version is the most up-to-date one.
#![doc(html_root_url = "https://docs.rs/jaylink/0.2.0")]
#![doc(html_root_url = "https://docs.rs/jaylink/0.3.0")]
// 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, unreachable_pub)]
Expand Down

0 comments on commit 64a1325

Please sign in to comment.