Skip to content

Commit 8563bd5

Browse files
committed
chore: release
1 parent 8339e12 commit 8563bd5

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
## [0.2.1](https://github.com/gcmurphy/osv/compare/v0.2.0...v0.2.1) - 2025-02-20
11+
12+
### Added
13+
14+
- add fuzz testing
15+
- add rh, suse, and chainguard ecosystems
16+
- remove invalid dev dependencies
17+
- the published field is optional
18+
- add gh action for semgrep, devskim, audit and fuzzing
19+
- add scorecard badge
20+
- enable publishing of scorecard results
21+
- update default permissions for all workflows

Cargo.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "osv"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
edition = "2021"
55
authors = ["Grant Murphy <[email protected]>"]
66
repository = "https://github.com/gcmurphy/osv"
@@ -21,6 +21,7 @@ reqwest = { version = "0.12", features = ["json"], optional = true }
2121
tokio = { version = "1", features = ["full"], optional = true }
2222
thiserror = { version = "2.0", optional = true }
2323
url = { version = "2.3.1", optional = true }
24+
cargo-semver-checks = "0.39.0"
2425

2526
[dev-dependencies]
2627
comfy-table = "7.1.1"

0 commit comments

Comments
 (0)