Skip to content

Commit c1cfe6e

Browse files
committed
Release gix-ref v0.39.1
1 parent 6c1da71 commit c1cfe6e

File tree

6 files changed

+47
-12
lines changed

6 files changed

+47
-12
lines changed

Cargo.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gix-config/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ gix-features = { version = "^0.36.1", path = "../gix-features"}
2121
gix-config-value = { version = "^0.14.1", path = "../gix-config-value" }
2222
gix-path = { version = "^0.10.1", path = "../gix-path" }
2323
gix-sec = { version = "^0.10.1", path = "../gix-sec" }
24-
gix-ref = { version = "^0.39.0", path = "../gix-ref" }
24+
gix-ref = { version = "^0.39.1", path = "../gix-ref" }
2525
gix-glob = { version = "^0.14.1", path = "../gix-glob" }
2626

2727
winnow = { version = "0.5.24", features = ["simd"] }

gix-discover/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ doctest = false
1515
[dependencies]
1616
gix-sec = { version = "^0.10.1", path = "../gix-sec" }
1717
gix-path = { version = "^0.10.1", path = "../gix-path" }
18-
gix-ref = { version = "^0.39.0", path = "../gix-ref" }
18+
gix-ref = { version = "^0.39.1", path = "../gix-ref" }
1919
gix-hash = { version = "^0.13.2", path = "../gix-hash" }
2020

2121
bstr = { version = "1.3.0", default-features = false, features = ["std", "unicode"] }

gix-ref/CHANGELOG.md

Lines changed: 36 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,40 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## 0.39.1 (2023-12-15)
9+
10+
### New Features
11+
12+
- <csr-id-7b4573ad57a33bb180c661056cd81e81ed478be2/> add `file::Store::set_packed_buffer_mmap_threshold()`.
13+
That way it's possible to control under which circumstances, if at all,
14+
memory maps will be used.
15+
16+
### Bug Fixes
17+
18+
- <csr-id-6c1da71566a454198b01c3fc0f6972e5433ef375/> assure memory maps don't get in the way of updating `.git/packet-refs` on Windows.
19+
The solution entails to not use memory maps on Windows which is certainly fine
20+
on todays systems, even though it's likely to add latency.
21+
22+
### Commit Statistics
23+
24+
<csr-read-only-do-not-edit/>
25+
26+
- 2 commits contributed to the release.
27+
- 8 days passed between releases.
28+
- 2 commits were understood as [conventional](https://www.conventionalcommits.org).
29+
- 1 unique issue was worked on: [#1183](https://github.com/Byron/gitoxide/issues/1183)
30+
31+
### Commit Details
32+
33+
<csr-read-only-do-not-edit/>
34+
35+
<details><summary>view details</summary>
36+
37+
* **[#1183](https://github.com/Byron/gitoxide/issues/1183)**
38+
- Assure memory maps don't get in the way of updating `.git/packet-refs` on Windows. ([`6c1da71`](https://github.com/Byron/gitoxide/commit/6c1da71566a454198b01c3fc0f6972e5433ef375))
39+
- Add `file::Store::set_packed_buffer_mmap_threshold()`. ([`7b4573a`](https://github.com/Byron/gitoxide/commit/7b4573ad57a33bb180c661056cd81e81ed478be2))
40+
</details>
41+
842
## 0.39.0 (2023-12-06)
943

1044
### Documentation
@@ -19,7 +53,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1953

2054
<csr-read-only-do-not-edit/>
2155

22-
- 14 commits contributed to the release over the course of 53 calendar days.
56+
- 15 commits contributed to the release over the course of 53 calendar days.
2357
- 54 days passed between releases.
2458
- 2 commits were understood as [conventional](https://www.conventionalcommits.org).
2559
- 0 issues like '(#ID)' were seen in commit messages
@@ -31,6 +65,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3165
<details><summary>view details</summary>
3266

3367
* **Uncategorized**
68+
- Release gix-date v0.8.1, gix-hash v0.13.2, gix-trace v0.1.4, gix-features v0.36.1, gix-actor v0.28.1, gix-validate v0.8.1, gix-object v0.39.0, gix-path v0.10.1, gix-glob v0.14.1, gix-quote v0.4.8, gix-attributes v0.20.1, gix-command v0.3.0, gix-packetline-blocking v0.17.0, gix-utils v0.1.6, gix-filter v0.7.0, gix-fs v0.8.1, gix-chunk v0.4.5, gix-commitgraph v0.22.1, gix-hashtable v0.4.1, gix-revwalk v0.10.0, gix-traverse v0.35.0, gix-worktree-stream v0.7.0, gix-archive v0.7.0, gix-config-value v0.14.1, gix-tempfile v11.0.1, gix-lock v11.0.1, gix-ref v0.39.0, gix-sec v0.10.1, gix-config v0.32.0, gix-prompt v0.8.0, gix-url v0.25.2, gix-credentials v0.22.0, gix-ignore v0.9.1, gix-bitmap v0.2.8, gix-index v0.27.0, gix-worktree v0.28.0, gix-diff v0.38.0, gix-discover v0.27.0, gix-macros v0.1.1, gix-mailmap v0.20.1, gix-negotiate v0.10.0, gix-pack v0.45.0, gix-odb v0.55.0, gix-pathspec v0.4.1, gix-packetline v0.17.0, gix-transport v0.39.0, gix-protocol v0.42.0, gix-revision v0.24.0, gix-refspec v0.20.0, gix-status v0.3.0, gix-submodule v0.6.0, gix-worktree-state v0.5.0, gix v0.56.0, gix-fsck v0.1.0, gitoxide-core v0.34.0, gitoxide v0.32.0, safety bump 27 crates ([`55d386a`](https://github.com/Byron/gitoxide/commit/55d386a2448aba1dd22c73fb63b3fd5b3a8401c9))
3469
- Prepare changelogs prior to release ([`d3dcbe5`](https://github.com/Byron/gitoxide/commit/d3dcbe5c4e3a004360d02fbfb74a8fad52f19b5e))
3570
- Upgrade to `winnow` 0.5.24 ([`abcfb65`](https://github.com/Byron/gitoxide/commit/abcfb659786425ec09eff6b644cd2ad36b7d6bc4))
3671
- J fmt ([`51c7abc`](https://github.com/Byron/gitoxide/commit/51c7abc65f368b1b2bd3d82473793d3cd4fcbad5))

gix-ref/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gix-ref"
3-
version = "0.39.0"
3+
version = "0.39.1"
44
repository = "https://github.com/Byron/gitoxide"
55
license = "MIT OR Apache-2.0"
66
description = "A crate to handle git references"

gix/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ cache-efficiency-debug = ["gix-features/cache-efficiency-debug"]
213213
gix-macros = { version = "^0.1.1", path = "../gix-macros" }
214214
gix-utils = { version = "^0.1.6", path = "../gix-utils" }
215215
gix-fs = { version = "^0.8.1", path = "../gix-fs" }
216-
gix-ref = { version = "^0.39.0", path = "../gix-ref" }
216+
gix-ref = { version = "^0.39.1", path = "../gix-ref" }
217217
gix-discover = { version = "^0.27.0", path = "../gix-discover" }
218218
gix-tempfile = { version = "^11.0.0", path = "../gix-tempfile", default-features = false }
219219
gix-lock = { version = "^11.0.0", path = "../gix-lock" }

0 commit comments

Comments
 (0)