chore: release 0.13.1
Some checks failed
Rust / build (push) Successful in 1m37s
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
ci/woodpecker/tag/cron-docker-builder Pipeline was successful
ci/woodpecker/tag/push-next Pipeline was successful
ci/woodpecker/tag/tag-created Pipeline failed
Some checks failed
Rust / build (push) Successful in 1m37s
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
ci/woodpecker/tag/cron-docker-builder Pipeline was successful
ci/woodpecker/tag/push-next Pipeline was successful
ci/woodpecker/tag/tag-created Pipeline failed
This commit is contained in:
parent
6a31b4687e
commit
58d9a993e9
7 changed files with 79 additions and 61 deletions
74
CHANGELOG.md
74
CHANGELOG.md
|
@ -2,6 +2,80 @@
|
||||||
|
|
||||||
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.1](https://git.kemitix.net/kemitix/git-next/compare/git-next-forge-github-v0.13.0...git-next-forge-github-v0.13.1) - 2024-08-04
|
||||||
|
|
||||||
|
### Other
|
||||||
|
|
||||||
|
- remove unused dependencies
|
||||||
|
|
||||||
|
## `git-next-forge-forgejo` - [0.13.1](https://git.kemitix.net/kemitix/git-next/compare/git-next-forge-forgejo-v0.13.0...git-next-forge-forgejo-v0.13.1) - 2024-08-04
|
||||||
|
|
||||||
|
### Other
|
||||||
|
|
||||||
|
- remove unused dependencies
|
||||||
|
|
||||||
|
## `git-next-core` - [0.13.1](https://git.kemitix.net/kemitix/git-next/compare/git-next-core-v0.13.0...git-next-core-v0.13.1) - 2024-08-04
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- prevent duplicate alerts
|
||||||
|
- add support for desktop notifications
|
||||||
|
|
||||||
|
### Other
|
||||||
|
|
||||||
|
- remove unused dependencies
|
||||||
|
- update tests to check for email config parsing
|
||||||
|
|
||||||
|
## `git-next` - [0.13.1](https://git.kemitix.net/kemitix/git-next/compare/v0.13.0...v0.13.1) - 2024-08-04
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- prevent duplicate alerts
|
||||||
|
- add support for desktop notifications
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- add example email config to server default template
|
||||||
|
|
||||||
|
### Other
|
||||||
|
|
||||||
|
- remove unused dependencies
|
||||||
|
- extract alerts into own actor
|
||||||
|
- add example to readme for listen, shout & storage
|
||||||
|
- add config details for sending emails
|
||||||
|
|
||||||
|
## `git-next-forge-github` [0.13.0](https://git.kemitix.net/kemitix/git-next/compare/git-next-forge-github-v0.12.1...git-next-forge-github-v0.13.0) - 2024-08-02
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- [**breaking**] restructured server config into listen & shout sections
|
||||||
|
|
||||||
|
## `git-next-forge-forgejo` [0.13.0](https://git.kemitix.net/kemitix/git-next/compare/git-next-forge-forgejo-v0.12.1...git-next-forge-forgejo-v0.13.0) - 2024-08-02
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- [**breaking**] restructured server config into listen & shout sections
|
||||||
|
|
||||||
|
## `git-next-core` [0.13.0](https://git.kemitix.net/kemitix/git-next/compare/git-next-core-v0.12.1...git-next-core-v0.13.0) - 2024-08-02
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- send email notifications (sendmail/smtp)
|
||||||
|
- [**breaking**] restructured server config into listen & shout sections
|
||||||
|
- remove notification.type
|
||||||
|
- [**breaking**] reduce the max commit dev can be ahead of main
|
||||||
|
|
||||||
|
## `git-next` [0.13.0](https://git.kemitix.net/kemitix/git-next/compare/git-next-v0.12.1...git-next-v0.13.0) - 2024-08-02
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- send email notifications (sendmail/smtp)
|
||||||
|
- [**breaking**] restructured server config into listen & shout sections
|
||||||
|
- remove notification.type
|
||||||
|
- terminate process if config file is invalid
|
||||||
|
- return better errors to user on server failure
|
||||||
|
- return better errors to the user on init
|
||||||
|
|
||||||
## [0.12.1] - 2024-07-29
|
## [0.12.1] - 2024-07-29
|
||||||
|
|
||||||
### Bug Fixes
|
### Bug Fixes
|
||||||
|
|
8
Cargo.lock
generated
8
Cargo.lock
generated
|
@ -939,7 +939,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "git-next"
|
name = "git-next"
|
||||||
version = "0.13.0"
|
version = "0.13.1"
|
||||||
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.0"
|
version = "0.13.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"actix",
|
"actix",
|
||||||
"assert2",
|
"assert2",
|
||||||
|
@ -1003,7 +1003,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "git-next-forge-forgejo"
|
name = "git-next-forge-forgejo"
|
||||||
version = "0.13.0"
|
version = "0.13.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"assert2",
|
"assert2",
|
||||||
"async-trait",
|
"async-trait",
|
||||||
|
@ -1019,7 +1019,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "git-next-forge-github"
|
name = "git-next-forge-github"
|
||||||
version = "0.13.0"
|
version = "0.13.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.13.0"
|
version = "0.13.1"
|
||||||
|
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
|
|
@ -1,17 +0,0 @@
|
||||||
# Changelog
|
|
||||||
All notable changes to this project will be documented in this file.
|
|
||||||
|
|
||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
||||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
||||||
|
|
||||||
## [Unreleased]
|
|
||||||
|
|
||||||
## [0.13.0](https://git.kemitix.net/kemitix/git-next/compare/git-next-v0.12.1...git-next-v0.13.0) - 2024-08-02
|
|
||||||
|
|
||||||
### Added
|
|
||||||
- send email notifications (sendmail/smtp)
|
|
||||||
- [**breaking**] restructured server config into listen & shout sections
|
|
||||||
- remove notification.type
|
|
||||||
- terminate process if config file is invalid
|
|
||||||
- return better errors to user on server failure
|
|
||||||
- return better errors to the user on init
|
|
|
@ -1,15 +0,0 @@
|
||||||
# Changelog
|
|
||||||
All notable changes to this project will be documented in this file.
|
|
||||||
|
|
||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
||||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
||||||
|
|
||||||
## [Unreleased]
|
|
||||||
|
|
||||||
## [0.13.0](https://git.kemitix.net/kemitix/git-next/compare/git-next-core-v0.12.1...git-next-core-v0.13.0) - 2024-08-02
|
|
||||||
|
|
||||||
### Added
|
|
||||||
- send email notifications (sendmail/smtp)
|
|
||||||
- [**breaking**] restructured server config into listen & shout sections
|
|
||||||
- remove notification.type
|
|
||||||
- [**breaking**] reduce the max commit dev can be ahead of main
|
|
|
@ -1,12 +0,0 @@
|
||||||
# Changelog
|
|
||||||
All notable changes to this project will be documented in this file.
|
|
||||||
|
|
||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
||||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
||||||
|
|
||||||
## [Unreleased]
|
|
||||||
|
|
||||||
## [0.13.0](https://git.kemitix.net/kemitix/git-next/compare/git-next-forge-forgejo-v0.12.1...git-next-forge-forgejo-v0.13.0) - 2024-08-02
|
|
||||||
|
|
||||||
### Added
|
|
||||||
- [**breaking**] restructured server config into listen & shout sections
|
|
|
@ -1,12 +0,0 @@
|
||||||
# Changelog
|
|
||||||
All notable changes to this project will be documented in this file.
|
|
||||||
|
|
||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
||||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
||||||
|
|
||||||
## [Unreleased]
|
|
||||||
|
|
||||||
## [0.13.0](https://git.kemitix.net/kemitix/git-next/compare/git-next-forge-github-v0.12.1...git-next-forge-github-v0.13.0) - 2024-08-02
|
|
||||||
|
|
||||||
### Added
|
|
||||||
- [**breaking**] restructured server config into listen & shout sections
|
|
Loading…
Reference in a new issue