Skip to content

Commit

Permalink
Merge pull request #81 from nelsonjchen/doc_version_bump_april_2021
Browse files Browse the repository at this point in the history
Doc version bump april 2021
  • Loading branch information
nelsonjchen authored Apr 14, 2021
2 parents d00249e + 8fa5d6b commit 94dc437
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [0.1.2] - 2021-04-14
### Fixed
- [Check whether ignore_server str is empty.](https://github.com/nelsonjchen/speedtest-rs/pull/78) Thanks [@pcmid](https://github.com/pcmid)!

## [0.1.1] - 2021-07-26
### Added
- Add a plain `lib.rs` with no guarantees on stability

## [0.1.0] - 2020-07-23
### Changed
- [Major reimplementation of download and upload test implementation to be more accurate to speedtest-cli.](https://github.com/nelsonjchen/speedtest-rs/pull/74)
Expand Down
4 changes: 3 additions & 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
Expand Up @@ -5,7 +5,7 @@ exclude = ["tests/config/*"]
license = "MIT OR Apache-2.0"
name = "speedtest-rs"
repository = "https://github.com/nelsonjchen/speedtest-rs"
version = "0.1.0"
version = "0.1.2"
edition = "2018"

[dependencies]
Expand Down

0 comments on commit 94dc437

Please sign in to comment.