Bump version to 0.1.2 and change README to markdown.
All checks were successful
rustfmt Build rustfmt has succeeded

crates.io does not support org-mode for README files so I am changing this to markdown.
This commit is contained in:
Tom Alexander
2023-08-11 00:00:49 -04:00
parent 67ca0fe8dd
commit 012c192aed
3 changed files with 15 additions and 12 deletions

View File

@@ -1,12 +1,12 @@
[package]
name = "organic"
version = "0.1.1"
version = "0.1.2"
authors = ["Tom Alexander <tom@fizz.buzz>"]
description = "An org-mode parser."
edition = "2021"
license = "0BSD"
repository = "https://code.fizz.buzz/talexander/organic"
readme = "README.org"
readme = "README.md"
keywords = ["emacs", "org-mode"]
categories = ["parsing"]
resolver = "2"