From 4c0f7ed3d8c7305dee04abb6e71123a9ebe3ad85 Mon Sep 17 00:00:00 2001 From: Simon Avery Date: Fri, 13 Oct 2023 16:10:48 -0700 Subject: [PATCH] Add a downloads badge from Genie and bump the version to 0.3.2 --- Project.toml | 2 +- README.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index d37ea3f..48e1e6e 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "SPDX" uuid = "47358f48-d834-4249-91f5-f6185eb3d540" authors = ["Simon Avery and contributors"] -version = "0.3.1" +version = "0.3.2" [deps] DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8" diff --git a/README.md b/README.md index 56bb3f8..8215296 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ [![GitHub Actions](https://github.com/SamuraiAku/SPDX.jl/workflows/CI/badge.svg)](https://github.com/SamuraiAku/SPDX.jl/actions/workflows/CI.yml) [![codecov](https://codecov.io/gh/SamuraiAku/SPDX.jl/graph/badge.svg?token=ED6GEEHKIF)](https://codecov.io/gh/SamuraiAku/SPDX.jl) +[![SPDX Downloads](https://shields.io/endpoint?url=https://pkgs.genieframework.com/api/v1/badge/SPDX)](https://pkgs.genieframework.com?packages=SDPX) This package provides for the creation, reading and writing of SPDX files in multiple file formats. Written in pure Julia.