From fa86b461d65cb104daa7a1e1b13b626521d56f14 Mon Sep 17 00:00:00 2001 From: Thomas Graf Date: Sat, 7 Dec 2024 13:49:18 +0100 Subject: [PATCH] feat: release version 2.6.0 --- ChangeLog.md | 3 ++- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index d23cccf..c7de729 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -5,7 +5,7 @@ # CaPyCli - Clearing Automation Python Command Line Tool for SW360 -## NEXT +## 2.6.0 * `bom merge` improved: the dependencies are reconstructed, i.e. all dependencies that existed in the SBOMs before the merge should also exist after the merge. @@ -15,6 +15,7 @@ * `bom findsources`: programming language can be `golang` or `go`. * support for the new CyCloneDX 1.6 external reference type `source-distribution` when trying to find the source code for a component. +* Dependency updates. ## 2.6.0.dev1 diff --git a/pyproject.toml b/pyproject.toml index 628174d..b7f677a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ [tool.poetry] name = "capycli" -version = "2.6.0.dev1" +version = "2.6.0" description = "CaPyCli - Clearing Automation Python Command Line Interface for SW360" authors = ["Thomas Graf "] license = "MIT"