chore: release #134
3 changed files with 37 additions and 5 deletions
32
CHANGELOG.md
32
CHANGELOG.md
|
@ -2,6 +2,38 @@
|
||||||
|
|
||||||
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-github` - [0.13.4](https://git.kemitix.net/kemitix/git-next/compare/git-next-forge-github-v0.13.3...git-next-forge-github-v0.13.4) - 2024-08-08
|
||||||
|
|
||||||
|
### Other
|
||||||
|
- cleanup pedantic clippy in forge-github crate
|
||||||
|
|
||||||
|
## `git-next-forge-forgejo` - [0.13.4](https://git.kemitix.net/kemitix/git-next/compare/git-next-forge-forgejo-v0.13.3...git-next-forge-forgejo-v0.13.4) - 2024-08-08
|
||||||
|
|
||||||
|
### Other
|
||||||
|
- cleanup pedantic clippy in forge-forgejo crate
|
||||||
|
|
||||||
|
## `git-next-core` - [0.13.4](https://git.kemitix.net/kemitix/git-next/compare/git-next-core-v0.13.3...git-next-core-v0.13.4) - 2024-08-08
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- add short git log graph to notifications
|
||||||
|
|
||||||
|
### Other
|
||||||
|
- macros use a more common syntax
|
||||||
|
- cleanup pedantic clippy in core crate
|
||||||
|
|
||||||
|
## `git-next` - [0.13.4](https://git.kemitix.net/kemitix/git-next/compare/v0.13.3...v0.13.4) - 2024-08-08
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- add short git log graph to notifications
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- remove dependcy on clang & mold
|
||||||
|
|
||||||
|
### Other
|
||||||
|
- macros use a more common syntax
|
||||||
|
- cleanup pedantic clippy in core crate
|
||||||
|
- cleanup pedantic clippy in cli crate
|
||||||
|
|
||||||
## `git-next-core` - [0.13.3](https://git.kemitix.net/kemitix/git-next/compare/git-next-core-v0.13.2...git-next-core-v0.13.3) - 2024-08-04
|
## `git-next-core` - [0.13.3](https://git.kemitix.net/kemitix/git-next/compare/git-next-core-v0.13.2...git-next-core-v0.13.3) - 2024-08-04
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
8
Cargo.lock
generated
8
Cargo.lock
generated
|
@ -939,7 +939,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "git-next"
|
name = "git-next"
|
||||||
version = "0.13.3"
|
version = "0.13.4"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"actix",
|
"actix",
|
||||||
"actix-rt",
|
"actix-rt",
|
||||||
|
@ -976,7 +976,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "git-next-core"
|
name = "git-next-core"
|
||||||
version = "0.13.3"
|
version = "0.13.4"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"actix",
|
"actix",
|
||||||
"assert2",
|
"assert2",
|
||||||
|
@ -1004,7 +1004,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "git-next-forge-forgejo"
|
name = "git-next-forge-forgejo"
|
||||||
version = "0.13.3"
|
version = "0.13.4"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"assert2",
|
"assert2",
|
||||||
"async-trait",
|
"async-trait",
|
||||||
|
@ -1020,7 +1020,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "git-next-forge-github"
|
name = "git-next-forge-github"
|
||||||
version = "0.13.3"
|
version = "0.13.4"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"assert2",
|
"assert2",
|
||||||
"async-trait",
|
"async-trait",
|
||||||
|
|
|
@ -3,7 +3,7 @@ resolver = "2"
|
||||||
members = ["crates/*"]
|
members = ["crates/*"]
|
||||||
|
|
||||||
[workspace.package]
|
[workspace.package]
|
||||||
version = "0.13.3"
|
version = "0.13.4"
|
||||||
|
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
|
Loading…
Reference in a new issue