A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/GitoxideLabs/gitoxide/commit/f0ed2cc0046f866e67944bff9aef0579c12d5852 below:

Release gix-glob v0.20.1, gix-attributes v0.26.1, gix-command v0.6.1,… · GitoxideLabs/gitoxide@f0ed2cc · GitHub

File tree Expand file treeCollapse file tree 26 files changed

+60

-54

lines changed

Filter options

Expand file treeCollapse file tree 26 files changed

+60

-54

lines changed Original file line number Diff line number Diff line change

@@ -52,7 +52,7 @@ serde = ["gix/serde", "dep:serde_json", "dep:serde", "bytesize/serde"]

52 52

gix = { version = "^0.72.1", path = "../gix", default-features = false, features = ["merge", "blob-diff", "blame", "revision", "mailmap", "excludes", "attributes", "worktree-mutation", "credentials", "interrupt", "status", "dirwalk"] }

53 53

gix-pack-for-configuration-only = { package = "gix-pack", version = "^0.59.1", path = "../gix-pack", default-features = false, features = ["pack-cache-lru-dynamic", "pack-cache-lru-static", "generate", "streaming-input"] }

54 54

gix-transport-configuration-only = { package = "gix-transport", version = "^0.47.0", path = "../gix-transport", default-features = false }

55 -

gix-archive-for-configuration-only = { package = "gix-archive", version = "^0.21.1", path = "../gix-archive", optional = true, features = ["tar", "tar_gz"] }

55 +

gix-archive-for-configuration-only = { package = "gix-archive", version = "^0.21.2", path = "../gix-archive", optional = true, features = ["tar", "tar_gz"] }

56 56

gix-status = { version = "^0.19.1", path = "../gix-status" }

57 57

gix-fsck = { version = "^0.11.1", path = "../gix-fsck" }

58 58

serde = { version = "1.0.114", optional = true, default-features = false, features = ["derive"] }

Original file line number Diff line number Diff line change

@@ -5,15 +5,15 @@ All notable changes to this project will be documented in this file.

5 5

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

6 6

and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

7 7 8 -

## Unreleased

8 +

## 0.21.2 (2025-05-16)

9 9 10 10

Update the `zip` dependency to the unyanked version 3.0.

11 11 12 12

### Commit Statistics

13 13 14 14

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

15 15 16 -

- 6 commits contributed to the release over the course of 20 calendar days.

16 +

- 7 commits contributed to the release over the course of 20 calendar days.

17 17

- 20 days passed between releases.

18 18

- 0 commits were understood as [conventional](https://www.conventionalcommits.org).

19 19

- 2 unique issues were worked on: [#1984](https://github.com/GitoxideLabs/gitoxide/issues/1984), [#2013](https://github.com/GitoxideLabs/gitoxide/issues/2013)

@@ -29,6 +29,7 @@ Update the `zip` dependency to the unyanked version 3.0.

29 29

* **[#2013](https://github.com/GitoxideLabs/gitoxide/issues/2013)**

30 30

- Avoid yanked `zip` dependency ([`8692657`](https://github.com/GitoxideLabs/gitoxide/commit/8692657ec7c7ab765fcf1aeb9f0e1c55384e39d3))

31 31

* **Uncategorized**

32 +

- Update changelogs prior to release ([`31b86ee`](https://github.com/GitoxideLabs/gitoxide/commit/31b86ee6774ad6762f941aa0e8377e709bd41f5e))

32 33

- Merge pull request #2009 from GitoxideLabs/release-gix-index ([`c3f06ae`](https://github.com/GitoxideLabs/gitoxide/commit/c3f06ae424ab4e1918a364cabe8276297465a73a))

33 34

- Release gix-path v0.10.18, gix-date v0.10.2, gix-traverse v0.46.2, gix-index v0.40.1 ([`d2b4c44`](https://github.com/GitoxideLabs/gitoxide/commit/d2b4c44fcb2bf43e80d67532262631a5086f08de))

34 35

- Merge pull request #1984 from GitoxideLabs/fuzz ([`f965540`](https://github.com/GitoxideLabs/gitoxide/commit/f965540c162ed3e23bd0d7ad9083093033647e51))

Original file line number Diff line number Diff line change

@@ -2,7 +2,7 @@ lints.workspace = true

2 2 3 3

[package]

4 4

name = "gix-archive"

5 -

version = "0.21.1"

5 +

version = "0.21.2"

6 6

repository = "https://github.com/GitoxideLabs/gitoxide"

7 7

license = "MIT OR Apache-2.0"

8 8

description = "archive generation from of a worktree stream"

@@ -28,7 +28,7 @@ zip = ["dep:flate2", "dep:zip"]

28 28 29 29 30 30

[dependencies]

31 -

gix-worktree-stream = { version = "^0.21.1", path = "../gix-worktree-stream" }

31 +

gix-worktree-stream = { version = "^0.21.2", path = "../gix-worktree-stream" }

32 32

gix-object = { version = "^0.49.1", path = "../gix-object" }

33 33

gix-path = { version = "^0.10.18", path = "../gix-path", optional = true }

34 34

gix-date = { version = "^0.10.2", path = "../gix-date" }

Original file line number Diff line number Diff line change

@@ -5,15 +5,15 @@ All notable changes to this project will be documented in this file.

5 5

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

6 6

and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

7 7 8 -

## Unreleased

8 +

## 0.26.1 (2025-05-16)

9 9 10 10

A maintenance release without user-facing changes.

11 11 12 12

### Commit Statistics

13 13 14 14

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

15 15 16 -

- 3 commits contributed to the release over the course of 20 calendar days.

16 +

- 4 commits contributed to the release over the course of 20 calendar days.

17 17

- 20 days passed between releases.

18 18

- 0 commits were understood as [conventional](https://www.conventionalcommits.org).

19 19

- 0 issues like '(#ID)' were seen in commit messages

@@ -25,6 +25,7 @@ A maintenance release without user-facing changes.

25 25

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

26 26 27 27

* **Uncategorized**

28 +

- Update changelogs prior to release ([`31b86ee`](https://github.com/GitoxideLabs/gitoxide/commit/31b86ee6774ad6762f941aa0e8377e709bd41f5e))

28 29

- Merge pull request #2009 from GitoxideLabs/release-gix-index ([`c3f06ae`](https://github.com/GitoxideLabs/gitoxide/commit/c3f06ae424ab4e1918a364cabe8276297465a73a))

29 30

- Release gix-path v0.10.18, gix-date v0.10.2, gix-traverse v0.46.2, gix-index v0.40.1 ([`d2b4c44`](https://github.com/GitoxideLabs/gitoxide/commit/d2b4c44fcb2bf43e80d67532262631a5086f08de))

30 31

- Merge pull request #1971 from GitoxideLabs/new-release ([`8d4c4d1`](https://github.com/GitoxideLabs/gitoxide/commit/8d4c4d1e09f84c962c29d98a686c64228196ac13))

Original file line number Diff line number Diff line change

@@ -2,7 +2,7 @@ lints.workspace = true

2 2 3 3

[package]

4 4

name = "gix-attributes"

5 -

version = "0.26.0"

5 +

version = "0.26.1"

6 6

repository = "https://github.com/GitoxideLabs/gitoxide"

7 7

license = "MIT OR Apache-2.0"

8 8

description = "A crate of the gitoxide project dealing .gitattributes files"

@@ -21,7 +21,7 @@ serde = ["dep:serde", "bstr/serde", "gix-glob/serde", "kstring/serde"]

21 21

[dependencies]

22 22

gix-path = { version = "^0.10.18", path = "../gix-path" }

23 23

gix-quote = { version = "^0.6.0", path = "../gix-quote" }

24 -

gix-glob = { version = "^0.20.0", path = "../gix-glob" }

24 +

gix-glob = { version = "^0.20.1", path = "../gix-glob" }

25 25

gix-trace = { version = "^0.1.12", path = "../gix-trace" }

26 26 27 27

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

Original file line number Diff line number Diff line change

@@ -5,15 +5,15 @@ All notable changes to this project will be documented in this file.

5 5

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

6 6

and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

7 7 8 -

## Unreleased

8 +

## 0.6.1 (2025-05-16)

9 9 10 10

A maintenance release without user-facing changes.

11 11 12 12

### Commit Statistics

13 13 14 14

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

15 15 16 -

- 3 commits contributed to the release over the course of 20 calendar days.

16 +

- 4 commits contributed to the release over the course of 20 calendar days.

17 17

- 20 days passed between releases.

18 18

- 0 commits were understood as [conventional](https://www.conventionalcommits.org).

19 19

- 0 issues like '(#ID)' were seen in commit messages

@@ -25,6 +25,7 @@ A maintenance release without user-facing changes.

25 25

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

26 26 27 27

* **Uncategorized**

28 +

- Update changelogs prior to release ([`31b86ee`](https://github.com/GitoxideLabs/gitoxide/commit/31b86ee6774ad6762f941aa0e8377e709bd41f5e))

28 29

- Merge pull request #2009 from GitoxideLabs/release-gix-index ([`c3f06ae`](https://github.com/GitoxideLabs/gitoxide/commit/c3f06ae424ab4e1918a364cabe8276297465a73a))

29 30

- Release gix-path v0.10.18, gix-date v0.10.2, gix-traverse v0.46.2, gix-index v0.40.1 ([`d2b4c44`](https://github.com/GitoxideLabs/gitoxide/commit/d2b4c44fcb2bf43e80d67532262631a5086f08de))

30 31

- Merge pull request #1971 from GitoxideLabs/new-release ([`8d4c4d1`](https://github.com/GitoxideLabs/gitoxide/commit/8d4c4d1e09f84c962c29d98a686c64228196ac13))

Original file line number Diff line number Diff line change

@@ -2,7 +2,7 @@ lints.workspace = true

2 2 3 3

[package]

4 4

name = "gix-command"

5 -

version = "0.6.0"

5 +

version = "0.6.1"

6 6

repository = "https://github.com/GitoxideLabs/gitoxide"

7 7

license = "MIT OR Apache-2.0"

8 8

description = "A crate of the gitoxide project handling internal git command execution"

Original file line number Diff line number Diff line change

@@ -24,7 +24,7 @@ gix-config-value = { version = "^0.15.0", path = "../gix-config-value" }

24 24

gix-path = { version = "^0.10.18", path = "../gix-path" }

25 25

gix-sec = { version = "^0.11.0", path = "../gix-sec" }

26 26

gix-ref = { version = "^0.52.1", path = "../gix-ref" }

27 -

gix-glob = { version = "^0.20.0", path = "../gix-glob" }

27 +

gix-glob = { version = "^0.20.1", path = "../gix-glob" }

28 28 29 29

winnow = { version = "0.7.7", features = ["simd"] }

30 30

memchr = "2"

Original file line number Diff line number Diff line change

@@ -22,7 +22,7 @@ serde = ["dep:serde", "bstr/serde", "gix-sec/serde"]

22 22

gix-sec = { version = "^0.11.0", path = "../gix-sec" }

23 23

gix-url = { version = "^0.31.0", path = "../gix-url" }

24 24

gix-path = { version = "^0.10.18", path = "../gix-path" }

25 -

gix-command = { version = "^0.6.0", path = "../gix-command" }

25 +

gix-command = { version = "^0.6.1", path = "../gix-command" }

26 26

gix-config-value = { version = "^0.15.0", path = "../gix-config-value" }

27 27

gix-prompt = { version = "^0.11.0", path = "../gix-prompt" }

28 28

gix-date = { version = "^0.10.1", path = "../gix-date" }

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4