Skip to content
This repository was archived by the owner on Dec 20, 2022. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning (SemVer)](http://semver.org/).

## [Unreleased]

## [0.4.1]

### Added

* Feature Branch Provider for different JIRA instances
Expand Down Expand Up @@ -50,5 +52,6 @@ First pre-release.


[Unreleased]: https://github.com/aposin/gem/tree/main
[0.4.1]: https://github.com/aposin/gem/releases/tag/v0.4.1
[0.4.0]: https://github.com/aposin/gem/releases/tag/v0.4.0
[0.3.0]: https://github.com/aposin/gem/releases/tag/v0.3.0
2 changes: 1 addition & 1 deletion products/org.aposin.gem.product/org.aposin.gem.ui.product
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<vmArgs>-Xmx75M
-Dswt.autoScale=true
-Dorg.aposin.gem.gitconfig.url=git@github.com:aposin/gem-config.git
-Dorg.aposin.gem.gitconfig.branch=main
-Dorg.aposin.gem.gitconfig.branch=v0.4.1
-Dorg.aposin.gem.gitconfig.file=root.conf
</vmArgs>
<vmArgsMac>-XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts
Expand Down