chore: reset version from rc, ready for release
Some checks failed
Test / build (map[name:nightly]) (push) Successful in 10m24s
Test / build (map[name:stable]) (push) Successful in 11m54s
Release Please / Release-plz (push) Failing after 9s
Release Please / Docker image (push) Successful in 8m22s

This commit is contained in:
Paul Campbell 2025-01-16 19:54:41 +00:00
parent 8975e30d10
commit faa0c2e297
3 changed files with 303 additions and 236 deletions

View file

@ -2,334 +2,399 @@
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.14.0-rc1](https://git.kemitix.net/kemitix/git-next/compare/git-next-forge-github-v0.13.11...git-next-forge-github-v0.14.0-rc1) - 2024-11-29 ## [unreleased]
### Other ### Bug Fixes
- *(deps)* update rust crate kxio to v3
## `git-next-forge-forgejo` - [0.14.0-rc1](https://git.kemitix.net/kemitix/git-next/compare/git-next-forge-forgejo-v0.13.11...git-next-forge-forgejo-v0.14.0-rc1) - 2024-11-29 - Remove stray eprintln ([8a877dd](https://git.kemitix.net/kemitix/git-next/commit/8a877ddf63e734a48a9badd9071843961c547ffd))
### Added ### Build
- switch to kameo actor system (dropping actix)
### Other - Ignore occasional use of rover ([2842b6a](https://git.kemitix.net/kemitix/git-next/commit/2842b6a55a1cdb7d41158ce2a8ad1ca12bba83ea))
- *(deps)* update rust crate kxio to v3 - PRs should target main ([313db59](https://git.kemitix.net/kemitix/git-next/commit/313db591b239cb0e25648c402223431307d90e7a))
- Upgrade kemitix/rust v3 ([b47ee56](https://git.kemitix.net/kemitix/git-next/commit/b47ee56ec8924f539f29a58a285d489bae430c1f))
- Remove woodpecker CI usage ([38f3212](https://git.kemitix.net/kemitix/git-next/commit/38f3212e2aa46a3055e73db1be6eb170475e1102))
- Run docker commands on ubuntu:latest image ([865e6d1](https://git.kemitix.net/kemitix/git-next/commit/865e6d1e590716e1aa8c2a22c67cb9686948d84a))
- Push-main use act-based ubuntu to publish docker image ([dd00371](https://git.kemitix.net/kemitix/git-next/commit/dd00371e971e58ef4b27108a1d1c62fffbf2b620))
- Use FORGEJO_TOKEN_WRITE_PACKAGE to authenticate ([352731f](https://git.kemitix.net/kemitix/git-next/commit/352731f6ecad486fd5e86eab232aafc5d2549693))
- Publish to the correct repo ([96f7098](https://git.kemitix.net/kemitix/git-next/commit/96f70983b9974f3e4ed286a1f408f7e1f6c37352))
- Use correct auth token ([a05f18f](https://git.kemitix.net/kemitix/git-next/commit/a05f18fcb25ca46b14e0dd9e20979d3e9755e8cd))
- Use correct env var for auth ([a3fcbf7](https://git.kemitix.net/kemitix/git-next/commit/a3fcbf70f53a5bbbe025b4410d16cdf672be683a))
- Fix typo ([f9d4fef](https://git.kemitix.net/kemitix/git-next/commit/f9d4fef782a61c076465f1f1a1d7a6446a0f36d7))
- Check for ignored files being included in repo ([6dc6000](https://git.kemitix.net/kemitix/git-next/commit/6dc600027d5b6b0dcf37431fb4391304f916262f))
- Bump rust image to v3.1.0 and use check-for-ignored ([bcd46be](https://git.kemitix.net/kemitix/git-next/commit/bcd46be93ea6b5207ce94a306b43986e6c86e30f))
- Install dbus-dev ([82d953e](https://git.kemitix.net/kemitix/git-next/commit/82d953ed3d08fb61ecacd39b349d93bedfba9651))
- Build release image using alpine linux ([8975e30](https://git.kemitix.net/kemitix/git-next/commit/8975e30d1063c2a62716c737c1388089d1542682))
## `git-next-core` - [0.14.0-rc1](https://git.kemitix.net/kemitix/git-next/compare/git-next-core-v0.13.11...git-next-core-v0.14.0-rc1) - 2024-11-29 ## [0.14.0-rc1] - 2024-11-29
### Added [91c5973](https://git.kemitix.net/kemitix/git-next/commit/91c5973e3194dec90f0592df8911059e2e84fd05)...[f5ca3d0](https://git.kemitix.net/kemitix/git-next/commit/f5ca3d02ee76e0080b03ad521ae9323dfd500c4b)
- switch to kameo actor system (dropping actix)
### Fixed ### Bug Fixes
- apply clippy suggestions from rust nightly
- rustdoc typo
### Other - Disable ScrollView ([23de987](https://git.kemitix.net/kemitix/git-next/commit/23de9874443fbc93633b967c566d4313ebaa371d))
- replace to_string uses with a macro - Rustdoc typo ([f908011](https://git.kemitix.net/kemitix/git-next/commit/f9080115039bb9fbd4a0c0f74c2c827506c4fcf3))
- *(deps)* update rust crate kxio to v3 - Apply clippy suggestions from rust nightly ([bf6b4fc](https://git.kemitix.net/kemitix/git-next/commit/bf6b4fcd2135b83da0119ab6c5b1d93837bb73f7))
- *(deps)* update rust crate secrecy to 0.10
## `git-next` - [0.14.0-rc1](https://git.kemitix.net/kemitix/git-next/compare/v0.13.11...v0.14.0-rc1) - 2024-11-29 ### Documentation
### Added - Add demo gif of tui ([dbf1a0d](https://git.kemitix.net/kemitix/git-next/commit/dbf1a0db2767e8cc25ff9c5dab6f99b4a27f339e))
- switch to kameo actor system (dropping actix)
### Fixed ### Features
- apply clippy suggestions from rust nightly
- disable ScrollView
### Other - Switch to kameo actor system (dropping actix) ([b7aa231](https://git.kemitix.net/kemitix/git-next/commit/b7aa23192592a043557eaf79339cca583f844373))
- ignore use of expect in tests creating temp fs
- *(deps)* update rust crate bon to v3
- *(deps)* update rust crate kxio to v3
- *(deps)* update rust crate tui-scrollview to 0.5
- *(deps)* update rust crate ratatui to 0.29
- *(deps)* update rust crate secrecy to 0.10
## `git-next-core` - [0.13.11](https://git.kemitix.net/kemitix/git-next/compare/git-next-core-v0.13.10...git-next-core-v0.13.11) - 2024-09-14 ### Miscellaneous Tasks
### Added - Disable mutation testing in local builds ([ffe069c](https://git.kemitix.net/kemitix/git-next/commit/ffe069c67b9cbed3a35c98e9142d97222c28d403))
- should fetch repo on startup when not cloning - Release v0.14.0-rc1 ([f5ca3d0](https://git.kemitix.net/kemitix/git-next/commit/f5ca3d02ee76e0080b03ad521ae9323dfd500c4b)), Signed-off-by:ForgeJo Action. See: https://git.kemitix.net/kemitix/rust <action@git.kemitix.net>
- Remove branches when fetching from remote
### Other ### Refactor
- reimplement git fetch using git
## `git-next` - [0.13.11](https://git.kemitix.net/kemitix/git-next/compare/v0.13.10...v0.13.11) - 2024-09-14 - Replace to_string uses with a macro ([64293cf](https://git.kemitix.net/kemitix/git-next/commit/64293cfe6c55fa1702b30b091d62e9b4b170f128))
### Added ### Testing
- *(tui)* add time and version in border
- should fetch repo on startup when not cloning
- Remove branches when fetching from remote
### Other
- Update TUI sooner when receiving CI status
- reimplement git fetch using git
- mark tui as complete on roadmap
- Add missing port mapping parameter for running in docker
## `git-next-forge-github` - [0.13.10](https://git.kemitix.net/kemitix/git-next/compare/git-next-forge-github-v0.13.9...git-next-forge-github-v0.13.10) - 2024-09-12
### Added
- optionally specify max commits between dev and main
## `git-next-forge-forgejo` - [0.13.10](https://git.kemitix.net/kemitix/git-next/compare/git-next-forge-forgejo-v0.13.9...git-next-forge-forgejo-v0.13.10) - 2024-09-12 - Also run CI tests against Rust nightly ([ef6474e](https://git.kemitix.net/kemitix/git-next/commit/ef6474ef9f69813d92b7553b8f8e691850915ce2))
- Ignore use of expect in tests creating temp fs ([614e721](https://git.kemitix.net/kemitix/git-next/commit/614e721b91f22d98a645a30575e287028fbcb569))
### Added ### Build
- optionally specify max commits between dev and main
## `git-next-core` - [0.13.10](https://git.kemitix.net/kemitix/git-next/compare/git-next-core-v0.13.9...git-next-core-v0.13.10) - 2024-09-12 - Add cargo machette to push-next workflow ([18a537b](https://git.kemitix.net/kemitix/git-next/commit/18a537b18e17774c414027c305b198a84df4d1ef))
- Switch to forgejo-todo-checker ([f3a5b9c](https://git.kemitix.net/kemitix/git-next/commit/f3a5b9cb4c7373f6d95aad75b9c161fbda3471cf))
- Ignore mutation output ([c9d8537](https://git.kemitix.net/kemitix/git-next/commit/c9d853797e304cec1917eaa7af6159042a1da40b))
- Add build recipe to justfile ([eabf97d](https://git.kemitix.net/kemitix/git-next/commit/eabf97dff8ef3643ac63ffac595d7354d4417712))
### Added ## [0.13.11] - 2024-09-14
- optionally specify max commits between dev and main
## `git-next` - [0.13.10](https://git.kemitix.net/kemitix/git-next/compare/v0.13.9...v0.13.10) - 2024-09-12 [82241de](https://git.kemitix.net/kemitix/git-next/commit/82241de0dd31c8c26fc476e2fce72bd8116a93d7)...[91c5973](https://git.kemitix.net/kemitix/git-next/commit/91c5973e3194dec90f0592df8911059e2e84fd05)
### Added ### Documentation
- optionally specify max commits between dev and main
### Fixed - Add missing port mapping parameter for running in docker ([189d579](https://git.kemitix.net/kemitix/git-next/commit/189d579d335ff80e8d41136863c7f8a9ff266917))
- *(tui)* make tui work from docker image - Mark tui as complete on roadmap ([313d6d7](https://git.kemitix.net/kemitix/git-next/commit/313d6d79c5c370782d66b225ff98dcfcd5841d35))
- *(tui)* alerts, such as WIP aren't being reset
- *(test)* tests requiring .git pass when not present
- *(tui)* update ui when push next or main finishes
- *(tui)* don't set background for normal repo alias
## `git-next` - [0.13.9](https://git.kemitix.net/kemitix/git-next/compare/v0.13.8...v0.13.9) - 2024-09-04 ### Features
### Fixed - Remove branches when fetching from remote ([0481112](https://git.kemitix.net/kemitix/git-next/commit/048111202a973905a2deec8137f9eca893d7eae4))
- *(tui)* alerts are cleared on next repo update - Should fetch repo on startup when not cloning ([d4f16e6](https://git.kemitix.net/kemitix/git-next/commit/d4f16e6f5ecb9d8ac4ae8c1c27aab25ee433ce46))
- shutdown properly on error - Add time and version in border ([978205b](https://git.kemitix.net/kemitix/git-next/commit/978205b8231ffcf1af8e72a2b29579eec4df5795))
- shutdown properly on file parse error
### Other ### Miscellaneous Tasks
- Expand docker docmentation
## `git-next-forge-forgejo` - [0.13.8](https://git.kemitix.net/kemitix/git-next/compare/git-next-forge-forgejo-v0.13.7...git-next-forge-forgejo-v0.13.8) - 2024-09-01 - Ignore .local/ directory ([a77c633](https://git.kemitix.net/kemitix/git-next/commit/a77c6335a6adefa8c8e21306842d341f84f78bef))
- Remove manual crates.io publish recipe from justfile ([681d85a](https://git.kemitix.net/kemitix/git-next/commit/681d85aac1c189396434e9f7ba56b62d6061d17d))
- Add run and run-ui recipes to justfile ([93cf6f8](https://git.kemitix.net/kemitix/git-next/commit/93cf6f83df855051984f448ffb8576dd737ff163))
- Release ([91c5973](https://git.kemitix.net/kemitix/git-next/commit/91c5973e3194dec90f0592df8911059e2e84fd05)), Signed-off-by:ForgeJo Action. See: https://git.kemitix.net/kemitix/rust <action@git.kemitix.net>
### Other ### Refactor
- flatten nested blocks with early returns
- rename method as peel
## `git-next-core` - [0.13.8](https://git.kemitix.net/kemitix/git-next/compare/git-next-core-v0.13.7...git-next-core-v0.13.8) - 2024-09-01 - Reimplement git fetch using git ([6c60e3f](https://git.kemitix.net/kemitix/git-next/commit/6c60e3fb7a243ad0c4fda585940a353547a8180d))
- Update TUI sooner when receiving CI status ([8359d0d](https://git.kemitix.net/kemitix/git-next/commit/8359d0d7ca6e3531700e7920cac532259e08d405))
### Fixed ### Build
- use configured branch names in user notification
- create git graph log to after doing a fetch
### Other - Don't break when debian drops old packge versions ([3ea7f36](https://git.kemitix.net/kemitix/git-next/commit/3ea7f36c989da90ab61648ed44e593cb8706a439))
- flatten nested blocks with early returns
- rename method as peel
## `git-next` - [0.13.8](https://git.kemitix.net/kemitix/git-next/compare/v0.13.7...v0.13.8) - 2024-09-01 ## [0.13.10] - 2024-09-12
### Added [3672fd5](https://git.kemitix.net/kemitix/git-next/commit/3672fd5d457fb831ea955623fa90047e7dd8a1c5)...[82241de](https://git.kemitix.net/kemitix/git-next/commit/82241de0dd31c8c26fc476e2fce72bd8116a93d7)
- improved error display when startup fails
- *(tui)* clean up alert display
- *(tui)* remove some borders to clean up appearance
- *(tui)* make progression of branches clearer
- *(tui)* remove label from repo identity widget
- *(tui)* hightlight repo alias in red when in alert
- *(tui)* branch names look more like 'pills'
- *(tui)* highlight branchs in log
- *(tui)* hightlight status message in colour
- *(tui)* use moving heart emoji as liveness indicator
- *(tui)* add scrolling when overflow screen
- *(tui)* forge widgets only use required lines
- *(tui)* repo widgets only use required lines
- *(tui)* move forge alias to left and add prefix
- *(tui)* remove count of forges
- *(tui)* remove duplicate messages from repo body
- *(tui)* highlight user interventions in red
### Fixed ### Bug Fixes
- use configured branch names in user notification
- remove unused imports
- *(tui)* remove logging from inside ui loop
- *(tui)* don't show HEAD in log
- *(tui)* improve colour contrast on light background
- *(tui)* remove unused import
- *(alert)* typo in email message
- *(repo)* avoid blocking threads when pausing
- *(test)* give actix more time to process message
- *(test)* give actix more time to process message
- *(test)* give actix more time to process message
- *(tui)* improve reliability of status updates
- create git graph log to after doing a fetch
- *(tui)* remove logging of tui updates
### Other - Don't set background for normal repo alias ([d2e2d00](https://git.kemitix.net/kemitix/git-next/commit/d2e2d00fe17f3f5c8dcea3418d6ef07ae9ea644c))
- flatten nested blocks with early returns - Update ui when push next or main finishes ([ecd460c](https://git.kemitix.net/kemitix/git-next/commit/ecd460cdfbc320bb9a9194fc8334941d1ed4890b))
- merge identical match branches - Tests requiring .git pass when not present ([566125f](https://git.kemitix.net/kemitix/git-next/commit/566125f5c04edc106ecaa1fa0b598e0b0d4c78d9))
- *(tui)* add regex dependency - Alerts, such as WIP aren't being reset ([df6b96f](https://git.kemitix.net/kemitix/git-next/commit/df6b96fbfd020ac2c8d086df6bb815ee4ead75fb))
- *(tui)* introduce LogLine to wrap log formatting - Make tui work from docker image ([664e424](https://git.kemitix.net/kemitix/git-next/commit/664e424d1a5145f119aa3e12588fb81d18df0361))
- *(tui)* simplify repo identity widget
- rename method as peel
- *(tui)* child widget can provide constraint to container
- *(tui)* merge repo widgets into one
## `git-next-core` - [0.13.7](https://git.kemitix.net/kemitix/git-next/compare/git-next-core-v0.13.6...git-next-core-v0.13.7) - 2024-08-25 ### Features
### Added - Optionally specify max commits between dev and main ([e759e49](https://git.kemitix.net/kemitix/git-next/commit/e759e495fdecdb95299edaabc8e70622364e21a4))
- *(tui)* (experimental) show repo state, messages and git log
## `git-next` - [0.13.7](https://git.kemitix.net/kemitix/git-next/compare/v0.13.6...v0.13.7) - 2024-08-25 ### Miscellaneous Tasks
### Added - Release ([82241de](https://git.kemitix.net/kemitix/git-next/commit/82241de0dd31c8c26fc476e2fce72bd8116a93d7)), Signed-off-by:ForgeJo Action. See: https://git.kemitix.net/kemitix/rust <action@git.kemitix.net>
- *(tui)* (experimental) show repo state, messages and git log
## `git-next-forge-github` - [0.13.6](https://git.kemitix.net/kemitix/git-next/compare/git-next-forge-github-v0.13.5...git-next-forge-github-v0.13.6) - 2024-08-23 ### Build
### Fixed - Use rust image v1.81.0 ([80af909](https://git.kemitix.net/kemitix/git-next/commit/80af909ab0794f7a4e5d8d012827d900041be4ec))
- *(github)* register webhook with valid callback url
## `git-next-core` - [0.13.6](https://git.kemitix.net/kemitix/git-next/compare/git-next-core-v0.13.5...git-next-core-v0.13.6) - 2024-08-23 ## [0.13.9] - 2024-09-04
### Added [224b63d](https://git.kemitix.net/kemitix/git-next/commit/224b63deb143a8170bf17d9697ca4cf8edf4cf4f)...[3672fd5](https://git.kemitix.net/kemitix/git-next/commit/3672fd5d457fb831ea955623fa90047e7dd8a1c5)
- *(tui)* (experimental) tui option
## `git-next` - [0.13.6](https://git.kemitix.net/kemitix/git-next/compare/v0.13.5...v0.13.6) - 2024-08-23 ### Bug Fixes
### Added - Shutdown properly on file parse error ([b4a4631](https://git.kemitix.net/kemitix/git-next/commit/b4a4631a1d69bd981fdd1b319120a3f2d7daa728))
- *(tui)* (experimental) tui option - Shutdown properly on error ([5e0cf27](https://git.kemitix.net/kemitix/git-next/commit/5e0cf270dd98bf64291ceab981c4702e5bfbdee4))
- Alerts are cleared on next repo update ([1f0b5e8](https://git.kemitix.net/kemitix/git-next/commit/1f0b5e867cc66d11369e062653bebfc269e06a80))
### Fixed ### Documentation
- file_watcher runs on own thread
### Other - Add links ([e793c18](https://git.kemitix.net/kemitix/git-next/commit/e793c1821514b477d948ee5f629a83887bd36cd5))
- test all feature combinations - Expand docker docmentation ([8ca7aad](https://git.kemitix.net/kemitix/git-next/commit/8ca7aad3c3db4ffbb45b9ae3cb10e86d510d98fb))
## `git-next` - [0.13.5](https://git.kemitix.net/kemitix/git-next/compare/git-next-v0.13.4...git-next-v0.13.5) - 2024-08-10 ### Miscellaneous Tasks
### Added - Release ([3672fd5](https://git.kemitix.net/kemitix/git-next/commit/3672fd5d457fb831ea955623fa90047e7dd8a1c5)), Signed-off-by:ForgeJo Action. See: https://git.kemitix.net/kemitix/rust <action@git.kemitix.net>
- make forge and repo alias more prominent in email
### Fixed ### Build
- invalid config section typo in README
## `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 - Update debian libssl3 dependency ([47cbbad](https://git.kemitix.net/kemitix/git-next/commit/47cbbad8e77e1329a2443fc287f411aa04641870))
- Build docker image on push to next ([181ec8e](https://git.kemitix.net/kemitix/git-next/commit/181ec8eb0f2a3a4eca0cbb058b5defb316bbfd53))
- Enable passing arguments when running via docker ([d923e83](https://git.kemitix.net/kemitix/git-next/commit/d923e831f082f78e7a4d2bbdc09f6cfce976169a))
### Other ## [0.13.8] - 2024-09-01
- 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 [76ae37a](https://git.kemitix.net/kemitix/git-next/commit/76ae37a9a57fb4453d94dc6d9fa266351100fe8e)...[224b63d](https://git.kemitix.net/kemitix/git-next/commit/224b63deb143a8170bf17d9697ca4cf8edf4cf4f)
### Other ### Bug Fixes
- 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 - Remove logging of tui updates ([35e3676](https://git.kemitix.net/kemitix/git-next/commit/35e367693073151d65fef65ce570aa8833ab8439))
- Create git graph log to after doing a fetch ([126d5d3](https://git.kemitix.net/kemitix/git-next/commit/126d5d3ef5af37904f1d51d5a08f6c1b95403ea1))
- Improve reliability of status updates ([7504ab5](https://git.kemitix.net/kemitix/git-next/commit/7504ab5a2d9d2c671132e14d38747e7695a1ee85))
- Give actix more time to process message ([a3dd827](https://git.kemitix.net/kemitix/git-next/commit/a3dd82705f1f4fdb88feda38f8879a828b859eaa))
- Give actix more time to process message ([a650996](https://git.kemitix.net/kemitix/git-next/commit/a650996ecdcee9f7ab27d25682e16c74c5bec913))
- Give actix more time to process message ([64da1d8](https://git.kemitix.net/kemitix/git-next/commit/64da1d8a34f5147f0fa566944a56d693607275c4))
- Avoid blocking threads when pausing ([4555b3a](https://git.kemitix.net/kemitix/git-next/commit/4555b3ae09b6b7726beeec731a892a86199867f6))
- Typo in email message ([d5d3130](https://git.kemitix.net/kemitix/git-next/commit/d5d313064ad82a074b5fab8ca8d0f720d82bfa58))
- Remove unused import ([2abb36a](https://git.kemitix.net/kemitix/git-next/commit/2abb36ad6c0f258b8cc521e3d44e323932b718e1))
- Improve colour contrast on light background ([02609fd](https://git.kemitix.net/kemitix/git-next/commit/02609fdc1108595e3ba2d7758bbda6f3c7cb66dc))
- Don't show HEAD in log ([d2048d8](https://git.kemitix.net/kemitix/git-next/commit/d2048d8a34dca003a2918f0c19dad4f9333f1ee2))
- Remove logging from inside ui loop ([8550adf](https://git.kemitix.net/kemitix/git-next/commit/8550adf79e4fb40fee58ab13b2e09987af474c69))
- Remove unused imports ([b24005c](https://git.kemitix.net/kemitix/git-next/commit/b24005c3fe45030482592e8ade8c916de52a4b67))
- Use configured branch names in user notification ([4160b6d](https://git.kemitix.net/kemitix/git-next/commit/4160b6d6ee1578beebcd0d9a2d09f51ff2d8ee7f))
### Added ### Documentation
- add short git log graph to notifications
### Other - Add notes on how to do a release ([48a5ed7](https://git.kemitix.net/kemitix/git-next/commit/48a5ed7a3b53ba3362771abeacf24eb39f2b7fc8))
- 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 ### Features
### Added - Highlight user interventions in red ([d1a685a](https://git.kemitix.net/kemitix/git-next/commit/d1a685ae34e6563b4011f4f39464e54541efddac))
- add short git log graph to notifications - Remove duplicate messages from repo body ([95e9209](https://git.kemitix.net/kemitix/git-next/commit/95e9209e17cf933acb2dbce8d9fc784ca7ea9851))
- Remove count of forges ([c6bf287](https://git.kemitix.net/kemitix/git-next/commit/c6bf287ed12ce0ba351647b070df13de93bc9768))
- Move forge alias to left and add prefix ([4517fe6](https://git.kemitix.net/kemitix/git-next/commit/4517fe62e487d21dc53e265988ac90e0a62aca30))
- Repo widgets only use required lines ([2959bdf](https://git.kemitix.net/kemitix/git-next/commit/2959bdfad40c622909e346066ac2f65cbbfce22e))
- Forge widgets only use required lines ([52bd9cc](https://git.kemitix.net/kemitix/git-next/commit/52bd9cc30bb11f15286b76411d0f92a6dd9f97f2))
- Add scrolling when overflow screen ([4f66695](https://git.kemitix.net/kemitix/git-next/commit/4f6669548cce6eadba5027d37cf753c9b7336659))
- Use moving heart emoji as liveness indicator ([eca556f](https://git.kemitix.net/kemitix/git-next/commit/eca556f976d8308bffdf64dbcd6eb5cafb8685cd))
- Hightlight status message in colour ([f9e305a](https://git.kemitix.net/kemitix/git-next/commit/f9e305afa4682e6a0ccec6d7077d8194169b5e3a))
- Highlight branchs in log ([01f54d7](https://git.kemitix.net/kemitix/git-next/commit/01f54d79ae0c44b10b8c5df33d022f666df47373))
- Branch names look more like 'pills' ([2b09872](https://git.kemitix.net/kemitix/git-next/commit/2b09872131415128ff33cd1f63408935f9587f3d))
- Hightlight repo alias in red when in alert ([9720fd0](https://git.kemitix.net/kemitix/git-next/commit/9720fd01fc53656333684c4aade5108402851b22))
- Remove label from repo identity widget ([be41842](https://git.kemitix.net/kemitix/git-next/commit/be41842dae4df756749198b3ba45f7682fbc7454))
- Make progression of branches clearer ([22ce2d4](https://git.kemitix.net/kemitix/git-next/commit/22ce2d431a4e9e3c344bfac843b8741527f119dd))
- Remove some borders to clean up appearance ([f475095](https://git.kemitix.net/kemitix/git-next/commit/f475095f4a725753b492eed33500eb82ee19a781))
- Clean up alert display ([853b862](https://git.kemitix.net/kemitix/git-next/commit/853b862f10d9c08d366dd2bf39c88e3674f9d817))
- Improved error display when startup fails ([3c01a82](https://git.kemitix.net/kemitix/git-next/commit/3c01a822fde54e38da19a94c49e1ef17075b263f))
### Fixed ### Miscellaneous Tasks
- remove dependcy on clang & mold
### Other - Add regex dependency ([1df9820](https://git.kemitix.net/kemitix/git-next/commit/1df982005ecbb47a12072763aaf37e098af724a7))
- macros use a more common syntax - Release ([224b63d](https://git.kemitix.net/kemitix/git-next/commit/224b63deb143a8170bf17d9697ca4cf8edf4cf4f)), Signed-off-by:ForgeJo Action. See: https://git.kemitix.net/kemitix/rust <action@git.kemitix.net>
- 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 ### Refactor
### Fixed - Merge repo widgets into one ([e489fb3](https://git.kemitix.net/kemitix/git-next/commit/e489fb36e9ba4ee732e4237a2349280fa194b623))
- shout.desktop should be optional - Child widget can provide constraint to container ([f85cbce](https://git.kemitix.net/kemitix/git-next/commit/f85cbce4c6e744c09a13059ba7761156a784051f))
- Rename method as peel ([a2940ec](https://git.kemitix.net/kemitix/git-next/commit/a2940ec7536a8ca9da7c770d47fe796e226f7871))
- Simplify repo identity widget ([97b6853](https://git.kemitix.net/kemitix/git-next/commit/97b685363a7ff5a79460e531c7d4cb19b3ce11d6))
- Introduce LogLine to wrap log formatting ([576eaaf](https://git.kemitix.net/kemitix/git-next/commit/576eaaf9901a06f73ae9ea969b69949825c02e7f))
- Merge identical match branches ([c156480](https://git.kemitix.net/kemitix/git-next/commit/c1564807f858ebf43288a4ee27af9cf704a2f6f6))
- Flatten nested blocks with early returns ([ca70c03](https://git.kemitix.net/kemitix/git-next/commit/ca70c03e8baf6673930f4d45931934c8f89425ba))
## `git-next` - [0.13.3](https://git.kemitix.net/kemitix/git-next/compare/v0.13.2...v0.13.3) - 2024-08-04 ### Build
### Fixed - Enable all features in docker images ([09ff4c3](https://git.kemitix.net/kemitix/git-next/commit/09ff4c3a54ee979cbb6a7d9b8c5dcbede44584ec))
- shout.desktop should be optional - Add start-mac-tunnel ([eb42745](https://git.kemitix.net/kemitix/git-next/commit/eb42745383094484c670ab8df9e2e53a9ab750c6))
- Make it clean when mac tunnel has closed ([eae351d](https://git.kemitix.net/kemitix/git-next/commit/eae351d8a41793407171072d0596e87894041dba))
## `git-next` - [0.13.2](https://git.kemitix.net/kemitix/git-next/compare/v0.13.1...v0.13.2) - 2024-08-04 ## [0.13.7] - 2024-08-25
### Other [f504b62](https://git.kemitix.net/kemitix/git-next/commit/f504b62ff69aac23964f2492c94c4aab234bc42e)...[76ae37a](https://git.kemitix.net/kemitix/git-next/commit/76ae37a9a57fb4453d94dc6d9fa266351100fe8e)
- timing test waits longer than expiry
## `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 ### Features
### Other - (experimental) show repo state, messages and git log ([5d9915b](https://git.kemitix.net/kemitix/git-next/commit/5d9915bdbd3068633c7efed79531da7158a80094))
- remove unused dependencies ### Miscellaneous Tasks
## `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 - Release ([76ae37a](https://git.kemitix.net/kemitix/git-next/commit/76ae37a9a57fb4453d94dc6d9fa266351100fe8e)), Signed-off-by:ForgeJo Action. See: https://git.kemitix.net/kemitix/rust <action@git.kemitix.net>
### Other ## [0.13.6] - 2024-08-23
- remove unused dependencies [6c5e1c1](https://git.kemitix.net/kemitix/git-next/commit/6c5e1c1a804787b6edb0d86afb827d0dd226afe9)...[f504b62](https://git.kemitix.net/kemitix/git-next/commit/f504b62ff69aac23964f2492c94c4aab234bc42e)
## `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 ### Bug Fixes
### Added - Revert "fix: release-plz generated PR changelog" ([e34c6e0](https://git.kemitix.net/kemitix/git-next/commit/e34c6e0ef6810886120401904ac7039b5cd96ba9))
- File_watcher runs on own thread ([08d2377](https://git.kemitix.net/kemitix/git-next/commit/08d2377404935144be6135f0471a92721604e1a0))
- Register webhook with valid callback url ([7a4f9a4](https://git.kemitix.net/kemitix/git-next/commit/7a4f9a45a68d49db069ce8dce46f1e4be4674b45))
- prevent duplicate alerts ### Features
- add support for desktop notifications
### Other - (experimental) tui option ([622e144](https://git.kemitix.net/kemitix/git-next/commit/622e1449866ce74197af07023435de6ae07d061d))
- remove unused dependencies ### Miscellaneous Tasks
- 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 - Release ([f504b62](https://git.kemitix.net/kemitix/git-next/commit/f504b62ff69aac23964f2492c94c4aab234bc42e)), Signed-off-by:ForgeJo Action. See: https://git.kemitix.net/kemitix/rust <action@git.kemitix.net>
### Added ### Build
- prevent duplicate alerts - Test all feature combinations ([0632225](https://git.kemitix.net/kemitix/git-next/commit/0632225752ce6d3006ca12ffea9f632c5173b348))
- add support for desktop notifications
### Fixed ## [git-next-v0.13.5] - 2024-08-10
- add example email config to server default template [ad916cb](https://git.kemitix.net/kemitix/git-next/commit/ad916cb845d0202dac419d714bce44f89cc84d82)...[6c5e1c1](https://git.kemitix.net/kemitix/git-next/commit/6c5e1c1a804787b6edb0d86afb827d0dd226afe9)
### Other ### Bug Fixes
- remove unused dependencies - Invalid config section typo in README ([60d05c8](https://git.kemitix.net/kemitix/git-next/commit/60d05c8b3bc8e03fedf0f09d4529e148da3bc5c5))
- extract alerts into own actor - Release-plz generated PR changelog ([f5a3524](https://git.kemitix.net/kemitix/git-next/commit/f5a3524cb9750913dfea8f19c59e5cfaac9a8db8))
- 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 ### Features
### Added - Make forge and repo alias more prominent in email ([f0daac7](https://git.kemitix.net/kemitix/git-next/commit/f0daac76b4a07da18984cebd19320ff5d239a1dd))
- [**breaking**] restructured server config into listen & shout sections ### Miscellaneous Tasks
## `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 - Simplify just validate-dev-branch task ([ac06955](https://git.kemitix.net/kemitix/git-next/commit/ac069551d8ee4618b5c1f43a22f293be32abc13a))
- Release ([6c5e1c1](https://git.kemitix.net/kemitix/git-next/commit/6c5e1c1a804787b6edb0d86afb827d0dd226afe9)), Signed-off-by:ForgeJo Action. See: https://git.kemitix.net/kemitix/rust <action@git.kemitix.net>
### Added ## [0.13.4] - 2024-08-08
- [**breaking**] restructured server config into listen & shout sections [180e8ed](https://git.kemitix.net/kemitix/git-next/commit/180e8ed0e0892c0a6df55c7768d379428f9dd2e4)...[ad916cb](https://git.kemitix.net/kemitix/git-next/commit/ad916cb845d0202dac419d714bce44f89cc84d82)
## `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 ### Bug Fixes
### Added - Remove dependcy on clang & mold ([281c07c](https://git.kemitix.net/kemitix/git-next/commit/281c07c84972ac7537fdf689eb289dc3175aa5c2)), Closes:kemitix/git-next#131
- send email notifications (sendmail/smtp) ### Features
- [**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 - Add short git log graph to notifications ([ef24cb5](https://git.kemitix.net/kemitix/git-next/commit/ef24cb583c1a709430b189153beb060538d42eae))
### Added ### Miscellaneous Tasks
- send email notifications (sendmail/smtp) - Release ([ad916cb](https://git.kemitix.net/kemitix/git-next/commit/ad916cb845d0202dac419d714bce44f89cc84d82)), Signed-off-by:ForgeJo Action. See: https://git.kemitix.net/kemitix/rust <action@git.kemitix.net>
- [**breaking**] restructured server config into listen & shout sections
- remove notification.type ### Refactor
- terminate process if config file is invalid
- return better errors to user on server failure - Cleanup pedantic clippy in cli crate ([24251f0](https://git.kemitix.net/kemitix/git-next/commit/24251f0c9ca1d185bdba0356b9dec43ea724359b))
- return better errors to the user on init - Cleanup pedantic clippy in core crate ([6acefda](https://git.kemitix.net/kemitix/git-next/commit/6acefda5d3aae4e7b3098f705718a3c3cf245488))
- Cleanup pedantic clippy in forge-forgejo crate ([067296f](https://git.kemitix.net/kemitix/git-next/commit/067296ffaba746ccb56477647799069ff78b7380))
- Cleanup pedantic clippy in forge-github crate ([ad358ad](https://git.kemitix.net/kemitix/git-next/commit/ad358ad7c2427a1d1df760cb57e055cb8cae9db3))
- Macros use a more common syntax ([8c19680](https://git.kemitix.net/kemitix/git-next/commit/8c1968005641677d50f80768f1a5dca9b861d69a))
### Build
- Remove publish-to-forgejo step ([34019b5](https://git.kemitix.net/kemitix/git-next/commit/34019b5c4a2eb766f5b4fb798bbb1b386ecd874e))
- Remove publish-to-crates-io step ([9a1756b](https://git.kemitix.net/kemitix/git-next/commit/9a1756bf6c359d3c779630f2940367868ced6b03))
## [0.13.3] - 2024-08-04
[f4a399e](https://git.kemitix.net/kemitix/git-next/commit/f4a399e24bd68d5c39c1b749c1f3df88280d3fad)...[180e8ed](https://git.kemitix.net/kemitix/git-next/commit/180e8ed0e0892c0a6df55c7768d379428f9dd2e4)
### Bug Fixes
- Shout.desktop should be optional ([3895246](https://git.kemitix.net/kemitix/git-next/commit/3895246b72995274bdeba1c998e0278f5724b5ce))
### Miscellaneous Tasks
- Release ([180e8ed](https://git.kemitix.net/kemitix/git-next/commit/180e8ed0e0892c0a6df55c7768d379428f9dd2e4)), Signed-off-by:ForgeJo Action. See: https://git.kemitix.net/kemitix/rust <action@git.kemitix.net>
### Build
- Add release-plz ci ([5534160](https://git.kemitix.net/kemitix/git-next/commit/5534160aaf48f7eefc786b5cafd479d4bf4b0625))
- Correct path to rust toolchain action ([2156780](https://git.kemitix.net/kemitix/git-next/commit/2156780a3df8748e1d2f1b1bcc540d19de2f870e))
- Use release-plz from dev kemitix/rust action ([74437e9](https://git.kemitix.net/kemitix/git-next/commit/74437e90f2323503daa3356326f71c1394cc17d7))
- Remove redundent steps ([f363f9e](https://git.kemitix.net/kemitix/git-next/commit/f363f9eb177365980bd2c0d41daff03ca42ab63c))
- Use sha to specify rust action (bust cache) ([ee135eb](https://git.kemitix.net/kemitix/git-next/commit/ee135eb5fea28de1c597ce977d96306100720d9c))
- Bump rust action to v1.80.0-2 ([a978380](https://git.kemitix.net/kemitix/git-next/commit/a9783807b3218a1c5bc4ab11c6319df76b263953))
- Use forgejo secret token directly ([d63b712](https://git.kemitix.net/kemitix/git-next/commit/d63b7120072ebcb3aefdf5cb77603052333dca56))
## [0.13.2] - 2024-08-04
[58d9a99](https://git.kemitix.net/kemitix/git-next/commit/58d9a993e905ec7a9e6f48c809c5032df746cb49)...[f4a399e](https://git.kemitix.net/kemitix/git-next/commit/f4a399e24bd68d5c39c1b749c1f3df88280d3fad)
### Miscellaneous Tasks
- Release ([f4a399e](https://git.kemitix.net/kemitix/git-next/commit/f4a399e24bd68d5c39c1b749c1f3df88280d3fad)), Signed-off-by:Paul Campbell <pcampbell@kemitix.net>
### Testing
- Timing test waits longer than expiry ([5d64692](https://git.kemitix.net/kemitix/git-next/commit/5d64692f31ab458d022b958c67bd18236f752d4a))
### Build
- Add missing dependency libdbus-1-dev ([b1d5344](https://git.kemitix.net/kemitix/git-next/commit/b1d5344cfa398189ffec406af1da3246362c13e7))
- Add missing dependency libdbus-1-dev to correct Dockerfile ([347b9cb](https://git.kemitix.net/kemitix/git-next/commit/347b9cb4dcd96ae7e08d4f7e8bf0d1473b9c6075))
- Upgrade git-next-builder to 2024-08-04 ([c27d891](https://git.kemitix.net/kemitix/git-next/commit/c27d891b655968a14714dd23c60816fa2060b82f))
- Upgrade docker image to use debian:stable-20240722-slim ([c6e3d71](https://git.kemitix.net/kemitix/git-next/commit/c6e3d714a7d1e714f5cd72346d3aae95883d25c9))
## [0.13.1] - 2024-08-04
[474a9b5](https://git.kemitix.net/kemitix/git-next/commit/474a9b5aaa0c1d6e63426830fc11fa9ed9dca201)...[58d9a99](https://git.kemitix.net/kemitix/git-next/commit/58d9a993e905ec7a9e6f48c809c5032df746cb49)
### Bug Fixes
- Add example email config to server default template ([637abb5](https://git.kemitix.net/kemitix/git-next/commit/637abb50cde09b202924884bda5dd1ce1adffc1b))
### Documentation
- Add config details for sending emails ([6bc4b7b](https://git.kemitix.net/kemitix/git-next/commit/6bc4b7b1431c32db60d2ca5be729cdbc527dfb1b))
- Add example to readme for listen, shout & storage ([dc3c55f](https://git.kemitix.net/kemitix/git-next/commit/dc3c55f5709c071caa5aca327c41d6c5533be49c))
### Features
- Add support for desktop notifications ([9a2fa2e](https://git.kemitix.net/kemitix/git-next/commit/9a2fa2e8a5b8a27c20e903d3a793c8b985927ff3)), Closes:kemitix/git-next#119
- Prevent duplicate alerts ([6de8e4f](https://git.kemitix.net/kemitix/git-next/commit/6de8e4f988edc70e7a19b8ea6617c7916b26cecc))
### Miscellaneous Tasks
- Renovate PRs should target dev branch ([cd2e918](https://git.kemitix.net/kemitix/git-next/commit/cd2e918247d514ff42a331581f54628416a66f02))
- Release 0.13.1 ([58d9a99](https://git.kemitix.net/kemitix/git-next/commit/58d9a993e905ec7a9e6f48c809c5032df746cb49))
### Refactor
- Extract alerts into own actor ([421e85c](https://git.kemitix.net/kemitix/git-next/commit/421e85cb0b56081d09ca680ee085b75801d18786))
- Remove unused dependencies ([850e990](https://git.kemitix.net/kemitix/git-next/commit/850e990ab442c948180d2292698863ff35855b17))
### Testing
- Update tests to check for email config parsing ([9fb70f9](https://git.kemitix.net/kemitix/git-next/commit/9fb70f98d6bcb4c991023b5cd438f9f14b8089dc))
### Build
- Update to rust with libdbus-1-dev ([2b77eae](https://git.kemitix.net/kemitix/git-next/commit/2b77eae508d8cdee0af2ca75b3be33b1db305da8))
- Release-plz single changelog and tag ([6a31b46](https://git.kemitix.net/kemitix/git-next/commit/6a31b4687e2d17c0e6a14918804f76938e7528c5))
## [0.13.0] - 2024-08-02
[dd0a1ca](https://git.kemitix.net/kemitix/git-next/commit/dd0a1ca41f1a8141690eafcc3da04a887a2a3152)...[474a9b5](https://git.kemitix.net/kemitix/git-next/commit/474a9b5aaa0c1d6e63426830fc11fa9ed9dca201)
### Features
- Return better errors to the user on init ([9a9c73d](https://git.kemitix.net/kemitix/git-next/commit/9a9c73d9293f639c80d6df3cf500b50fea1abc45))
- Return better errors to user on server failure ([1650e93](https://git.kemitix.net/kemitix/git-next/commit/1650e939203a1b3fa2e7410cba93bea548a2b405))
- Terminate process if config file is invalid ([f6bc2e1](https://git.kemitix.net/kemitix/git-next/commit/f6bc2e12830fc588da6afd2e2015bb276a363f45))
- Reduce the max commit dev can be ahead of main ([7b64e30](https://git.kemitix.net/kemitix/git-next/commit/7b64e300b6009087e0dc137f5b8dcc029675280f))
- Remove notification.type ([8df7600](https://git.kemitix.net/kemitix/git-next/commit/8df76000532967af73873a5efbcbc6ced806595a))
- Restructured server config into listen & shout sections ([538728c](https://git.kemitix.net/kemitix/git-next/commit/538728c4919965ef69b13c31dc07aa63577d8d65))
- Send email notifications (sendmail/smtp) ([12a2981](https://git.kemitix.net/kemitix/git-next/commit/12a2981ab567f006b935f4b34090a4ac9ee4d501))
### Miscellaneous Tasks
- Justfile publish revert to dev branch when complete ([03ae915](https://git.kemitix.net/kemitix/git-next/commit/03ae9153b44cbc7978ede1e0398746a2a78c0fa2))
- For binary we track Cargo.lock ([6ac44fa](https://git.kemitix.net/kemitix/git-next/commit/6ac44fa5c05af87b7a46dc8cf0c77c50cbe3e930))
- Remove .git-next.toml ([355176c](https://git.kemitix.net/kemitix/git-next/commit/355176ce6986af36f1f91508deb6d30b73a16a44))
- Release ([474a9b5](https://git.kemitix.net/kemitix/git-next/commit/474a9b5aaa0c1d6e63426830fc11fa9ed9dca201)), Signed-off-by:Paul Campbell <pcampbell@kemitix.net>
## [0.12.1] - 2024-07-29 ## [0.12.1] - 2024-07-29
[b89431b](https://git.kemitix.net/kemitix/git-next/commit/b89431b7798dec0ab80010d76327bef89b94eeb0)...[dd0a1ca](https://git.kemitix.net/kemitix/git-next/commit/dd0a1ca41f1a8141690eafcc3da04a887a2a3152)
### Bug Fixes ### Bug Fixes
- Webhook secret doesn't need to be base64 encoded ([691a733](https://git.kemitix.net/kemitix/git-next/commit/691a733fc37cfba5d9be72b57e24c5b9d3c1218a)) - Webhook secret doesn't need to be base64 encoded ([691a733](https://git.kemitix.net/kemitix/git-next/commit/691a733fc37cfba5d9be72b57e24c5b9d3c1218a))
@ -339,7 +404,8 @@ All notable changes to this project will be documented in this file.
### Miscellaneous Tasks ### Miscellaneous Tasks
- Update create publishing command ([bf12712](https://git.kemitix.net/kemitix/git-next/commit/bf12712bcaaefe6ae7da113e03b739b42d860fcf)) - Update create publishing command ([bf12712](https://git.kemitix.net/kemitix/git-next/commit/bf12712bcaaefe6ae7da113e03b739b42d860fcf))
- Remove deprecated crates ([5dc0de8](https://git.kemitix.net/kemitix/git-next/commit/5dc0de8a05d610c3a5b7be00aac1033763a76949)) - Remove deprecated crates ([e58ba94](https://git.kemitix.net/kemitix/git-next/commit/e58ba94d9796aa347b93e74f3b8ff88f301f0694))
- Release 0.12.1 ([dd0a1ca](https://git.kemitix.net/kemitix/git-next/commit/dd0a1ca41f1a8141690eafcc3da04a887a2a3152))
## [0.12.0] - 2024-07-28 ## [0.12.0] - 2024-07-28

9
Cargo.lock generated
View file

@ -1070,7 +1070,7 @@ dependencies = [
[[package]] [[package]]
name = "git-next" name = "git-next"
version = "0.14.0-rc1" version = "0.13.0"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"assert2", "assert2",
@ -1118,7 +1118,7 @@ dependencies = [
[[package]] [[package]]
name = "git-next-core" name = "git-next-core"
version = "0.14.0-rc1" version = "0.13.0"
dependencies = [ dependencies = [
"assert2", "assert2",
"async-trait", "async-trait",
@ -1128,6 +1128,7 @@ dependencies = [
"gix", "gix",
"kxio", "kxio",
"mockall", "mockall",
"native-tls",
"pike", "pike",
"pretty_assertions", "pretty_assertions",
"rand", "rand",
@ -1145,7 +1146,7 @@ dependencies = [
[[package]] [[package]]
name = "git-next-forge-forgejo" name = "git-next-forge-forgejo"
version = "0.14.0-rc1" version = "0.13.0"
dependencies = [ dependencies = [
"assert2", "assert2",
"async-trait", "async-trait",
@ -1161,7 +1162,7 @@ dependencies = [
[[package]] [[package]]
name = "git-next-forge-github" name = "git-next-forge-github"
version = "0.14.0-rc1" version = "0.13.0"
dependencies = [ dependencies = [
"assert2", "assert2",
"async-trait", "async-trait",

View file

@ -3,7 +3,7 @@ resolver = "2"
members = ["crates/*"] members = ["crates/*"]
[workspace.package] [workspace.package]
version = "0.14.0-rc1" version = "0.13.0"
edition = "2021" edition = "2021"
license = "MIT" license = "MIT"
@ -22,9 +22,9 @@ categories = ["development-tools"]
# expect_used = "warn" # expect_used = "warn"
[workspace.dependencies] [workspace.dependencies]
git-next-core = { path = "crates/core", version = "0.14.0-rc1" } git-next-core = { path = "crates/core", version = "0.13" }
git-next-forge-forgejo = { path = "crates/forge-forgejo", version = "0.14.0-rc1" } git-next-forge-forgejo = { path = "crates/forge-forgejo", version = "0.13" }
git-next-forge-github = { path = "crates/forge-github", version = "0.14.0-rc1" } git-next-forge-github = { path = "crates/forge-github", version = "0.13" }
# TUI # TUI
ratatui = "0.29" ratatui = "0.29"