Skip to content

Commit e47dff3

Browse files
committed
2 parents ace48be + 12793d2 commit e47dff3

File tree

9 files changed

+8
-9
lines changed

9 files changed

+8
-9
lines changed

.changepacks/changepack_log_TZ1vhANt_RYCkNxC4b5cY.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

bridge/node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dependency-check-updates/cli",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "dependency-check-updates — multi-ecosystem dependency check & update CLI",
55
"main": "main.js",
66
"license": "MIT",

bridge/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "maturin"
55
[project]
66
name = "dependency-check-updates"
77
requires-python = ">=3.9"
8-
version = "0.1.0"
8+
version = "0.1.1"
99
classifiers = [
1010
"Programming Language :: Rust",
1111
"Programming Language :: Python :: Implementation :: CPython",

crates/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dependency-check-updates"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition.workspace = true
55
rust-version.workspace = true
66
license.workspace = true

crates/core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dependency-check-updates-core"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition.workspace = true
55
rust-version.workspace = true
66
license.workspace = true

crates/node/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dependency-check-updates-node"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "Node.js ecosystem support for dependency-check-updates: package.json parsing, npm registry, version resolution"
55
edition.workspace = true
66
rust-version.workspace = true

crates/python/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dependency-check-updates-python"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "Python ecosystem support for dependency-check-updates: pyproject.toml parsing (toml_edit) + PyPI registry"
55
edition.workspace = true
66
rust-version.workspace = true

crates/rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dependency-check-updates-rust"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "Rust ecosystem support for dependency-check-updates: Cargo.toml parsing (toml_edit) + crates.io registry"
55
edition.workspace = true
66
rust-version.workspace = true

crates/testkit/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dependency-check-updates-testkit"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition.workspace = true
55
rust-version.workspace = true
66
license.workspace = true

0 commit comments

Comments
 (0)