Skip to content

Commit 8bc3e57

Browse files
authored
Merge pull request #9 from dev-five-git/changepacks/main
Update Versions
2 parents bde70a6 + 8a47f67 commit 8bc3e57

File tree

8 files changed

+7
-8
lines changed

8 files changed

+7
-8
lines changed

.changepacks/changepack_log_ypcnmAz12xgWbGpDQsrwa.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.4",
3+
"version": "0.1.5",
44
"description": "Fast multi-ecosystem dependency updater: package.json, Cargo.toml, pyproject.toml in a single CLI (like npm-check-updates for every language)",
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
@@ -4,7 +4,7 @@ build-backend = "maturin"
44

55
[project]
66
name = "dependency-check-updates"
7-
version = "0.1.4"
7+
version = "0.1.5"
88
description = "Fast multi-ecosystem dependency updater: package.json, Cargo.toml, pyproject.toml in a single CLI (like npm-check-updates for every language)"
99
requires-python = ">=3.9"
1010
readme = "../../README.md"

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.4"
3+
version = "0.1.5"
44
description = "Fast multi-ecosystem dependency updater: package.json, Cargo.toml, pyproject.toml in a single CLI (like npm-check-updates for every language)"
55
edition.workspace = true
66
rust-version.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.4"
3+
version = "0.1.5"
44
description = "Shared traits and types for dependency-check-updates (ManifestHandler, RegistryClient, Scanner)"
55
edition.workspace = true
66
rust-version.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.4"
3+
version = "0.1.5"
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.4"
3+
version = "0.1.5"
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.4"
3+
version = "0.1.5"
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

0 commit comments

Comments
 (0)