Skip to content

Commit 98727ab

Browse files
MykolaMarusenkoSergK
authored andcommitted
chore: Update current development version (#54)
1 parent 213f283 commit 98727ab

File tree

3 files changed

+18
-5
lines changed

3 files changed

+18
-5
lines changed

CHANGELOG.md

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

4+
5+
<a name="v0.2.0"></a>
6+
## [v0.2.0] - 2026-02-10
7+
### Features
8+
9+
- extend PullRequest model with description, draft, and commit_sha fields
10+
- add pull/merge request listing API across GitHub, GitLab, and Bitbucket
11+
412
### Bug Fixes
513

14+
- Use Path instead of Name for GitLab repository ([#50](https://github.com/KubeRocketCI/gitfusion/issues/50))
615
- Incomplete branch list for Bitbucket ([#41](https://github.com/KubeRocketCI/gitfusion/issues/41))
716

817
### Routine
@@ -18,6 +27,10 @@
1827

1928
- Incomplete branch list for Bitbucket ([#41](https://github.com/KubeRocketCI/gitfusion/issues/41))
2029

30+
### Routine
31+
32+
- Enable CHANGELOG.md generation([#37](https://github.com/KubeRocketCI/gitfusion/issues/37))
33+
2134

2235
<a name="v0.1.0"></a>
2336
## v0.1.0 - 2025-07-18
@@ -38,7 +51,6 @@
3851

3952
### Routine
4053

41-
- Enable CHANGELOG.md generation([#37](https://github.com/KubeRocketCI/gitfusion/issues/37))
4254
- Add multi-arch build support ([#31](https://github.com/KubeRocketCI/gitfusion/issues/31))
4355
- Bump CodeQL version ([#26](https://github.com/KubeRocketCI/gitfusion/issues/26))
4456
- Align github templates ([#26](https://github.com/KubeRocketCI/gitfusion/issues/26))
@@ -53,5 +65,6 @@
5365
- Add GitHub Copilot configuration and assistance tools ([#17](https://github.com/KubeRocketCI/gitfusion/issues/17))
5466

5567

56-
[Unreleased]: https://github.com/KubeRocketCI/gitfusion/compare/v0.1.1...HEAD
68+
[Unreleased]: https://github.com/KubeRocketCI/gitfusion/compare/v0.2.0...HEAD
69+
[v0.2.0]: https://github.com/KubeRocketCI/gitfusion/compare/v0.1.1...v0.2.0
5770
[v0.1.1]: https://github.com/KubeRocketCI/gitfusion/compare/v0.1.0...v0.1.1

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.3.0-SNAPSHOT
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.3.0-SNAPSHOT
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.3.0-SNAPSHOT](https://img.shields.io/badge/Version-0.3.0--SNAPSHOT-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.3.0-SNAPSHOT](https://img.shields.io/badge/AppVersion-0.3.0--SNAPSHOT-informational?style=flat-square)
44

55
A Helm chart for Kubernetes
66

0 commit comments

Comments
 (0)