Compare commits
No commits in common. "59e8fc050d70db2779855f7d1d73e4cf00edd461" and "4c2e1223467a3799506d9f44931aeec1d51cd26c" have entirely different histories.
59e8fc050d
...
4c2e122346
14 changed files with 13 additions and 35 deletions
|
@ -2,20 +2,11 @@
|
|||
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
## [0.9.2] - 2024-07-14
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
- Typo and missing repository entry in Cargo.toml files ([c289617](https://git.kemitix.net/kemitix/git-next/commit/c289617ba9d530fc04bb197745b75e0c852a7711))
|
||||
|
||||
## [0.9.1] - 2024-07-14
|
||||
|
||||
[43c6e81](https://git.kemitix.net/kemitix/git-next/commit/43c6e812dc611a2538b45b48e2014e42ef492904)...[4c2e122](https://git.kemitix.net/kemitix/git-next/commit/4c2e1223467a3799506d9f44931aeec1d51cd26c)
|
||||
|
||||
### Documentation
|
||||
|
||||
- Server-actor: add readme showing message paths ([10e6389](https://git.kemitix.net/kemitix/git-next/commit/10e63894c215e90610e79a2950d3bd0b20f1a04b))
|
||||
- Update changelog ([4c2e122](https://git.kemitix.net/kemitix/git-next/commit/4c2e1223467a3799506d9f44931aeec1d51cd26c))
|
||||
|
||||
### Miscellaneous Tasks
|
||||
|
||||
|
|
|
@ -3,10 +3,9 @@ resolver = "2"
|
|||
members = ["crates/*"]
|
||||
|
||||
[workspace.package]
|
||||
version = "0.9.2"
|
||||
version = "0.9.1"
|
||||
edition = "2021"
|
||||
license = "MIT"
|
||||
repository = "https://git.kemitix.net/kemitix/git-next"
|
||||
|
||||
[workspace.lints.clippy]
|
||||
nursery = { level = "warn", priority = -1 }
|
||||
|
|
|
@ -3,8 +3,7 @@ name = "git-next-actor-macros"
|
|||
version = { workspace = true }
|
||||
edition = { workspace = true }
|
||||
license = { workspace = true }
|
||||
repository = { workspace = true }
|
||||
description = "macros for actors for git-next, the trunk-based development manager"
|
||||
descripition = "macros for actors for git-next, the trunk-based development manager"
|
||||
|
||||
[dependencies]
|
||||
# Actors
|
||||
|
|
|
@ -3,8 +3,7 @@ name = "git-next"
|
|||
version = { workspace = true }
|
||||
edition = { workspace = true }
|
||||
license = { workspace = true }
|
||||
repository = { workspace = true }
|
||||
description = "CLI support for git-next, the trunk-based development manager"
|
||||
descripition = "CLI support for git-next, the trunk-based development manager"
|
||||
|
||||
[dependencies]
|
||||
git-next-server = { workspace = true }
|
||||
|
|
|
@ -3,8 +3,7 @@ name = "git-next-config"
|
|||
version = { workspace = true }
|
||||
edition = { workspace = true }
|
||||
license = { workspace = true }
|
||||
repository = { workspace = true }
|
||||
description = "Base types for git-next, the trunk-based development manager"
|
||||
descripition = "Base types for git-next, the trunk-based development manager"
|
||||
|
||||
[features]
|
||||
default = ["forgejo", "github"]
|
||||
|
|
|
@ -3,8 +3,7 @@ name = "git-next-file-watcher-actor"
|
|||
version = { workspace = true }
|
||||
edition = { workspace = true }
|
||||
license = { workspace = true }
|
||||
repository = { workspace = true }
|
||||
description = "Config file watcher for git-next, the trunk-based development manager"
|
||||
descripition = "Config file watcher for git-next, the trunk-based development manager"
|
||||
|
||||
[dependencies]
|
||||
git-next-config = { workspace = true }
|
||||
|
|
|
@ -3,8 +3,7 @@ name = "git-next-forge-forgejo"
|
|||
version = { workspace = true }
|
||||
edition = { workspace = true }
|
||||
license = { workspace = true }
|
||||
repository = { workspace = true }
|
||||
description = "Forgejo support for git-next, the trunk-based development manager"
|
||||
descripition = "Forgejo support for git-next, the trunk-based development manager"
|
||||
|
||||
[dependencies]
|
||||
git-next-config = { workspace = true }
|
||||
|
|
|
@ -3,8 +3,7 @@ name = "git-next-forge-github"
|
|||
version = { workspace = true }
|
||||
edition = { workspace = true }
|
||||
license = { workspace = true }
|
||||
repository = { workspace = true }
|
||||
description = "GitHub support for git-next, the trunk-based development manager"
|
||||
descripition = "GitHub support for git-next, the trunk-based development manager"
|
||||
|
||||
[dependencies]
|
||||
git-next-config = { workspace = true }
|
||||
|
|
|
@ -3,8 +3,7 @@ name = "git-next-forge"
|
|||
version = { workspace = true }
|
||||
edition = { workspace = true }
|
||||
license = { workspace = true }
|
||||
repository = { workspace = true }
|
||||
description = "Generic forge support for git-next, the trunk-based development manager"
|
||||
descripition = "Generic forge support for git-next, the trunk-based development manager"
|
||||
|
||||
[features]
|
||||
default = ["forgejo", "github"]
|
||||
|
|
|
@ -3,8 +3,7 @@ name = "git-next-git"
|
|||
version = { workspace = true }
|
||||
edition = { workspace = true }
|
||||
license = { workspace = true }
|
||||
repository = { workspace = true }
|
||||
description = "git support for git-next, the trunk-based development manager"
|
||||
descripition = "git support for git-next, the trunk-based development manager"
|
||||
|
||||
[dependencies]
|
||||
git-next-config = { workspace = true }
|
||||
|
|
|
@ -3,8 +3,7 @@ name = "git-next-repo-actor"
|
|||
version = { workspace = true }
|
||||
edition = { workspace = true }
|
||||
license = { workspace = true }
|
||||
repository = { workspace = true }
|
||||
description = "Repository support for git-next, the trunk-based development manager"
|
||||
descripition = "Repository support for git-next, the trunk-based development manager"
|
||||
|
||||
[features]
|
||||
default = ["forgejo", "github"]
|
||||
|
|
|
@ -3,8 +3,7 @@ name = "git-next-server-actor"
|
|||
version = { workspace = true }
|
||||
edition = { workspace = true }
|
||||
license = { workspace = true }
|
||||
repository = { workspace = true }
|
||||
description = "Server actor for git-next, the trunk-based development manager"
|
||||
descripition = "Server actor for git-next, the trunk-based development manager"
|
||||
|
||||
[dependencies]
|
||||
git-next-config = { workspace = true }
|
||||
|
|
|
@ -3,8 +3,7 @@ name = "git-next-server"
|
|||
version = { workspace = true }
|
||||
edition = { workspace = true }
|
||||
license = { workspace = true }
|
||||
repository = { workspace = true }
|
||||
description = "server for git-next, the trunk-based development manager"
|
||||
descripition = "server for git-next, the trunk-based development manager"
|
||||
|
||||
[dependencies]
|
||||
git-next-config = { workspace = true }
|
||||
|
|
|
@ -3,8 +3,7 @@ name = "git-next-webhook-actor"
|
|||
version = { workspace = true }
|
||||
edition = { workspace = true }
|
||||
license = { workspace = true }
|
||||
repository = { workspace = true }
|
||||
description = "webhook actor for git-next, the trunk-based development manager"
|
||||
descripition = "webhook actor for git-next, the trunk-based development manager"
|
||||
|
||||
[dependencies]
|
||||
git-next-config = { workspace = true }
|
||||
|
|
Loading…
Reference in a new issue