From c28bb74f8e10cb80143fdaccdd8b52dafae646e6 Mon Sep 17 00:00:00 2001 From: Sam Tay Date: Sun, 21 Aug 2022 19:05:25 -0700 Subject: Bump version to 0.4.8 --- CHANGELOG.md | 5 ++++- Cargo.lock | 2 +- Cargo.toml | 2 +- 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" -- cgit v1.2.3