Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

perf(changelog): cache commit retain checks (258 times faster generation) #772

Merged
merged 16 commits into from
Aug 6, 2024
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
36 changes: 35 additions & 1 deletion Cargo.lock

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

3 changes: 3 additions & 0 deletions git-cliff-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ lazy_static.workspace = true
thiserror = "1.0.61"
serde = { version = "1.0.203", features = ["derive"] }
serde_json = "1.0.118"
bincode = "2.0.0-rc.3"
orhun marked this conversation as resolved.
Show resolved Hide resolved
serde_regex = "1.1.0"
tera = "1.20.0"
indexmap = { version = "2.2.6", optional = true }
Expand All @@ -75,6 +76,7 @@ futures = { version = "0.3.30", optional = true }
url = "2.5.2"
dyn-clone = "1.0.17"
urlencoding = "2.1.3"
cacache = { version = "13.0.0", features = ["mmap"], default-features = false }

[dependencies.git2]
version = "0.19.0"
Expand All @@ -97,6 +99,7 @@ features = ["debug-embed", "compression"]
[dev-dependencies]
pretty_assertions = "1.4.0"
expect-test = "1.5.0"
temp-dir = "0.1.13"

[package.metadata.docs.rs]
all-features = true
Expand Down
Loading
Loading