From c352ace0b978ec9d274e9a309262823668a82704 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danielle=20For=C3=A9?= Date: Fri, 31 Oct 2025 09:43:39 -0700 Subject: [PATCH 1/2] Release 8.2.0 Need this before we can release Dock with workspace switcher. The removals are non-fd.o icons that had really specific uses and are already gresourced in the old places they were used --- data/icons.metainfo.xml.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/icons.metainfo.xml.in b/data/icons.metainfo.xml.in index c877c334f..8ddf638f4 100644 --- a/data/icons.metainfo.xml.in +++ b/data/icons.metainfo.xml.in @@ -29,7 +29,7 @@ contact_at_elementary.io - +

Additions:

    From b100486181264478f9db69f4469a94be26c9d837 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danielle=20For=C3=A9?= Date: Fri, 31 Oct 2025 09:44:16 -0700 Subject: [PATCH 2/2] Bump version from 8.1.0 to 8.2.0 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 2a6ec6933..3907b92df 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project ( 'io.elementary.icons', - version: '8.1.0', + version: '8.2.0', license : 'GPL3+', meson_version: '>=0.61', )