Skip to content

Commit 608bc34

Browse files
committed
chore: update cvss osv and tasty dependency bounds and bump 0.2.0.1
1 parent 92b1d47 commit 608bc34

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

code/cvss/CHANGELOG.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1-
# 0.2
1+
## 0.2.0.1
22

3-
Changed the CVSS v2 parser and printer to omit the "CVSS:2.0/" version prefix according to the spec.
3+
* Update `tasty` dependency bounds
44

5-
# 0.1
5+
## 0.2
66

7-
Introduction
7+
* Changed the CVSS v2 parser and printer to omit the "CVSS:2.0/" version prefix according to the spec.
8+
9+
## 0.1
10+
11+
* Introduction

code/cvss/cvss.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.4
22
name: cvss
3-
version: 0.2
3+
version: 0.2.0.1
44
synopsis: Common Vulnerability Scoring System.
55
description:
66
Use this library to parse CVSS string and compute its score.
@@ -32,7 +32,7 @@ test-suite spec
3232
build-depends:
3333
, base <5
3434
, cvss
35-
, tasty <1.6
35+
, tasty <2
3636
, tasty-hunit <1.0
3737
, text
3838

0 commit comments

Comments
 (0)