Skip to content

Commit ec1dcb3

Browse files
author
Arthur Beck
committed
Prepare for release
1 parent 2f053f0 commit ec1dcb3

File tree

3 files changed

+15
-8
lines changed

3 files changed

+15
-8
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "notation"
3-
version = "0.1.0"
3+
version = "1.0.0"
44
edition = "2024"
55

66
[dependencies]

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1-
# notation
1+
# Notation
22

3-
Hierarchal Notes
3+
**Notation** is a terminal-based hierarchal note-taking app. It is also useful
4+
for todo lists; each item can be marked with a status. It's lightweight and
5+
written in ~900 lines of Rust; A release build takes slightly over a minute to
6+
compile from nothing.
7+
8+
At the moment, configuration and plugins do not exist, but in the future
9+
configuration WILL be added, and plugins MIGHT.

docs/src/intro.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# Introduction
22

3-
**Notation** is a terminal-based hierarchal note-taking app. It is also useful for todo lists;
4-
each item can be marked with a status. It's lightweight and written in ~900 lines of Rust; A
5-
release build takes slightly over a minute to compile from nothing.
3+
**Notation** is a terminal-based hierarchal note-taking app. It is also useful
4+
for todo lists; each item can be marked with a status. It's lightweight and
5+
written in ~900 lines of Rust; A release build takes slightly over a minute to
6+
compile from nothing.
67

7-
At the moment, configuration and plugins do not exist, but in the future configuration WILL be
8-
added, and plugins MIGHT.
8+
At the moment, configuration and plugins do not exist, but in the future
9+
configuration WILL be added, and plugins MIGHT.

0 commit comments

Comments
 (0)