Skip to content

Commit ec4b933

Browse files
committed
v0.2.1
1 parent 6c0be77 commit ec4b933

3 files changed

Lines changed: 21 additions & 15 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.2.1] - 2023-01-23
6+
7+
### Bug fixes
8+
9+
- Reword description ([6c0be77](6c0be77f4c6ab2043b4e840268902dbdb466e81e))
10+
511
## [0.2.0] - 2023-01-16
612

713
### Features

Cargo.lock

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gelatyx"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
authors = ["azzamsa <vcs@azzamsa.com>"]
55
categories = ["command-line-utilities"]
66
edition = "2021"
@@ -29,7 +29,7 @@ miette = { version = "5.5", features = ["fancy"] }
2929
thiserror = "1.0"
3030

3131
regex = "1.7"
32-
toml = "0.5.10"
32+
toml = "0.5.11"
3333

3434
[dependencies.clap]
3535
version = "4.1.1"

0 commit comments

Comments
 (0)