Compare commits

...

2 commits

Author SHA1 Message Date
d24bcd9ab1 chore: Release 0.9.3
All checks were successful
Rust / build (push) Successful in 1m29s
ci/woodpecker/push/push-next Pipeline was successful
ci/woodpecker/push/cron-docker-builder Pipeline was successful
ci/woodpecker/push/tag-created Pipeline was successful
ci/woodpecker/tag/push-next Pipeline was successful
ci/woodpecker/tag/cron-docker-builder Pipeline was successful
ci/woodpecker/tag/tag-created Pipeline was successful
2024-07-14 14:25:10 +01:00
cd93d047cb fix: explicitly specify version in each crate
All checks were successful
Rust / build (push) Successful in 1m23s
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
crates.io doesn't appear to like taking the version from the workspace
crate
2024-07-14 14:24:41 +01:00
14 changed files with 25 additions and 13 deletions

View file

@ -2,12 +2,24 @@
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.2"
version = "0.9.3"
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 = { workspace = true }
version = "0.9.3"
edition = { workspace = true }
license = { workspace = true }
repository = { workspace = true }

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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