Skip to content

Commit 8c4de68

Browse files
committed
chore(version): 0.3.8
1 parent d5e2576 commit 8c4de68

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
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.8 - 2024-06-21
6+
#### Bug Fixes
7+
- return error if user is trying to list non-existent variable - (d5e2576) - Mattia Righetti
8+
- output errors on stderr - (9489c4b) - Mattia Righetti
9+
#### Features
10+
- impl check_env_exists to check if env is present in db - (d653f18) - Mattia Righetti
11+
12+
- - -
13+
514
## 0.3.7 - 2024-06-21
615
#### Bug Fixes
716
- vim default editor - (91d2893) - 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.7"
3+
version = "0.3.8"
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.7
1+
% envelope(1) v0.3.8
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)