Skip to content

Commit 8eba6ac

Browse files
committed
chore(version): 0.8.0
1 parent e2b4ebd commit 8eba6ac

4 files changed

Lines changed: 24 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
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.8.0 - 2026-04-19
6+
#### Features
7+
- run commands on locked envelope - (3240a9f) - Mattia Righetti
8+
#### Documentation
9+
- (**man**) add missing commands and improve detail - (689c180) - Mattia Righetti
10+
#### Tests
11+
- add cli binary coverage - (a2629a3) - Mattia Righetti
12+
#### Refactoring
13+
- simplify envelope state handling - (62bacbc) - Mattia Righetti
14+
- use sqlx::test - (204a1e9) - Mattia Righetti
15+
- simplify errors with anyhow - (b996d1d) - Mattia Righetti
16+
#### Miscellaneous Chores
17+
- (**ci**) optimize workflow performance with caching and taiki-e - (194baf5) - Mattia Righetti
18+
- (**cog**) update cog.toml for cog v7 - (78a5b80) - Mattia Righetti
19+
- bump rand to 0.10.1 - (e2b4ebd) - Mattia Righetti
20+
- added note about aur package to readme - (aa95118) - mroetsc
21+
- update README - (c2ddcf5) - Mattia Righetti
22+
- cargo +nightly fmt - (90ae99f) - Mattia Righetti
23+
24+
- - -
25+
526
## 0.7.1 - 2026-02-16
627
#### Bug Fixes
728
- print help if no argument is provided in TTY env - (dc2b3fa) - Mattia Righetti

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "envelope"
3-
version = "0.7.1"
3+
version = "0.8.0"
44
license = "MIT or Unlicense"
55
edition = "2024"
66
authors = ["Mattia Righetti <matt95.righetti@gmail.com>"]

man/envelope.1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
% envelope(1) v0.7.1210
1+
% envelope(1) v0.8.0210
22

33
NAME
44
====

0 commit comments

Comments
 (0)