Skip to content

Commit cff51ec

Browse files
Bump version to 0.4.0
1 parent 0cbc5bc commit cff51ec

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,14 @@ All notable changes to this project will be documented in this file.
55
This project uses semantic versioning (SemVer).
66

77

8-
## Unreleased
8+
## v0.4.0 -- 2023-07-09
99

1010
### Added
1111
- `-q`/`--quiet` which turns off printing to stdout
1212

13+
### [BREAKING] changes
14+
- `encrypt()` and `decrypt()` will no longer panic, but return Errors instead
15+
1316

1417
## v0.3.0 -- 2023-02-11
1518

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 = "onetime-cli"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
authors = ["einfachIrgendwer0815"]
55
license = "MIT"
66
edition = "2021"

0 commit comments

Comments
 (0)