Skip to content

Commit 4d4628b

Browse files
committed
Bump version to 0.3.4
This change bumps the version of the crate to 0.3.4. The following notable changes have been made since 0.3.3: - Optimized runtime performance and decreased asymptotic time complexity of core data base operations - Introduced --help/-h options to display help text - Added GitHub Actions workflow for publishing the crate
1 parent 96982b2 commit 4d4628b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Unreleased
2-
----------
1+
0.3.4
2+
-----
33
- Optimized runtime performance and decreased asymptotic time complexity
44
of core data base operations
55
- Introduced `--help`/`-h` options to display help text

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "notnow"
3-
version = "0.3.3"
3+
version = "0.3.4"
44
edition = "2021"
55
rust-version = "1.65"
66
authors = ["Daniel Mueller <deso@posteo.net>"]

0 commit comments

Comments
 (0)