summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Tay <samctay@pm.me>2022-08-24 17:30:39 -0700
committerSam Tay <samctay@pm.me>2022-08-24 17:30:39 -0700
commit1059015a1b8d22acf96fa7c70a4df3f2ebc7c284 (patch)
treee13f2ad4d567033a5ec45da188938b844506cc59
parent55964a28bdccd05f1c607ea122d38a8bb3839c7f (diff)
Bump version to 0.4.9
-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 661e02b..4cbec63 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.9]
+
#### Added
- Allow `o` keybinding from the lucky prompt.
- Permanent help text ([#24](https://github.com/samtay/so/issues/24)).
@@ -85,7 +87,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.8...HEAD)
+[Unreleased]: (https://github.com/samtay/so/compare/v0.4.9...HEAD)
+[0.4.9]: (https://github.com/samtay/so/compare/v0.4.8...v0.4.9)
[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)
diff --git a/Cargo.lock b/Cargo.lock
index 1ef3f72..1087a97 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2030,7 +2030,7 @@ checksum = "2fd0db749597d91ff862fd1d55ea87f7855a744a8425a64695b6fca237d1dad1"
[[package]]
name = "so"
-version = "0.4.8"
+version = "0.4.9"
dependencies = [
"anyhow",
"clap",
diff --git a/Cargo.toml b/Cargo.toml
index 211d8a9..0cf52b4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "so"
-version = "0.4.8"
+version = "0.4.9"
license = "MIT"
description = "A terminal interface for StackOverflow"
readme = "README.md"