Skip to content

Commit 4182cee

Browse files
committed
v0.3.1
1 parent 669ea34 commit 4182cee

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

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.3.1] - 2023-01-04
6+
7+
### Performance
8+
9+
- Use `writeln!` for better performance ([80addf6](80addf646c8196accd2445451cc3dc4eb6b911cd))
10+
511
## [0.3.0] - 2023-01-03
612

713
### Features

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 = "digs"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
authors = ["azzamsa <[email protected]>"]
55
categories = ["command-line-utilities"]
66
edition = "2018"

0 commit comments

Comments
 (0)