From 6248193d8955a4512d26ebb96d98dde2ac18f8a3 Mon Sep 17 00:00:00 2001 From: Manabu Niseki Date: Sat, 1 Oct 2022 19:01:40 +0900 Subject: [PATCH] v0.4.0 [skip ci] --- README.md | 8 +++++++- pyproject.toml | 4 ++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6e40888..ca7bbaa 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # mihama -[osv.dev](https://osv.dev/) API clone for on-premise usage. +[osv.dev](https://osv.dev/) API clone for on-premise usage with extra features. ## Why? @@ -8,8 +8,14 @@ osv.dev is an OSS project. ([google/osv.dev](https://github.com/google/osv.dev)) But it is highly coupled with GCP. So it is difficult to deploy osv.dev on premise. (ref. [Deploy osv.dev on-premise #546](https://github.com/google/osv.dev/issues/546)) +## Extra features + +- Query by [CycloneDX](https://cyclonedx.org/) SBOM +- Query by [SPDX](https://spdx.dev/) SBOM + ## Docs - [Installation](https://github.com/ninoseki/mihama/wiki/Installation) - [Configuration](https://github.com/ninoseki/mihama/wiki/Configuration) - [Known Limitations](https://github.com/ninoseki/mihama/wiki/Known-Limitations) +- [CLI](https://github.com/ninoseki/mihama/wiki/CLI) diff --git a/pyproject.toml b/pyproject.toml index d41f419..2c70623 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "mihama" -version = "0.3.0" -description = "" +version = "0.4.0" +description = "osv.dev API clone for on-premise usage" authors = ["Manabu Niseki "] [tool.poetry.dependencies]