Compare commits

..

No commits in common. "d24bcd9ab1a31afe20501c6b6e0f08436683c1c2" and "59e8fc050d70db2779855f7d1d73e4cf00edd461" have entirely different histories.

14 changed files with 13 additions and 25 deletions

View file

@ -2,24 +2,12 @@
All notable changes to this project will be documented in this file.
## [0.9.3] - 2024-07-14
### Bug Fixes
- Explicitly specify version in each crate ([cd93d04](https://git.kemitix.net/kemitix/git-next/commit/cd93d047cb948118f32ae0b8b0880a42a74226fb))
## [0.9.2] - 2024-07-14
[4c2e122](https://git.kemitix.net/kemitix/git-next/commit/4c2e1223467a3799506d9f44931aeec1d51cd26c)...[59e8fc0](https://git.kemitix.net/kemitix/git-next/commit/59e8fc050d70db2779855f7d1d73e4cf00edd461)
### Bug Fixes
- Typo and missing repository entry in Cargo.toml files ([c289617](https://git.kemitix.net/kemitix/git-next/commit/c289617ba9d530fc04bb197745b75e0c852a7711))
### Miscellaneous Tasks
- Release 0.9.2 ([59e8fc0](https://git.kemitix.net/kemitix/git-next/commit/59e8fc050d70db2779855f7d1d73e4cf00edd461))
## [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)

View file

@ -3,7 +3,7 @@ resolver = "2"
members = ["crates/*"]
[workspace.package]
version = "0.9.3"
version = "0.9.2"
edition = "2021"
license = "MIT"
repository = "https://git.kemitix.net/kemitix/git-next"

View file

@ -1,6 +1,6 @@
[package]
name = "git-next-actor-macros"
version = "0.9.3"
version = { workspace = true }
edition = { workspace = true }
license = { workspace = true }
repository = { workspace = true }

View file

@ -1,6 +1,6 @@
[package]
name = "git-next"
version = "0.9.3"
version = { workspace = true }
edition = { workspace = true }
license = { workspace = true }
repository = { workspace = true }

View file

@ -1,6 +1,6 @@
[package]
name = "git-next-config"
version = "0.9.3"
version = { workspace = true }
edition = { workspace = true }
license = { workspace = true }
repository = { workspace = true }

View file

@ -1,6 +1,6 @@
[package]
name = "git-next-file-watcher-actor"
version = "0.9.3"
version = { workspace = true }
edition = { workspace = true }
license = { workspace = true }
repository = { workspace = true }

View file

@ -1,6 +1,6 @@
[package]
name = "git-next-forge-forgejo"
version = "0.9.3"
version = { workspace = true }
edition = { workspace = true }
license = { workspace = true }
repository = { workspace = true }

View file

@ -1,6 +1,6 @@
[package]
name = "git-next-forge-github"
version = "0.9.3"
version = { workspace = true }
edition = { workspace = true }
license = { workspace = true }
repository = { workspace = true }

View file

@ -1,6 +1,6 @@
[package]
name = "git-next-forge"
version = "0.9.3"
version = { workspace = true }
edition = { workspace = true }
license = { workspace = true }
repository = { workspace = true }

View file

@ -1,6 +1,6 @@
[package]
name = "git-next-git"
version = "0.9.3"
version = { workspace = true }
edition = { workspace = true }
license = { workspace = true }
repository = { workspace = true }

View file

@ -1,6 +1,6 @@
[package]
name = "git-next-repo-actor"
version = "0.9.3"
version = { workspace = true }
edition = { workspace = true }
license = { workspace = true }
repository = { workspace = true }

View file

@ -1,6 +1,6 @@
[package]
name = "git-next-server-actor"
version = "0.9.3"
version = { workspace = true }
edition = { workspace = true }
license = { workspace = true }
repository = { workspace = true }

View file

@ -1,6 +1,6 @@
[package]
name = "git-next-server"
version = "0.9.3"
version = { workspace = true }
edition = { workspace = true }
license = { workspace = true }
repository = { workspace = true }

View file

@ -1,6 +1,6 @@
[package]
name = "git-next-webhook-actor"
version = "0.9.3"
version = { workspace = true }
edition = { workspace = true }
license = { workspace = true }
repository = { workspace = true }