Skip to content

Commit d8ae210

Browse files
committed
Bump version
1 parent a3e97a1 commit d8ae210

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [2.5.1] - Unreleased
8+
## [2.6.0] - Unreleased
9+
10+
### Added
11+
- Files in uncommitted queue in any namespace warn users when opened except for in VSCode (#370)
912

1013
### Fixed
1114
- Changed prompts in configure from 0/1 to no/yes (#461)
@@ -15,7 +18,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1518

1619
### Added
1720
- New UI for the basic mode Sync (#415)
18-
- Files in uncommitted queue in any namespace warn users when opened except for in VSCode (#370)
1921
- Allow changing namespaces and IPM package context from web UI (#280)
2022
- Support for editing repo from filesystem perspective via web application (#464)
2123
- Support for downloading a VSCode workspace file from web UI

module.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<Document name="git-source-control.ZPM">
44
<Module>
55
<Name>git-source-control</Name>
6-
<Version>2.5.1</Version>
6+
<Version>2.6.0</Version>
77
<Description>Server-side source control extension for use of Git on InterSystems platforms</Description>
88
<Keywords>git source control studio vscode</Keywords>
99
<Packaging>module</Packaging>

0 commit comments

Comments
 (0)