Skip to content

Commit a039880

Browse files
chore: release main
1 parent 56ee1e1 commit a039880

12 files changed

Lines changed: 101 additions & 15 deletions

File tree

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"crates/git-forge": "0.0.0",
3-
"crates/git-forge-core": "0.0.0",
4-
"crates/git-forge-issues": "0.0.0",
5-
"crates/git-forge-review": "0.0.0",
6-
"crates/git-forge-release": "0.0.0"
2+
"crates/git-forge": "0.0.1",
3+
"crates/git-forge-core": "0.0.1",
4+
"crates/git-forge-issues": "0.0.1",
5+
"crates/git-forge-review": "0.0.1",
6+
"crates/git-forge-release": "0.0.1"
77
}

Cargo.lock

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

crates/git-forge-core/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Changelog
2+
3+
## 0.0.1 (2026-03-14)
4+
5+
6+
### Features
7+
8+
* Add criterion benchmarks to each library crate ([cedc2dd](https://github.com/git-ents/git-forge/commit/cedc2dd2164c6991f23522c519f72ac112754825))
9+
10+
11+
### Miscellaneous Chores
12+
13+
* Trigger initial release ([b199406](https://github.com/git-ents/git-forge/commit/b19940683fde969fd3f429145e284570eec7f054))

crates/git-forge-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "git-forge-core"
3-
version = "0.0.0"
3+
version = "0.0.1"
44
edition.workspace = true
55
publish.workspace = true
66
license.workspace = true
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Changelog
2+
3+
## 0.0.1 (2026-03-14)
4+
5+
6+
### Features
7+
8+
* Add criterion benchmarks to each library crate ([cedc2dd](https://github.com/git-ents/git-forge/commit/cedc2dd2164c6991f23522c519f72ac112754825))
9+
10+
11+
### Miscellaneous Chores
12+
13+
* Trigger initial release ([b199406](https://github.com/git-ents/git-forge/commit/b19940683fde969fd3f429145e284570eec7f054))

crates/git-forge-issues/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "git-forge-issues"
3-
version = "0.0.0"
3+
version = "0.0.1"
44
edition.workspace = true
55
publish.workspace = true
66
license.workspace = true
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Changelog
2+
3+
## 0.0.1 (2026-03-14)
4+
5+
6+
### Features
7+
8+
* Add criterion benchmarks to each library crate ([cedc2dd](https://github.com/git-ents/git-forge/commit/cedc2dd2164c6991f23522c519f72ac112754825))
9+
10+
11+
### Miscellaneous Chores
12+
13+
* Trigger initial release ([b199406](https://github.com/git-ents/git-forge/commit/b19940683fde969fd3f429145e284570eec7f054))

crates/git-forge-release/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "git-forge-release"
3-
version = "0.0.0"
3+
version = "0.0.1"
44
edition.workspace = true
55
publish.workspace = true
66
license.workspace = true
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Changelog
2+
3+
## 0.0.1 (2026-03-14)
4+
5+
6+
### Features
7+
8+
* Add criterion benchmarks to each library crate ([cedc2dd](https://github.com/git-ents/git-forge/commit/cedc2dd2164c6991f23522c519f72ac112754825))
9+
10+
11+
### Miscellaneous Chores
12+
13+
* Trigger initial release ([b199406](https://github.com/git-ents/git-forge/commit/b19940683fde969fd3f429145e284570eec7f054))

crates/git-forge-review/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "git-forge-review"
3-
version = "0.0.0"
3+
version = "0.0.1"
44
edition.workspace = true
55
publish.workspace = true
66
license.workspace = true

0 commit comments

Comments
 (0)