chore: release v0.14.0-rc1.1
All checks were successful
ci/woodpecker/pr/cron-docker-builder Pipeline was successful
ci/woodpecker/pr/push-next Pipeline was successful
ci/woodpecker/pr/tag-created Pipeline was successful
ci/woodpecker/push/cron-docker-builder Pipeline was successful
ci/woodpecker/push/push-next Pipeline was successful
ci/woodpecker/push/tag-created Pipeline was successful
Rust / build (map[name:nightly]) (pull_request) Successful in 5m58s
Rust / build (map[name:stable]) (pull_request) Successful in 7m50s
All checks were successful
ci/woodpecker/pr/cron-docker-builder Pipeline was successful
ci/woodpecker/pr/push-next Pipeline was successful
ci/woodpecker/pr/tag-created Pipeline was successful
ci/woodpecker/push/cron-docker-builder Pipeline was successful
ci/woodpecker/push/push-next Pipeline was successful
ci/woodpecker/push/tag-created Pipeline was successful
Rust / build (map[name:nightly]) (pull_request) Successful in 5m58s
Rust / build (map[name:stable]) (pull_request) Successful in 7m50s
Signed-off-by: ForgeJo Action. See: https://git.kemitix.net/kemitix/rust <action@git.kemitix.net>
This commit is contained in:
parent
8a877ddf63
commit
80206d7cbf
3 changed files with 13 additions and 8 deletions
|
@ -2,6 +2,11 @@
|
||||||
|
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
|
## `git-next-forge-forgejo` - [0.14.0-rc1.1](https://git.kemitix.net/kemitix/git-next/compare/git-next-forge-forgejo-v0.14.0-rc1...git-next-forge-forgejo-v0.14.0-rc1.1) - 2024-12-12
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- remove stray eprintln
|
||||||
|
|
||||||
## `git-next-forge-github` - [0.14.0-rc1](https://git.kemitix.net/kemitix/git-next/compare/git-next-forge-github-v0.13.11...git-next-forge-github-v0.14.0-rc1) - 2024-11-29
|
## `git-next-forge-github` - [0.14.0-rc1](https://git.kemitix.net/kemitix/git-next/compare/git-next-forge-github-v0.13.11...git-next-forge-github-v0.14.0-rc1) - 2024-11-29
|
||||||
|
|
||||||
### Other
|
### Other
|
||||||
|
|
8
Cargo.lock
generated
8
Cargo.lock
generated
|
@ -1070,7 +1070,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "git-next"
|
name = "git-next"
|
||||||
version = "0.14.0-rc1"
|
version = "0.14.0-rc1.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"assert2",
|
"assert2",
|
||||||
|
@ -1117,7 +1117,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "git-next-core"
|
name = "git-next-core"
|
||||||
version = "0.14.0-rc1"
|
version = "0.14.0-rc1.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"assert2",
|
"assert2",
|
||||||
"async-trait",
|
"async-trait",
|
||||||
|
@ -1144,7 +1144,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "git-next-forge-forgejo"
|
name = "git-next-forge-forgejo"
|
||||||
version = "0.14.0-rc1"
|
version = "0.14.0-rc1.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"assert2",
|
"assert2",
|
||||||
"async-trait",
|
"async-trait",
|
||||||
|
@ -1160,7 +1160,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "git-next-forge-github"
|
name = "git-next-forge-github"
|
||||||
version = "0.14.0-rc1"
|
version = "0.14.0-rc1.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"assert2",
|
"assert2",
|
||||||
"async-trait",
|
"async-trait",
|
||||||
|
|
|
@ -3,7 +3,7 @@ resolver = "2"
|
||||||
members = ["crates/*"]
|
members = ["crates/*"]
|
||||||
|
|
||||||
[workspace.package]
|
[workspace.package]
|
||||||
version = "0.14.0-rc1"
|
version = "0.14.0-rc1.1"
|
||||||
|
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
@ -22,9 +22,9 @@ categories = ["development-tools"]
|
||||||
# expect_used = "warn"
|
# expect_used = "warn"
|
||||||
|
|
||||||
[workspace.dependencies]
|
[workspace.dependencies]
|
||||||
git-next-core = { path = "crates/core", version = "0.14.0-rc1" }
|
git-next-core = { path = "crates/core", version = "0.14.0-rc1.1" }
|
||||||
git-next-forge-forgejo = { path = "crates/forge-forgejo", version = "0.14.0-rc1" }
|
git-next-forge-forgejo = { path = "crates/forge-forgejo", version = "0.14.0-rc1.1" }
|
||||||
git-next-forge-github = { path = "crates/forge-github", version = "0.14.0-rc1" }
|
git-next-forge-github = { path = "crates/forge-github", version = "0.14.0-rc1.1" }
|
||||||
|
|
||||||
# TUI
|
# TUI
|
||||||
ratatui = "0.29"
|
ratatui = "0.29"
|
||||||
|
|
Loading…
Reference in a new issue