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