Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions bindings/python/sbom.json
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
{
"components": [
{
"bom-ref": "pkg:github/mongodb/libmongocrypt@1.13.0",
"bom-ref": "pkg:github/mongodb/libmongocrypt@1.13.1",
"externalReferences": [
{
"type": "distribution",
"url": "https://github.com/mongodb/libmongocrypt/archive/refs/tags/1.13.0.tar.gz"
"url": "https://github.com/mongodb/libmongocrypt/archive/refs/tags/1.13.1.tar.gz"
},
{
"type": "website",
"url": "https://github.com/mongodb/libmongocrypt/tree/1.13.0"
"url": "https://github.com/mongodb/libmongocrypt/tree/1.13.1"
}
],
"group": "mongodb",
"name": "libmongocrypt",
"purl": "pkg:github/mongodb/libmongocrypt@1.13.0",
"purl": "pkg:github/mongodb/libmongocrypt@1.13.1",
"type": "library",
"version": "1.13.0"
"version": "1.13.1"
}
],
"dependencies": [
{
"ref": "pkg:github/mongodb/libmongocrypt@1.13.0"
"ref": "pkg:github/mongodb/libmongocrypt@1.13.1"
}
],
"metadata": {
"timestamp": "2025-03-17T23:00:23.984416+00:00",
"timestamp": "2025-04-01T19:53:54.393395+00:00",
"tools": [
{
"externalReferences": [
Expand Down Expand Up @@ -68,7 +68,7 @@
}
]
},
"serialNumber": "urn:uuid:c500f8af-9297-400c-9624-92eb9584a8aa",
"serialNumber": "urn:uuid:a5e0a753-031f-43e3-ac20-f39b878c46e1",
"version": 1,
"$schema": "http://cyclonedx.org/schema/bom-1.5.schema.json",
"bomFormat": "CycloneDX",
Expand Down
2 changes: 1 addition & 1 deletion bindings/python/scripts/libmongocrypt-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.13.0
1.13.1
2 changes: 1 addition & 1 deletion bindings/python/scripts/update-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ fi

LIBMONGOCRYPT_VERSION=$1

echo $LIBMONGOCRYPT_VERSION > libmongocrypt-version.txt
echo $LIBMONGOCRYPT_VERSION > $SCRIPT_DIR/libmongocrypt-version.txt

pushd $SCRIPT_DIR/..
if [ $(command -v podman) ]; then
Expand Down
Loading