Skip to content

Commit 2e43a8f

Browse files
committed
chore: update changelog and manifest for new version
1 parent 949b520 commit 2e43a8f

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,18 @@ 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.12.0] - Unreleased
9+
10+
### Added
11+
- Expanded Baseline Export to include custom HL7, X12, ASTM schemas and Lookup Tables (#693)
12+
813
## [2.11.0] - 2025-04-23
914

1015
### Added
1116
- Pull event handler that does an IPM uninstall and load to handle deletes (#631)
1217
- Partial support for production decomposition with the new interoperability editors
1318
- Added Lock Branch setting to prevent switching branches for a protected namespace (#709)
1419
- Tooltips on branch operations in Git UI (#725)
15-
- Expanded Baseline Export to include custom HL7, X12, ASTM schemas and Lookup Tables (#693)
1620

1721
### Fixed
1822
- Changing system mode (environment name) in settings persists after instance restart (#655)

module.xml

+1-1
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.11.0</Version>
6+
<Version>2.12.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)