Skip to content

Commit 474a947

Browse files
committed
[releng] Prepare next release
Signed-off-by: Axel RICHARD <axel.richard@obeo.fr>
1 parent 6fa1b8c commit 474a947

File tree

5 files changed

+32
-4
lines changed

5 files changed

+32
-4
lines changed

CHANGELOG.adoc

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,30 @@
11
= Changelog
22

3-
== v2025.2.0
3+
== v2025.4.0 (work in progress)
44

55
=== Shapes
66

77
=== Breaking changes
88

9+
=== Dependency update
10+
11+
=== Bug fixes
12+
13+
=== Improvements
14+
15+
=== New features
16+
17+
18+
== v2025.2.0
19+
20+
=== Breaking changes
21+
922
- https://github.com/eclipse-syson/syson/issues/987[#987] Implementation of drag and drop in SysOn Explorer view
1023
* A new service has been added to centralize the behavior of moving semantic elements in _org.eclipse.syson.services.api.ISysMLMoveElementService_.
1124
It replaces the public methods _UtilService.moveMembership_ and _ToolService.moveSemanticElement_
1225
* A new service has been added to centralize the verification of read-only elements in _org.eclipse.syson.services.api.ISysMLReadOnlyService_.
1326
- https://github.com/eclipse-syson/syson/issues/1018[#1018] `SysMLStandardLibrariesConfiguration` has been refactored and renamed `SysONDefaultLibrariesConfiguration`.
1427

15-
1628
=== Dependency update
1729

1830
- Switch to Sirius Web 2025.2.0
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
= 2025.4.0 (work in progress)
2+
3+
== Key highlights
4+
5+
== Bug fixes
6+
7+
== New features
8+
9+
== Improvements
10+
11+
== Dependency update
12+
13+
== Technical details
14+
15+
* For technical details on this {product} release (including breaking changes) please refer to https://github.com/eclipse-syson/syson/blob/main/CHANGELOG.adoc[changelog].

doc/content/modules/user-manual/pages/release-notes/release-notes.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
:sectnums!:
44

5+
include::user-manual:release-notes/2025.4.0.adoc[leveloffset=+1]
56
include::user-manual:release-notes/2025.2.0.adoc[leveloffset=+1]
67
include::user-manual:release-notes/2025.1.0.adoc[leveloffset=+1]
78
include::user-manual:release-notes/2024.11.0.adoc[leveloffset=+1]

doc/docs-site/antora-playbook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
site:
22
title: SysON Docs
3-
start_page: v2025.1.0@syson::index.adoc
3+
start_page: v2025.2.0@syson::index.adoc
44

55
output:
66
clean: true

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ services:
99
networks:
1010
- syson
1111
app:
12-
image: "${IMAGE_TAG:-eclipsesyson/syson:v2025.2.0}"
12+
image: "${IMAGE_TAG:-eclipsesyson/syson:latest}"
1313
ports:
1414
- "8080:8080"
1515
environment:

0 commit comments

Comments
 (0)