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

Commit

Permalink
version: 0.10.0 -> 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
newAM committed Dec 24, 2021
1 parent d65af0c commit 361abf0
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 27 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [0.10.1] - 2021-12-24
### Added
- Added a new W5500 type for VDM transfers with an infallible GPIO.
- Added `defmt::Format` for `Eui48Addr`.
Expand Down Expand Up @@ -141,7 +141,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [0.1.0] - 2021-01-02
- Initial release

[Unreleased]: https://github.com/newAM/w5500-ll-rs/compare/v0.10.0...HEAD
[Unreleased]: https://github.com/newAM/w5500-ll-rs/compare/v0.10.1...HEAD
[0.10.1]: https://github.com/newAM/w5500-ll-rs/compare/v0.10.0...v0.10.1
[0.10.0]: https://github.com/newAM/w5500-ll-rs/compare/v0.9.0...v0.10.0
[0.9.0]: https://github.com/newAM/w5500-ll-rs/compare/v0.8.0...v0.9.0
[0.8.0]: https://github.com/newAM/w5500-ll-rs/compare/v0.7.0...v0.8.0
Expand Down
6 changes: 1 addition & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "w5500-ll"
version = "0.10.0"
version = "0.10.1"
authors = ["Alex Martens <[email protected]>"]
edition = "2021"
rust-version = "1.56"
Expand All @@ -15,9 +15,6 @@ homepage = "https://github.com/newAM/w5500-ll-rs"
[features]
std = []

[badges]
maintenance = { status = "passively-maintained" }

[dependencies.embedded-hal]
version = "0.2.4"
optional = true
Expand All @@ -28,7 +25,6 @@ optional = true

[dev-dependencies]
embedded-hal-mock = "0.8"
version-sync = "0.9"

[package.metadata.docs.rs]
all-features = true
Expand Down
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
![Maintenance](https://img.shields.io/badge/maintenance-passively--maintained-yellowgreen.svg)
[![crates.io](https://img.shields.io/crates/v/w5500-ll.svg)](https://crates.io/crates/w5500-ll)
[![docs.rs](https://docs.rs/w5500-ll/badge.svg)](https://docs.rs/w5500-ll/)
[![CI](https://github.com/newAM/w5500-ll-rs/workflows/CI/badge.svg)](https://github.com/newAM/w5500-ll-rs/actions)
Expand Down Expand Up @@ -47,6 +46,6 @@ All features are disabled by default.
[w5500-hl]: https://github.com/newAM/w5500-hl-rs
[w5500-regsim]: https://github.com/newAM/w5500-regsim-rs
[Wiznet W5500]: https://www.wiznet.io/product-item/w5500/
[`blocking`]: https://docs.rs/w5500-ll/0.10.0/w5500_ll/blocking/index.html
[`Registers`]: https://docs.rs/w5500-ll/0.10.0/w5500_ll/trait.Registers.html
[`w5500_ll::net`]: https://docs.rs/w5500-ll/0.10.0/w5500_ll/net/index.html
[`blocking`]: https://docs.rs/w5500-ll/0.10.1/w5500_ll/blocking/index.html
[`Registers`]: https://docs.rs/w5500-ll/0.10.1/w5500_ll/trait.Registers.html
[`w5500_ll::net`]: https://docs.rs/w5500-ll/0.10.1/w5500_ll/net/index.html
1 change: 0 additions & 1 deletion README.tpl
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{{badges}}
[![crates.io](https://img.shields.io/crates/v/w5500-ll.svg)](https://crates.io/crates/w5500-ll)
[![docs.rs](https://docs.rs/w5500-ll/badge.svg)](https://docs.rs/w5500-ll/)
[![CI](https://github.com/newAM/w5500-ll-rs/workflows/CI/badge.svg)](https://github.com/newAM/w5500-ll-rs/actions)
Expand Down
7 changes: 3 additions & 4 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,9 @@
//! [w5500-hl]: https://github.com/newAM/w5500-hl-rs
//! [w5500-regsim]: https://github.com/newAM/w5500-regsim-rs
//! [Wiznet W5500]: https://www.wiznet.io/product-item/w5500/
//! [`blocking`]: https://docs.rs/w5500-ll/0.10.0/w5500_ll/blocking/index.html
//! [`Registers`]: https://docs.rs/w5500-ll/0.10.0/w5500_ll/trait.Registers.html
//! [`w5500_ll::net`]: https://docs.rs/w5500-ll/0.10.0/w5500_ll/net/index.html
#![doc(html_root_url = "https://docs.rs/w5500-ll/0.10.0")]
//! [`blocking`]: https://docs.rs/w5500-ll/0.10.1/w5500_ll/blocking/index.html
//! [`Registers`]: https://docs.rs/w5500-ll/0.10.1/w5500_ll/trait.Registers.html
//! [`w5500_ll::net`]: https://docs.rs/w5500-ll/0.10.1/w5500_ll/net/index.html
#![cfg_attr(docsrs, feature(doc_cfg), feature(doc_auto_cfg))]
#![cfg_attr(not(feature = "std"), no_std)]
#![forbid(unsafe_code)]
Expand Down
11 changes: 0 additions & 11 deletions tests/version-numbers.rs

This file was deleted.

0 comments on commit 361abf0

Please sign in to comment.