Skip to content

Commit 420409f

Browse files
committed
chore(version): 0.3.6
1 parent ac471e9 commit 420409f

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
33

44
- - -
5+
## 0.3.6 - 2024-06-02
6+
#### Bug Fixes
7+
- re-open file after editor is done with it - (c93c0ca) - Mattia Righetti
8+
- create file in current dir and remove it afterwards - (27dba78) - Mattia Righetti
9+
10+
- - -
11+
512
## 0.3.5 - 2024-05-19
613
#### Bug Fixes
714
- remove whitespace from value when adding variable - (2564e1f) - Mattia Righetti

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "envelope"
3-
version = "0.3.5"
3+
version = "0.3.6"
44
edition = "2021"
55
authors = ["Mattia Righetti <[email protected]>"]
66
repository = "https://github.com/mattrighetti/envelope"

man/envelope.1.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
% envelope(1) v0.3.5
1+
% envelope(1) v0.3.6
22

33
<!-- This is the envelope(1) man page, written in Markdown. -->
44
<!-- and the man page will appear in the ‘target’ directory. -->

0 commit comments

Comments
 (0)