about summary refs log tree commit diff
diff options
context:
space:
mode:
authorGenevieve Alfirevic <gen@nyble.dev>2025-02-08 05:14:58 -0600
committerGenevieve Alfirevic <gen@nyble.dev>2025-02-08 05:14:58 -0600
commit55ad5431d5c67e24fa6df3b43208805bea7fc961 (patch)
tree19e02963ae723fe8883bd21ee3cab8d23d86b02b
parentbacea5a71b755cdb6791e249f4d10bfc38331f20 (diff)
downloadmermaid-55ad5431d5c67e24fa6df3b43208805bea7fc961.tar.gz
mermaid-55ad5431d5c67e24fa6df3b43208805bea7fc961.zip
Call it v1.0 :)
-rw-r--r--Cargo.lock7
-rw-r--r--Cargo.toml2
2 files changed, 1 insertions, 8 deletions
diff --git a/Cargo.lock b/Cargo.lock
deleted file mode 100644
index 9d54999..0000000
--- a/Cargo.lock
+++ /dev/null
@@ -1,7 +0,0 @@
-# This file is automatically @generated by Cargo.
-# It is not intended for manual editing.
-version = 4
-
-[[package]]
-name = "mermaid"
-version = "0.1.0"
diff --git a/Cargo.toml b/Cargo.toml
index 642b5da..5007ae6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "mermaid"
-version = "0.1.0"
+version = "1.0.0"
 edition = "2021"
 
 [dependencies]