Skip to content

Commit

Permalink
Release gix-index v0.23.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Sep 1, 2023
1 parent 6a8314b commit 11b9c71
Show file tree
Hide file tree
Showing 7 changed files with 42 additions and 15 deletions.
18 changes: 9 additions & 9 deletions Cargo.lock

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

29 changes: 28 additions & 1 deletion gix-index/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,32 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 0.23.1 (2023-09-01)

### Bug Fixes

- <csr-id-6a8314bb99099e2a3f5364a5761a5254aa36393a/> `prefixed_entries_range()` now works correctly with directory prefixes.
Previously, not all directory prefixes would work as expected due to incorrect
search criteria.

### Commit Statistics

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

- 1 commit contributed to the release.
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
- 0 issues like '(#ID)' were seen in commit messages

### Commit Details

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

<details><summary>view details</summary>

* **Uncategorized**
- `prefixed_entries_range()` now works correctly with directory prefixes. ([`6a8314b`](https://github.com/Byron/gitoxide/commit/6a8314bb99099e2a3f5364a5761a5254aa36393a))
</details>

## 0.23.0 (2023-09-01)

### New Features
Expand Down Expand Up @@ -42,7 +68,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

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

- 9 commits contributed to the release over the course of 9 calendar days.
- 10 commits contributed to the release over the course of 9 calendar days.
- 9 days passed between releases.
- 6 commits were understood as [conventional](https://www.conventionalcommits.org).
- 0 issues like '(#ID)' were seen in commit messages
Expand All @@ -54,6 +80,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
<details><summary>view details</summary>

* **Uncategorized**
- Release gix-date v0.7.4, gix-index v0.23.0, safety bump 5 crates ([`3be2b1c`](https://github.com/Byron/gitoxide/commit/3be2b1ccfe30eeae45711c64b88efc522a2b51b7))
- Prepare `gix-index` release ([`6fdbc66`](https://github.com/Byron/gitoxide/commit/6fdbc667c20f10734390341b435c15c73b7cd227))
- Add `State::prefixed_range()` to obtain a range of entries matching a prefix. ([`cfbfa43`](https://github.com/Byron/gitoxide/commit/cfbfa43069c8d82fbd74b8296f63fc050a5ba02a))
- Add `State::remove_entries()` and `entry_range()`. ([`8b689c2`](https://github.com/Byron/gitoxide/commit/8b689c222668b0c35c508f1907b03cbd4ba09bba))
Expand Down
2 changes: 1 addition & 1 deletion gix-index/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gix-index"
version = "0.23.0"
version = "0.23.1"
repository = "https://github.com/Byron/gitoxide"
license = "MIT OR Apache-2.0"
description = "A work-in-progress crate of the gitoxide project dedicated implementing the git index file"
Expand Down
2 changes: 1 addition & 1 deletion gix-status/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ autotests = false
doctest = false

[dependencies]
gix-index = { version = "^0.23.0", path = "../gix-index" }
gix-index = { version = "^0.23.1", path = "../gix-index" }
gix-fs = { version = "^0.5.0", path = "../gix-fs" }
gix-hash = { version = "^0.12.0", path = "../gix-hash" }
gix-object = { version = "^0.35.0", path = "../gix-object" }
Expand Down
2 changes: 1 addition & 1 deletion gix-worktree-state/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ doctest = false

[dependencies]
gix-worktree = { version = "^0.25.0", path = "../gix-worktree" }
gix-index = { version = "^0.23.0", path = "../gix-index" }
gix-index = { version = "^0.23.1", path = "../gix-index" }
gix-fs = { version = "^0.5.0", path = "../gix-fs" }
gix-hash = { version = "^0.12.0", path = "../gix-hash" }
gix-object = { version = "^0.35.0", path = "../gix-object" }
Expand Down
2 changes: 1 addition & 1 deletion gix-worktree/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ doctest = false
serde = [ "dep:serde", "bstr/serde", "gix-index/serde", "gix-hash/serde", "gix-object/serde", "gix-attributes/serde", "gix-ignore/serde" ]

[dependencies]
gix-index = { version = "^0.23.0", path = "../gix-index" }
gix-index = { version = "^0.23.1", path = "../gix-index" }
gix-fs = { version = "^0.5.0", path = "../gix-fs" }
gix-hash = { version = "^0.12.0", path = "../gix-hash" }
gix-object = { version = "^0.35.0", path = "../gix-object" }
Expand Down
2 changes: 1 addition & 1 deletion gix/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ gix-ignore = { version = "^0.6.0", path = "../gix-ignore" }
gix-glob = { version = "^0.11.0", path = "../gix-glob" }
gix-credentials = { version = "^0.18.0", path = "../gix-credentials" }
gix-prompt = { version = "^0.6.0", path = "../gix-prompt" }
gix-index = { version = "^0.23.0", path = "../gix-index" }
gix-index = { version = "^0.23.1", path = "../gix-index" }
gix-worktree = { version = "^0.25.0", path = "../gix-worktree" }
gix-worktree-state = { version = "^0.2.0", path = "../gix-worktree-state" }
gix-hashtable = { version = "^0.3.0", path = "../gix-hashtable" }
Expand Down

0 comments on commit 11b9c71

Please sign in to comment.