chore: Release
ci/woodpecker/tag/woodpecker Pipeline is pending Details
ci/woodpecker/push/woodpecker Pipeline was successful Details

feat/type-attributes v0.0.71
Tomáš Mládek 2023-06-03 15:40:17 +02:00
parent 91fa9cf853
commit 17eee8a850
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -3171,7 +3171,7 @@ checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
[[package]]
name = "upend"
version = "0.0.70"
version = "0.0.71"
dependencies = [
"anyhow",
"chrono",

View File

@ -1,7 +1,7 @@
[package]
name = "upend"
description = "A user-oriented all-purpose graph database."
version = "0.0.70"
version = "0.0.71"
homepage = "https://upend.dev/"
repository = "https://git.thm.place/thm/upend"
authors = ["Tomáš Mládek <t@mldk.cz>"]