summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Tay <samctay@pm.me>2021-06-30 00:26:39 -0400
committerSam Tay <samctay@pm.me>2021-06-30 00:26:39 -0400
commit19a37f3cd160de0c18ad12943ebf2e853f93c37c (patch)
tree7b4bdbd7f54d460a9d5b126ff6f147085066b3ac
parent0e27fbe38f44155096f5c5c1d934d70d6e21eb7e (diff)
Bump version
-rw-r--r--CHANGELOG.md6
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml4
3 files changed, 8 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0cb6105..2c33b5b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,9 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### [Unreleased]
+### [v0.4.5](https://github.com/samtay/so/compare/v0.4.3...v0.4.5)
+
#### Added
- NetBSD installation option. Thanks **voidpin**.
+#### Fixed
+- Google parser went out of date
+- Panic from termimad ([#5](https://github.com/samtay/so/issues/5))
+
### [v0.4.3](https://github.com/samtay/so/compare/v0.4.1...v0.4.3)
#### Fixed
diff --git a/Cargo.lock b/Cargo.lock
index 4e08115..b65c60c 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1947,7 +1947,7 @@ checksum = "fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e"
[[package]]
name = "so"
-version = "0.4.4"
+version = "0.4.5"
dependencies = [
"clap",
"criterion",
diff --git a/Cargo.toml b/Cargo.toml
index 4cc43d6..223c991 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "so"
-version = "0.4.4"
+version = "0.4.5"
license = "MIT"
description = "A terminal interface for StackOverflow"
readme = "README.md"
@@ -21,12 +21,10 @@ criterion = "0.3"
[[bench]]
name = "html_parsing"
-path = "benches/html_parsing.rs"
harness = false
[[bench]]
name = "md_parsing"
-path = "benches/md_parsing.rs"
harness = false
[dependencies]