Skip to content

Commit 85d6018

Browse files
committed
version 0.3.4
1 parent 4df0345 commit 85d6018

3 files changed

Lines changed: 17 additions & 3 deletions

File tree

CHANGELOG.md

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

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

5+
## [0.3.4] - 2023-09-02
6+
7+
### Documentation
8+
9+
- Added gif comparison
10+
11+
### Miscellaneous Tasks
12+
13+
- V0.3.3
14+
15+
### Styling
16+
17+
- Formatting
18+
519
## [0.3.3] - 2023-01-05
620

721
### Bug Fixes

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "teres"
33
description = ""
4-
version = "0.3.3"
4+
version = "0.3.4"
55
edition = "2021"
66
repository = "https://github.com/animafps/teres"
77
authors = ["Anima <contact@animafps.xyz>"]
@@ -12,7 +12,7 @@ license = "GPL-3.0-or-later"
1212
[dependencies]
1313
clap = { version = "4.0", features = ["derive"] }
1414
dirs = "4.0.0"
15-
rand = "0.8.5"
15+
rand = "0.8.5"
1616
serde = { version = "1.0", features = ["derive"] }
1717
human-panic = "1.0.3"
1818
rfd = "0.10.0"

0 commit comments

Comments
 (0)