Skip to content

Commit 0dcb5b7

Browse files
committed
Bump version to 0.2.0
1 parent 213f283 commit 0dcb5b7

File tree

3 files changed

+16
-24
lines changed

3 files changed

+16
-24
lines changed

CHANGELOG.md

Lines changed: 13 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,13 @@
11
<a name="unreleased"></a>
22
## [Unreleased]
33

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))
204

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
247
### Features
258

9+
- extend PullRequest model with description, draft, and commit_sha fields
10+
- add pull/merge request listing API across GitHub, GitLab, and Bitbucket
2611
- Enhance GithubProvider ListUserOrganizations to include current user ([#35](https://github.com/KubeRocketCI/gitfusion/issues/35))
2712
- Implement cache invalidation endpoint ([#33](https://github.com/KubeRocketCI/gitfusion/issues/33))
2813
- Add /branches endpoint and services structure refactoring ([#27](https://github.com/KubeRocketCI/gitfusion/issues/27))
@@ -36,8 +21,16 @@
3621
- Adds Copilot instructions and PR generation guidelines
3722
- GitHub repository endpoints
3823

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+
3929
### Routine
4030

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))
4134
- Enable CHANGELOG.md generation([#37](https://github.com/KubeRocketCI/gitfusion/issues/37))
4235
- Add multi-arch build support ([#31](https://github.com/KubeRocketCI/gitfusion/issues/31))
4336
- Bump CodeQL version ([#26](https://github.com/KubeRocketCI/gitfusion/issues/26))
@@ -53,5 +46,4 @@
5346
- Add GitHub Copilot configuration and assistance tools ([#17](https://github.com/KubeRocketCI/gitfusion/issues/17))
5447

5548

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

deploy-templates/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.2.0-SNAPSHOT
18+
version: 0.2.0
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
23-
appVersion: 0.2.0-SNAPSHOT
23+
appVersion: 0.2.0
2424

2525
home: https://github.com/KubeRocketCI/gitfusion
2626
sources:

deploy-templates/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# gitfusion
22

3-
![Version: 0.2.0-SNAPSHOT](https://img.shields.io/badge/Version-0.2.0--SNAPSHOT-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.2.0-SNAPSHOT](https://img.shields.io/badge/AppVersion-0.2.0--SNAPSHOT-informational?style=flat-square)
3+
![Version: 0.2.0](https://img.shields.io/badge/Version-0.2.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.2.0](https://img.shields.io/badge/AppVersion-0.2.0-informational?style=flat-square)
44

55
A Helm chart for Kubernetes
66

0 commit comments

Comments
 (0)