commit: ce0730297510aa30c6332ad7d1f36c8e5b780cc3
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 13 21:36:23 2025 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Thu Nov 13 21:36:24 2025 +0000
URL:
https://gitweb.gentoo.org/proj/dotnet/gentoo-dotnet-maintainer-tools.git/commit/?id=ce073029
chore: bump to 4.0.0
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
CHANGELOG.md | 7 +++++++
code/source/v4/VERSION | 2 +-
code/source/v4/dotnet/Common.Build.props | 2 +-
code/source/v4/pyproject.toml | 2 +-
4 files changed, 10 insertions(+), 3 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7e91caa..88b6783 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+## 4.0.0 (2025-11-13)
+
+### Feat
+
+- add v4
+- remove gdmt-stablereq
+
## 3.0.3 (2025-11-04)
### Feat
diff --git a/code/source/v4/VERSION b/code/source/v4/VERSION
index 75a22a2..fcdb2e1 100644
--- a/code/source/v4/VERSION
+++ b/code/source/v4/VERSION
@@ -1 +1 @@
-3.0.3
+4.0.0
diff --git a/code/source/v4/dotnet/Common.Build.props
b/code/source/v4/dotnet/Common.Build.props
index 808c513..99ecc33 100644
--- a/code/source/v4/dotnet/Common.Build.props
+++ b/code/source/v4/dotnet/Common.Build.props
@@ -22,7 +22,7 @@
<RepositoryBranch>master</RepositoryBranch>
<RepositoryType>Git</RepositoryType>
<RepositoryUrl>$(PackageProjectUrl).git</RepositoryUrl>
- <Version>3.0.3</Version>
+ <Version>4.0.0</Version>
<!-- Set target .NET version. -->
<TargetFramework>net$(DotnetPkgCompat)</TargetFramework>
diff --git a/code/source/v4/pyproject.toml b/code/source/v4/pyproject.toml
index 078611a..5defdcb 100644
--- a/code/source/v4/pyproject.toml
+++ b/code/source/v4/pyproject.toml
@@ -1,5 +1,5 @@
[tool.tbump.version]
-current = "3.0.3"
+current = "4.0.0"
regex = '''
(?P<major>\d+)
\.