Skip to content

Commit e84bd10

Browse files
committed
chore: update version string for next version
1 parent d784f25 commit e84bd10

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ 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.8.0] - 2024-11-04
9+
10+
### Added
11+
- Production Decomposition mode allows controlling interoperability productions as individual files for each host (#469)
12+
813
## [2.7.0] - 2024-11-04
914

1015
### Added
@@ -19,7 +24,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1924
- Intelligent merge conflict auto-resolution works for the common Business Rule case as well (#391)
2025
- All git commands run on the server, their output, and any associated sync output, are logged to a table for diagnostic purposes (#454)
2126
- Added API method to automatically add proper %ALL mappings for git-source-control (#214)
22-
- Production Decomposition mode allows controlling interoperability productions as individual files for each host (#469)
2327

2428
### Fixed
2529
- Fixed display of other users' username in workspace view on Unix (#530)

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.7.0</Version>
6+
<Version>2.8.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)