Skip to content

Commit 3151e1f

Browse files
RELEASES: Add release notes for version 0.1.7
Add release notes for the version 0.1.7 of `patch-hub`. Signed-off-by: David Tadokoro <davidbtadokoro@usp.br>
1 parent b6856a3 commit 3151e1f

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

RELEASES.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,40 @@
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+
138
# Version 0.1.6 (2025-05-16)
239

340
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

Comments
 (0)