|
| 1 | +# Version 0.1.7 (2025-07-11) |
| 2 | + |
| 3 | +Not the slowest nor the fastest release of `patch-hub`, but, here it is, version 0.1.7! The main goal of this release is because we will be publishing `patch-hub` to crates.io. |
| 4 | + |
| 5 | +### New Functionalities and Changes Highlight |
| 6 | + |
| 7 | +1. Some great refactorings to prepare for the rearchitecture of the project (thanks @ivinjabraham) |
| 8 | +2. Fix the annoying crashing bug of a patchset that could not be found by `b4` (thanks @ArthurPilone, and welcome) |
| 9 | +3. Bump of many dependencies and adapting as a result (thanks @dependabot) |
| 10 | +4. Prepare for publishing `patch-hub` to crates.io |
| 11 | + |
| 12 | +### Problems and Future Changes |
| 13 | + |
| 14 | +Mainly, we need to push for the rearchitecture (as mentioned in the last few releases). |
| 15 | + |
| 16 | +### Changelog |
| 17 | + |
| 18 | +```git |
| 19 | +b44de94 2025-04-25 | refactor: introduce infrastructure layer [Ivin Joel Abraham]ac9e741 2025-04-25 | fix!: remove `lore` from being a public module [Ivin Joel Abraham] |
| 20 | +d8e29a7 2025-04-25 | refactor: use mod.rs to clean up directory structure [Ivin Joel Abraham] |
| 21 | +97296ed 2025-05-27 | refactor(app): enforce `mod.rs` style to `app::{screens,config}` [David Tadokoro] |
| 22 | +4227bde 2025-05-27 | refactor(lore): enforce `mod.rs` style to `lore` [David Tadokoro] |
| 23 | +a760ea5 2025-05-27 | refactor(ui): enforce `mod.rs` style to `ui::popup` [David Tadokoro] |
| 24 | +5f84201 2025-05-17 | docs: add info about breaking changes and scope in CONTRIBUTING.md [Ivin Joel Abraham] |
| 25 | +24def19 2025-05-16 | chore(deps): bump the version-updates group with 8 updates [dependabot[bot]] |
| 26 | +6554dd8 2025-05-27 | chore(deps): Bump clap in the version-updates group across 1 directory [dependabot[bot]] |
| 27 | +d1d7d71 2025-07-09 | fix: check in download_patchset if patch exists at expected path [Arthur Pilone] |
| 28 | +eaff866 2025-07-09 | chore: enforce `clippy` 0.1.88 new rules [David Tadokoro] |
| 29 | +4b1b219 2025-06-29 | refactor: move dependecy check out of `run_app` [Ivin Joel Abraham] |
| 30 | +66e2409 2025-07-01 | chore(deps): Bump the version-updates group across 1 directory with 6 updates [dependabot[bot]] |
| 31 | +12b57e9 2025-07-11 | chore(Cargo.toml): add `package::license` subsection [David Tadokoro] |
| 32 | +cb3a983 2025-07-11 | chore(Cargo.toml): add `package::readme` subsection [David Tadokoro] |
| 33 | +c7ac1f3 2025-07-11 | style(patch-hub-proc-macros): rename crate `proc-macros` for `patch-hub-proc-macros` [David Tadokoro] |
| 34 | +4ff7c04 2025-07-11 | chore(patch-hub-proc-macros): add `package::{description,license}` fields to crate [David Tadokoro] |
| 35 | +b6856a3 2025-07-11 | chore(Cargo.toml): replace local workspace import of `patch-hub-proc-macros` [David Tadokoro] |
| 36 | +``` |
| 37 | + |
1 | 38 | # Version 0.1.6 (2025-05-16) |
2 | 39 |
|
3 | 40 | After almost three months, a new release of `patch-hub` is here! We had a couple of new contributors who participated in this development cycle. Welcome @lucasoshiro and @ivinjabraham! |
|
0 commit comments