Skip to content

Commit 67da689

Browse files
authored
Merge pull request #878 from blinxen/main
Include missing changelog file in some crates
2 parents 24dcba4 + 0269eed commit 67da689

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

gix-actor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = ["Sebastian Thiel <sebastian.thiel@icloud.com>"]
66
repository = "https://github.com/Byron/gitoxide"
77
license = "MIT/Apache-2.0"
88
edition = "2021"
9-
include = ["src/**/*", "LICENSE-*"]
9+
include = ["src/**/*", "LICENSE-*", "CHANGELOG.md"]
1010
rust-version = "1.64"
1111

1212
[lib]

gix-diff/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license = "MIT/Apache-2.0"
66
description = "Calculate differences between various git objects"
77
authors = ["Sebastian Thiel <sebastian.thiel@icloud.com>"]
88
edition = "2021"
9-
include = ["src/**/*", "LICENSE-*"]
9+
include = ["src/**/*", "LICENSE-*", "CHANGELOG.md"]
1010
rust-version = "1.64"
1111
autotests = false
1212

gix-hashtable/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license = "MIT/Apache-2.0"
66
description = "A crate that provides hashtable based data structures optimized to utilize ObjectId keys"
77
authors = ["Pascal Kuthe <pascal.kuthe@semimod.de>"]
88
edition = "2021"
9-
include = ["src/**/*", "LICENSE-*"]
9+
include = ["src/**/*", "LICENSE-*", "CHANGELOG.md"]
1010
rust-version = "1.64"
1111

1212
[lib]

gix-object/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = ["Sebastian Thiel <sebastian.thiel@icloud.com>"]
66
repository = "https://github.com/Byron/gitoxide"
77
license = "MIT/Apache-2.0"
88
edition = "2021"
9-
include = ["src/**/*", "LICENSE-*"]
9+
include = ["src/**/*", "LICENSE-*", "CHANGELOG.md"]
1010
rust-version = "1.64"
1111

1212
[lib]

gix-ref/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license = "MIT/Apache-2.0"
66
description = "A crate to handle git references"
77
authors = ["Sebastian Thiel <sebastian.thiel@icloud.com>"]
88
edition = "2021"
9-
include = ["src/**/*", "LICENSE-*"]
9+
include = ["src/**/*", "LICENSE-*", "CHANGELOG.md"]
1010
rust-version = "1.64"
1111
autotests = false
1212

gix-traverse/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license = "MIT/Apache-2.0"
66
description = "A WIP crate of the gitoxide project"
77
authors = ["Sebastian Thiel <sebastian.thiel@icloud.com>"]
88
edition = "2021"
9-
include = ["src/**/*", "LICENSE-*"]
9+
include = ["src/**/*", "LICENSE-*", "CHANGELOG.md"]
1010
rust-version = "1.64"
1111
autotests = false
1212

gix-validate/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license = "MIT/Apache-2.0"
66
description = "Validation functions for various kinds of names in git"
77
authors = ["Sebastian Thiel <sebastian.thiel@icloud.com>"]
88
edition = "2021"
9-
include = ["src/**/*", "LICENSE-*"]
9+
include = ["src/**/*", "LICENSE-*", "CHANGELOG.md"]
1010
rust-version = "1.64"
1111

1212
[lib]

0 commit comments

Comments
 (0)