Skip to content

Commit 2d10651

Browse files
committed
chore(version): 0.5.1
1 parent a8c7f07 commit 2d10651

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.5.1 - 2025-02-13
6+
#### Bug Fixes
7+
- default value for list cmd - (a8c7f07) - Mattia Righetti
8+
#### Miscellaneous Chores
9+
- fix rustfmt and fmt --all - (be97f1c) - Mattia Righetti
10+
- fix create_release notes - (d133fad) - Mattia Righetti
11+
12+
- - -
13+
514
## 0.5.0 - 2025-02-09
615
#### Features
716
- add sorting arg to list command (#42) - (b1d2968) - 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.5.0"
3+
version = "0.5.1"
44
license = "MIT or Unlicense"
55
edition = "2021"
66
authors = ["Mattia Righetti <[email protected]>"]

man/envelope.1.md

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

33
NAME
44
====

0 commit comments

Comments
 (0)