diff --git a/CHANGELOG.md b/CHANGELOG.md index 44db3f3..7194858 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines. - - - +## 0.3.7 - 2024-06-21 +#### Bug Fixes +- vim default editor - (91d2893) - Mattia Righetti +#### Documentation +- misc docs updates - (9a2562a) - Mattia Righetti + +- - - + ## 0.3.6 - 2024-06-02 #### Bug Fixes - re-open file after editor is done with it - (c93c0ca) - Mattia Righetti diff --git a/Cargo.lock b/Cargo.lock index 7ef7631..08cc192 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -379,7 +379,7 @@ checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0" [[package]] name = "envelope" -version = "0.3.6" +version = "0.3.7" dependencies = [ "clap", "prettytable-rs", diff --git a/Cargo.toml b/Cargo.toml index 198c0df..669d8ce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "envelope" -version = "0.3.6" +version = "0.3.7" edition = "2021" authors = ["Mattia Righetti "] repository = "https://github.com/mattrighetti/envelope" diff --git a/man/envelope.1.md b/man/envelope.1.md index d3834d3..8d1a04d 100644 --- a/man/envelope.1.md +++ b/man/envelope.1.md @@ -1,4 +1,4 @@ -% envelope(1) v0.3.6 +% envelope(1) v0.3.7