Skip to content

Commit d8e0ceb

Browse files
committed
Bump version to 0.4.0-beta.0
This change bumps the version of the crate to 0.4.0-beta.0. The following notable changes have been made since 0.3.10: - Reworked "view" configuration to store human-modifiable logical formulas instead of structured but cryptic Conjunctive Normal Form data - Removed support for deprecated notnow.json configuration format
1 parent 1b40301 commit d8e0ceb

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.4.0-beta.0
2+
------------
33
- Reworked "view" configuration to store human-modifiable logical
44
formulas instead of structured but cryptic Conjunctive Normal Form
55
data

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.10"
3+
version = "0.4.0-beta.0"
44
edition = "2021"
55
rust-version = "1.81"
66
authors = ["Daniel Mueller <deso@posteo.net>"]

0 commit comments

Comments
 (0)