Skip to content

Commit c4ed0c8

Browse files
authored
Release v1.7.3 adding the Echo ecosystem (#402)
Also updated the changelog to include changes from v1.7.2 (we added a lot of ecosystems!) Test Rendered here: https://another-rex.github.io/osv-schema/ Signed-off-by: Rex P <[email protected]>
1 parent 70e4f36 commit c4ed0c8

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,5 @@
3939
- 2024-09-16 Released version 1.6.7. JSON schema and minor text formatting changes.
4040
- 2025-03-05 Released version 1.7.0. Add `upstream` field, `V8-` ID prefix,
4141
Kubernetes ecosystem, `Ubuntu` severity type.
42+
- 2025-08-05 Released version 1.7.2. Add new ecosystems (openEuler, MinimOS, BellSoft Alpaquita and Hardened Containers, Ubuntu LSN).
43+
- 2025-08-15 Released version 1.7.3. Add Echo ecosystem.

bindings/go/osvschema/constants.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package osvschema
22

3-
const SchemaVersion = "1.7.0"
3+
const SchemaVersion = "1.7.3"
44

55
type Ecosystem string
66

docs/schema.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ aside:
88
show_edit_on_github: true
99
---
1010

11-
**Version 1.7.2 (June 23, 2025)**
11+
**Version 1.7.3 (August 15, 2025)**
1212

1313
Original authors:
1414
- Oliver Chang ([email protected])

0 commit comments

Comments
 (0)