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

Commit

Permalink
4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam A. Horvath-Hunt committed May 7, 2019
1 parent 9574438 commit b4c4807
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log
This project adheres to [Semantic Versioning](http://semver.org/).

## [4.0.1] - 2019-05-07
### Changed
- Fix detection of operating system that failed on some Linux distros.
- Remove all panics. If something goes awry, make every attempt to communicate this to the consumer via stdout or over native messaging.

## [4.0.0] - 2019-05-04
### Added
- Self-installation of browser hosts, and removal of any external scripts or data files.
Expand Down
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 = "bukubrow"
version = "4.0.0"
version = "4.0.1"
authors = ["Sam A. Horvath-Hunt"]
edition = "2018"

Expand Down

0 comments on commit b4c4807

Please sign in to comment.