Skip to content

Commit

Permalink
release: project-origins v1.3.0 (#749)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions <github-actions@github.com>
  • Loading branch information
github-actions[bot] and github-actions authored Jan 1, 2024
1 parent cb1cfb6 commit 8523bd1
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ version = "0.1.1"
optional = true

[dependencies.project-origins]
version = "1.2.1"
version = "1.3.0"
path = "../project-origins"

[dependencies.watchexec]
Expand Down
2 changes: 1 addition & 1 deletion crates/filterer/globset/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ path = "../ignore"
tracing-subscriber = "0.3.6"

[dev-dependencies.project-origins]
version = "1.2.1"
version = "1.3.0"
path = "../../project-origins"

[dev-dependencies.tokio]
Expand Down
2 changes: 1 addition & 1 deletion crates/filterer/ignore/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ path = "../../signals"
tracing-subscriber = "0.3.6"

[dev-dependencies.project-origins]
version = "1.2.1"
version = "1.3.0"
path = "../../project-origins"

[dev-dependencies.tokio]
Expand Down
2 changes: 1 addition & 1 deletion crates/filterer/tagged/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ path = "../../signals"
tracing-subscriber = "0.3.6"

[dev-dependencies.project-origins]
version = "1.2.1"
version = "1.3.0"
path = "../../project-origins"

[dev-dependencies.tokio]
Expand Down
2 changes: 1 addition & 1 deletion crates/ignore-files/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ features = [
]

[dependencies.project-origins]
version = "1.2.1"
version = "1.3.0"
path = "../project-origins"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion crates/lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ version = "1.3.2"
path = "../ignore-files"

[dependencies.project-origins]
version = "1.2.1"
version = "1.3.0"
path = "../project-origins"

[dependencies.tokio]
Expand Down
2 changes: 2 additions & 0 deletions crates/project-origins/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Next (YYYY-MM-DD)

## v1.3.0 (2024-01-01)

- Remove `README.md` files from detection; those were causing too many false positives and were a weak signal anyway.
- Add Node.js package manager lockfiles.

Expand Down
2 changes: 1 addition & 1 deletion crates/project-origins/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "project-origins"
version = "1.2.1"
version = "1.3.0"

authors = ["Félix Saparelli <felix@passcod.name>"]
license = "Apache-2.0"
Expand Down

0 comments on commit 8523bd1

Please sign in to comment.