Skip to content

Commit 64258a9

Browse files
committed
release: cpd-v5.0.12
1 parent 1468ac5 commit 64258a9

5 files changed

Lines changed: 21 additions & 10 deletions

File tree

rust/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ All notable changes to **cpd (Rust)** are documented here. Releases follow [Sema
44

55
---
66

7+
## 5.0.12
8+
9+
### Dependencies
10+
11+
- Bump `askama` to 0.16.0 in `/rust`
12+
- Bump `log` to 0.4.33 in `/rust`
13+
- Bump `env_logger` to 0.11.11 in `/rust`
14+
- Bump `rustc-hash` to 2.1.3 in `/rust`
15+
16+
---
17+
718
## 5.0.11
819

920
### New Features

rust/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/crates/cpd/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "jscpd"
3-
version = "5.0.11"
3+
version = "5.0.12"
44
edition.workspace = true
55
publish = false
66
rust-version.workspace = true

rust/jscpd/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jscpd",
3-
"version": "5.0.11",
3+
"version": "5.0.12",
44
"description": "Copy/paste detector for programming source code — Rust-based (v5.x). For the TypeScript version, see jscpd@4.x.",
55
"homepage": "https://jscpd.dev",
66
"bin": {
@@ -11,12 +11,12 @@
1111
"platform-map.js"
1212
],
1313
"optionalDependencies": {
14-
"jscpd-linux-x64-gnu": "5.0.11",
15-
"jscpd-linux-arm64-gnu": "5.0.11",
16-
"jscpd-linux-x64-musl": "5.0.11",
17-
"jscpd-darwin-arm64": "5.0.11",
18-
"jscpd-darwin-x64": "5.0.11",
19-
"jscpd-windows-x64-msvc": "5.0.11"
14+
"jscpd-linux-x64-gnu": "5.0.12",
15+
"jscpd-linux-arm64-gnu": "5.0.12",
16+
"jscpd-linux-x64-musl": "5.0.12",
17+
"jscpd-darwin-arm64": "5.0.12",
18+
"jscpd-darwin-x64": "5.0.12",
19+
"jscpd-windows-x64-msvc": "5.0.12"
2020
},
2121
"repository": {
2222
"type": "git",

rust/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cpd",
3-
"version": "5.0.11",
3+
"version": "5.0.12",
44
"description": "Copy/paste detector — fast Rust-based CLI for code duplication detection",
55
"homepage": "https://jscpd.dev",
66
"bin": {

0 commit comments

Comments
 (0)