Skip to content

Commit

Permalink
Bump version to 0.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
samtay committed Aug 22, 2022
1 parent 7377525 commit c28bb74
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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)
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 = "so"
version = "0.4.7"
version = "0.4.8"
license = "MIT"
description = "A terminal interface for StackOverflow"
readme = "README.md"
Expand Down

0 comments on commit c28bb74

Please sign in to comment.