Skip to content

Commit 04a52c3

Browse files
committed
chore(version): 0.5.0
1 parent acd00e5 commit 04a52c3

File tree

4 files changed

+20
-3
lines changed

4 files changed

+20
-3
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
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.0 - 2025-02-09
6+
#### Features
7+
- add sorting arg to list command (#42) - (b1d2968) - Mattia Righetti
8+
- add history command (#40) - (716df41) - Mattia Righetti
9+
- add revert command (#38) - (90fe467) - Mattia Righetti
10+
#### Miscellaneous Chores
11+
- update create_release script to include latest changelog - (acd00e5) - Mattia Righetti
12+
- bump sqlx (#30) - (a76c75a) - Mattia Righetti
13+
- update man page with latest commands - (bcccf8e) - Mattia Righetti
14+
- update readme and better diff cmd docs - (ae8097e) - Mattia Righetti
15+
- add history rustdocs - (a4b4d8c) - Mattia Righetti
16+
- update readme - (1ff91c1) - Mattia Righetti
17+
#### Refactoring
18+
- remove export command (#43) - (c31635a) - Mattia Righetti
19+
20+
- - -
21+
522
## 0.4.0 - 2025-02-08
623
#### Features
724
- add diff command (#34) - (dd9945c) - 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.4.0"
3+
version = "0.5.0"
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.4.0210
1+
% envelope(1) v0.5.0210
22

33
NAME
44
====

0 commit comments

Comments
 (0)