Skip to content

Commit

Permalink
git tag -a v0.1.9 -m "version 0.1.9"
Browse files Browse the repository at this point in the history
  • Loading branch information
evgenyigumnov committed Mar 28, 2024
1 parent 27f54a3 commit bdff71c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cli"
version = "0.1.8"
version = "0.1.9"
edition = "2021"

authors = ["Evgeny Igumnov <[email protected]>"]
Expand Down
16 changes: 13 additions & 3 deletions lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,24 @@
[package]
name = "shiva"
version = "0.1.1"
version = "0.1.9"
edition = "2021"

authors = ["Evgeny Igumnov <[email protected]>"]
repository = "https://github.com/igumnoff/shiva"
documentation = "https://docs.rs/shiva"
license-file = "../LICENSE"
keywords = ["parser"]
categories = ["parser-implementations"]
keywords = ["parser","document", "conversion", "markup",
"format", "transformer", "cli", "text-processing",
"data-conversion", "markdown", "html", "pdf", "text"]
categories = [
"parser-implementations",
"command-line-utilities",
"encoding",
"text-processing",
"parser-implementations",
"data-structures",
"file-systems",
"web-programming"]
readme = "../README.md"
description = "Shiva library: Implementation in Rust of a parser and generator for documents of any type"

Expand Down

0 comments on commit bdff71c

Please sign in to comment.