From de5c49812dc3501dc271554b0597e1b484740246 Mon Sep 17 00:00:00 2001 From: Andrew Lilley Brinker Date: Thu, 7 Mar 2024 21:44:42 +0000 Subject: [PATCH] chore: Release --- Cargo.toml | 2 +- gitoid/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index bb0878f..5e31de7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -109,4 +109,4 @@ ignore_tags = "" # sort the tags topologically topo_order = false # sort the commits inside sections by oldest/newest order -sort_commits = "oldest" \ No newline at end of file +sort_commits = "oldest" diff --git a/gitoid/Cargo.toml b/gitoid/Cargo.toml index 3c6a7c5..a49a4fc 100644 --- a/gitoid/Cargo.toml +++ b/gitoid/Cargo.toml @@ -5,7 +5,7 @@ keywords = ["gitbom", "omnibor", "sbom", "gitoid"] name = "gitoid" readme = "README.md" repository = "https://github.com/omnibor/omnibor-rs" -version = "0.5.1" +version = "0.6.0" homepage.workspace = true license.workspace = true edition.workspace = true