|
1 | 1 | <a name="unreleased"></a> |
2 | 2 | ## [Unreleased] |
3 | 3 |
|
4 | | -### Bug Fixes |
5 | | - |
6 | | -- Incomplete branch list for Bitbucket ([#41](https://github.com/KubeRocketCI/gitfusion/issues/41)) |
7 | | - |
8 | | -### Routine |
9 | | - |
10 | | -- Update KubeRocketAI ([#44](https://github.com/KubeRocketCI/gitfusion/issues/44)) |
11 | | -- Setup KubeRocketAI ([#44](https://github.com/KubeRocketCI/gitfusion/issues/44)) |
12 | | -- Update current development version ([#37](https://github.com/KubeRocketCI/gitfusion/issues/37)) |
13 | | - |
14 | | - |
15 | | -<a name="v0.1.1"></a> |
16 | | -## [v0.1.1] - 2025-07-21 |
17 | | -### Bug Fixes |
18 | | - |
19 | | -- Incomplete branch list for Bitbucket ([#41](https://github.com/KubeRocketCI/gitfusion/issues/41)) |
20 | 4 |
|
21 | | - |
22 | | -<a name="v0.1.0"></a> |
23 | | -## v0.1.0 - 2025-07-18 |
| 5 | +<a name="v0.2.0"></a> |
| 6 | +## v0.2.0 - 2026-02-10 |
24 | 7 | ### Features |
25 | 8 |
|
| 9 | +- extend PullRequest model with description, draft, and commit_sha fields |
| 10 | +- add pull/merge request listing API across GitHub, GitLab, and Bitbucket |
26 | 11 | - Enhance GithubProvider ListUserOrganizations to include current user ([#35](https://github.com/KubeRocketCI/gitfusion/issues/35)) |
27 | 12 | - Implement cache invalidation endpoint ([#33](https://github.com/KubeRocketCI/gitfusion/issues/33)) |
28 | 13 | - Add /branches endpoint and services structure refactoring ([#27](https://github.com/KubeRocketCI/gitfusion/issues/27)) |
|
36 | 21 | - Adds Copilot instructions and PR generation guidelines |
37 | 22 | - GitHub repository endpoints |
38 | 23 |
|
| 24 | +### Bug Fixes |
| 25 | + |
| 26 | +- Use Path instead of Name for GitLab repository ([#50](https://github.com/KubeRocketCI/gitfusion/issues/50)) |
| 27 | +- Incomplete branch list for Bitbucket ([#41](https://github.com/KubeRocketCI/gitfusion/issues/41)) |
| 28 | + |
39 | 29 | ### Routine |
40 | 30 |
|
| 31 | +- Update KubeRocketAI ([#44](https://github.com/KubeRocketCI/gitfusion/issues/44)) |
| 32 | +- Setup KubeRocketAI ([#44](https://github.com/KubeRocketCI/gitfusion/issues/44)) |
| 33 | +- Update current development version ([#37](https://github.com/KubeRocketCI/gitfusion/issues/37)) |
41 | 34 | - Enable CHANGELOG.md generation([#37](https://github.com/KubeRocketCI/gitfusion/issues/37)) |
42 | 35 | - Add multi-arch build support ([#31](https://github.com/KubeRocketCI/gitfusion/issues/31)) |
43 | 36 | - Bump CodeQL version ([#26](https://github.com/KubeRocketCI/gitfusion/issues/26)) |
|
53 | 46 | - Add GitHub Copilot configuration and assistance tools ([#17](https://github.com/KubeRocketCI/gitfusion/issues/17)) |
54 | 47 |
|
55 | 48 |
|
56 | | -[Unreleased]: https://github.com/KubeRocketCI/gitfusion/compare/v0.1.1...HEAD |
57 | | -[v0.1.1]: https://github.com/KubeRocketCI/gitfusion/compare/v0.1.0...v0.1.1 |
| 49 | +[Unreleased]: https://github.com/KubeRocketCI/gitfusion/compare/v0.2.0...HEAD |
0 commit comments