[education/rkward] /: Bump version in master

Thomas Friedrichsmeier null at kde.org
Fri Apr 18 08:46:32 BST 2025


Git commit a4ff36a617a05bb45634276d76beeb249f268113 by Thomas Friedrichsmeier.
Committed on 18/04/2025 at 07:45.
Pushed by tfry into branch 'master'.

Bump version in master

M  +2    -0    ChangeLog
M  +1    -1    VERSION.cmake
M  +1    -1    rkward/plugins/analysis.pluginmap
M  +1    -1    rkward/plugins/data.pluginmap
M  +1    -1    rkward/plugins/distributions.pluginmap
M  +1    -1    rkward/plugins/embedded.pluginmap
M  +1    -1    rkward/plugins/import_export.pluginmap
M  +1    -1    rkward/plugins/irt.pluginmap
M  +1    -1    rkward/plugins/menu.pluginmap
M  +1    -1    rkward/plugins/plots.pluginmap
M  +1    -1    rkward/plugins/pluginmap_meta.inc
M  +1    -1    rkward/plugins/under_development.pluginmap
M  +1    -1    rkward/plugins/x11device.pluginmap
M  +1    -1    rkward/rbackend/rpackages/rkward/DESCRIPTION

https://invent.kde.org/education/rkward/-/commit/a4ff36a617a05bb45634276d76beeb249f268113

diff --git a/ChangeLog b/ChangeLog
index 8a7a6b5e7..9b6dca8ea 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+--- Version 0.8.2 - UNRELEASED
+
 --- Version 0.8.2 - Apr-21-2025
 - Added: Allow to register custom R functions in the menu (rk.menu())
 - Added: Plugin to facilitate download of latest AppImage (Linux only)
diff --git a/VERSION.cmake b/VERSION.cmake
index 4c758881d..326761ad9 100644
--- a/VERSION.cmake
+++ b/VERSION.cmake
@@ -1,3 +1,3 @@
 # DO NOT CHANGE THIS FILE MANUALLY!
 # It will be overwritten by scripts/set_dist_version.sh
-SET(RKVERSION_NUMBER 0.8.1)
+SET(RKVERSION_NUMBER 0.8.1z+0.8.2+devel1)
diff --git a/rkward/plugins/analysis.pluginmap b/rkward/plugins/analysis.pluginmap
index 7d8d15346..ffd257e3f 100644
--- a/rkward/plugins/analysis.pluginmap
+++ b/rkward/plugins/analysis.pluginmap
@@ -10,7 +10,7 @@ SPDX-License-Identifier: GPL-2.0-or-later
 	<about
 		name="Analysis"
 		shortinfo="Assorted plugins for univariate and multivariate data analysis. Part of the official RKWard distribution"
-		version="0.8.1"
+		version="0.8.2"
 		license="GPL"
 		url="https://rkward.kde.org">
 		<insert snippet="author_rkward_team"/>
diff --git a/rkward/plugins/data.pluginmap b/rkward/plugins/data.pluginmap
index 973e204b9..f230eee52 100644
--- a/rkward/plugins/data.pluginmap
+++ b/rkward/plugins/data.pluginmap
@@ -10,7 +10,7 @@ SPDX-License-Identifier: GPL-2.0-or-later
 	<about
 		name="Data transformation and conversion"
 		shortinfo="Plugins for transforming, subsetting, recoding, etc. of data. Part of the official RKWard distribution"
-		version="0.8.1"
+		version="0.8.2"
 		license="GPL"
 		url="https://rkward.kde.org">
 		<insert snippet="author_rkward_team"/>
diff --git a/rkward/plugins/distributions.pluginmap b/rkward/plugins/distributions.pluginmap
index 132b5bcb8..40239476d 100644
--- a/rkward/plugins/distributions.pluginmap
+++ b/rkward/plugins/distributions.pluginmap
@@ -10,7 +10,7 @@ SPDX-License-Identifier: GPL-2.0-or-later
 	<about
 		name="Distributions"
 		shortinfo="Distribution functions, plots, tests of (normal) distribution, central limit theorem. Part of the official RKWard distribution"
-		version="0.8.1"
+		version="0.8.2"
 		license="GPL"
 		url="https://rkward.kde.org">
 		<insert snippet="author_rkward_team"/>
diff --git a/rkward/plugins/embedded.pluginmap b/rkward/plugins/embedded.pluginmap
index 113d16aee..ecdeb2a78 100644
--- a/rkward/plugins/embedded.pluginmap
+++ b/rkward/plugins/embedded.pluginmap
@@ -10,7 +10,7 @@ SPDX-License-Identifier: GPL-2.0-or-later
 	<about
 		name="Embedded plugins"
 		shortinfo="Not for direct use: Utility plugins that can be included by other plugins. Part of the official RKWard distribution"
-		version="0.8.1"
+		version="0.8.2"
 		license="GPL"
 		url="https://rkward.kde.org">
 		<insert snippet="author_rkward_team"/>
diff --git a/rkward/plugins/import_export.pluginmap b/rkward/plugins/import_export.pluginmap
index 33de76ba2..cb3f95b1c 100644
--- a/rkward/plugins/import_export.pluginmap
+++ b/rkward/plugins/import_export.pluginmap
@@ -10,7 +10,7 @@ SPDX-License-Identifier: GPL-2.0-or-later
 	<about
 		name="Data Import and Export"
 		shortinfo="Plugins for reading and writing data in various formats. Part of the official RKWard distribution"
-		version="0.8.1"
+		version="0.8.2"
 		license="GPL"
 		url="https://rkward.kde.org">
 		<insert snippet="author_rkward_team"/>
diff --git a/rkward/plugins/irt.pluginmap b/rkward/plugins/irt.pluginmap
index 794efa388..c2ccc42db 100644
--- a/rkward/plugins/irt.pluginmap
+++ b/rkward/plugins/irt.pluginmap
@@ -10,7 +10,7 @@ SPDX-License-Identifier: GPL-2.0-or-later
 	<about
 		name="Item Response Theory"
 		shortinfo="Item Response Theory Plugins. Part of the official RKWard distribution"
-		version="0.8.1"
+		version="0.8.2"
 		license="GPL"
 		url="https://rkward.kde.org">
 		<insert snippet="author_rkward_team"/>
diff --git a/rkward/plugins/menu.pluginmap b/rkward/plugins/menu.pluginmap
index 0b5188505..ba44b12a6 100644
--- a/rkward/plugins/menu.pluginmap
+++ b/rkward/plugins/menu.pluginmap
@@ -10,7 +10,7 @@ SPDX-License-Identifier: GPL-2.0-or-later
 	<about
 		name="Menu structure definition"
 		shortinfo="Not for direct use: Defines the names and order of top level menus. Part of the official RKWard distribution"
-		version="0.8.1"
+		version="0.8.2"
 		license="GPL"
 		url="https://rkward.kde.org">
 		<insert snippet="author_rkward_team"/>
diff --git a/rkward/plugins/plots.pluginmap b/rkward/plugins/plots.pluginmap
index 3555a3a68..9dcc2a8b6 100644
--- a/rkward/plugins/plots.pluginmap
+++ b/rkward/plugins/plots.pluginmap
@@ -10,7 +10,7 @@ SPDX-License-Identifier: GPL-2.0-or-later
 	<about
 		name="Plots"
 		shortinfo="Plugins for producing various plots. Part of the official RKWard distribution"
-		version="0.8.1"
+		version="0.8.2"
 		license="GPL"
 		url="https://rkward.kde.org">
 		<insert snippet="author_rkward_team"/>
diff --git a/rkward/plugins/pluginmap_meta.inc b/rkward/plugins/pluginmap_meta.inc
index b494f5799..27adce1c5 100644
--- a/rkward/plugins/pluginmap_meta.inc
+++ b/rkward/plugins/pluginmap_meta.inc
@@ -13,7 +13,7 @@ SPDX-License-Identifier: GPL-2.0-or-later
 		</snippet>
 		<snippet id="rkward_version_guard">
 			<!-- Guard against accidental inclusion of pluginmaps in a different installed version of RKWard -->
-			<dependencies rkward_min_version="0.8.1" rkward_max_version="0.8.1y" />
+			<dependencies rkward_min_version="0.8.1z" rkward_max_version="0.8.2y" />
 		</snippet>
 	</snippets>
 </document>
diff --git a/rkward/plugins/under_development.pluginmap b/rkward/plugins/under_development.pluginmap
index c12daf1bb..863d87df9 100644
--- a/rkward/plugins/under_development.pluginmap
+++ b/rkward/plugins/under_development.pluginmap
@@ -10,7 +10,7 @@ SPDX-License-Identifier: GPL-2.0-or-later
 	<about
 		name="Plugins under development"
 		shortinfo="Plugins that are under development, experimental, or meant for testing, only. Part of the official RKWard distribution"
-		version="0.8.1"
+		version="0.8.2"
 		license="GPL"
 		url="https://rkward.kde.org">
 		<insert snippet="author_rkward_team"/>
diff --git a/rkward/plugins/x11device.pluginmap b/rkward/plugins/x11device.pluginmap
index e8ed4bbcd..aba6e75ea 100644
--- a/rkward/plugins/x11device.pluginmap
+++ b/rkward/plugins/x11device.pluginmap
@@ -10,7 +10,7 @@ SPDX-License-Identifier: GPL-2.0-or-later
 	<about
 		name="Graphics Device add-ons"
 		shortinfo="Plugins for use in graphics device (e.g. X11()) windows. Part of the official RKWard distribution"
-		version="0.8.1"
+		version="0.8.2"
 		license="GPL"
 		url="https://rkward.kde.org">
 		<insert snippet="author_rkward_team"/>
diff --git a/rkward/rbackend/rpackages/rkward/DESCRIPTION b/rkward/rbackend/rpackages/rkward/DESCRIPTION
index 803e34f69..1d19855b5 100755
--- a/rkward/rbackend/rpackages/rkward/DESCRIPTION
+++ b/rkward/rbackend/rpackages/rkward/DESCRIPTION
@@ -14,7 +14,7 @@ Encoding: UTF-8
 LazyLoad: yes
 Authors at R: c(person(given="Thomas", family="Friedrichsmeier", email="thomas.friedrichsmeier at kdemail.net", role=c("aut")), person(given="the RKWard", family="team",
                     email="rkward-devel at kde.org", role=c("cre","aut")))
-Version: 0.8.1
+Version: 0.8.2
 Date: 2025-04-18
 RoxygenNote: 7.3.2
 Collate: 



More information about the rkward-tracker mailing list