Skip to content

Commit

Permalink
chore: Bump version to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Frederick888 committed Feb 10, 2023
1 parent 3a9e72f commit e01d520
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
<a name="v0.6.0"></a>
## v0.6.0 (2023-02-10)


#### Features

* Run a messaging host health check upon start ([4d5545a6](https://github.com/Frederick888/external-editor-revived/commit/4d5545a6237991b6f17b391dfb3c23f4ea57afc2))
* **ext:** Show a wiki banner in options if unhealthy ([1419957c](https://github.com/Frederick888/external-editor-revived/commit/1419957cc447363ba5a0111f75565044675e11d4))



<a name="v0.5.0"></a>
## v0.5.0 (2023-01-26)

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,7 +1,7 @@
[package]
name = "external-editor-revived"
description = "Edit emails in external editors such as Vim, Neovim, Emacs, etc."
version = "0.5.0"
version = "0.6.0"
edition = "2021"
license = "GPL-3.0-or-later"

Expand Down
2 changes: 1 addition & 1 deletion extension/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"short_name": "ExtEditorR",
"description": "Edit emails in external editors such as Vim, Neovim, Emacs, etc.",
"homepage_url": "https://github.com/Frederick888/external-editor-revived",
"version": "0.5.0",
"version": "0.6.0",
"author": "Frederick Zhang",
"applications": {
"gecko": {
Expand Down
2 changes: 1 addition & 1 deletion extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "external-editor-revived",
"version": "0.5.0",
"version": "0.6.0",
"description": "Edit emails in external editors such as Vim, Neovim, Emacs, etc.",
"main": "background.js",
"author": "Frederick Zhang",
Expand Down

0 comments on commit e01d520

Please sign in to comment.