Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8edc8cf

Browse files
committed
Bump version to v0.39.0
1 parent b56bb01 commit 8edc8cf

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
55

66
## [Unreleased]
77

8+
9+
## [0.39.0] 2025-04-09
10+
11+
- Document and clarify how the metric is calculated. Thank you @razum2um [#923](https://github.com/vbrandl/hoc/pull/923)
12+
813
### Dependencies
914
- Bump `anyhow` from 1.0.89 to 1.0.97 ([#840](https://github.com/vbrandl/hoc/pull/840), [#843](https://github.com/vbrandl/hoc/pull/843), [#849](https://github.com/vbrandl/hoc/pull/849), [#850](https://github.com/vbrandl/hoc/pull/850), [#864](https://github.com/vbrandl/hoc/pull/864), [#869](https://github.com/vbrandl/hoc/pull/869), [#897](https://github.com/vbrandl/hoc/pull/897), [#904](https://github.com/vbrandl/hoc/pull/904))
1015
- Bump `serde_json` from 1.0.128 to 1.0.140 ([#841](https://github.com/vbrandl/hoc/pull/841), [#854](https://github.com/vbrandl/hoc/pull/854), [#870](https://github.com/vbrandl/hoc/pull/870), [#877](https://github.com/vbrandl/hoc/pull/877), [#883](https://github.com/vbrandl/hoc/pull/883), [#885](https://github.com/vbrandl/hoc/pull/885), [#896](https://github.com/vbrandl/hoc/pull/896), [#903](https://github.com/vbrandl/hoc/pull/903))

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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hoc"
3-
version = "0.38.0"
3+
version = "0.39.0"
44
authors = ["Valentin Brandl <[email protected]>"]
55
edition = "2021"
66
build = "src/build.rs"

0 commit comments

Comments
 (0)