summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Tay <samctay@pm.me>2022-08-21 19:05:25 -0700
committerSam Tay <samctay@pm.me>2022-08-21 19:06:35 -0700
commitc28bb74f8e10cb80143fdaccdd8b52dafae646e6 (patch)
tree5c686a161d6abe21a0bcddb5ce5d0998f26b6f9f
parent7377525de6cf78946b01dcb69aae7bb52a9bf74b (diff)
Bump version to 0.4.8v0.4.8
-rw-r--r--CHANGELOG.md5
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
3 files changed, 6 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7efcbe7..c44c66a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
+## [0.4.8]
+
#### Added
- Keybinding: Press `o` to open the current answer in the default browser
@@ -76,7 +78,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [0.3.5]
- (Unofficial) initial passable release
-[Unreleased]: (https://github.com/samtay/so/compare/v0.4.6...HEAD)
+[Unreleased]: (https://github.com/samtay/so/compare/v0.4.8...HEAD)
+[0.4.8]: (https://github.com/samtay/so/compare/v0.4.7...v0.4.8)
[0.4.7]: (https://github.com/samtay/so/compare/v0.4.6...v0.4.7)
[0.4.6]: (https://github.com/samtay/so/compare/v0.4.5...v0.4.6)
[0.4.5]: (https://github.com/samtay/so/compare/v0.4.3...v0.4.5)
diff --git a/Cargo.lock b/Cargo.lock
index 9c1792f..91eac65 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2151,7 +2151,7 @@ checksum = "2fd0db749597d91ff862fd1d55ea87f7855a744a8425a64695b6fca237d1dad1"
[[package]]
name = "so"
-version = "0.4.7"
+version = "0.4.8"
dependencies = [
"clap",
"criterion",
diff --git a/Cargo.toml b/Cargo.toml
index fa6c702..8e606df 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "so"
-version = "0.4.7"
+version = "0.4.8"
license = "MIT"
description = "A terminal interface for StackOverflow"
readme = "README.md"