From 357fff849df1351489ee8363a091351767524e3e Mon Sep 17 00:00:00 2001 From: Astatide Date: Fri, 26 Apr 2024 16:34:34 +0200 Subject: [PATCH 1/5] Updating version and remote URL of UUID package --- Bricks/UUID/1.0.0.toml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Bricks/UUID/1.0.0.toml diff --git a/Bricks/UUID/1.0.0.toml b/Bricks/UUID/1.0.0.toml new file mode 100644 index 0000000..5ed1784 --- /dev/null +++ b/Bricks/UUID/1.0.0.toml @@ -0,0 +1,9 @@ +[brick] +name = "UUID" +version = "1.0.0" +chplVersion = "2.0.0" +authors = "Audrey MP" +type = "module" +source = "https://codeberg.org/Astatide/chplUUID" + +[dependencies] From 72472a2497321fb3572fa63581166130b75160fa Mon Sep 17 00:00:00 2001 From: Astatide Date: Fri, 26 Apr 2024 17:04:19 +0200 Subject: [PATCH 2/5] Bumped version of UUID to remove deprecated statements --- Bricks/UUID/{1.0.0.toml => 1.0.1.toml} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename Bricks/UUID/{1.0.0.toml => 1.0.1.toml} (89%) diff --git a/Bricks/UUID/1.0.0.toml b/Bricks/UUID/1.0.1.toml similarity index 89% rename from Bricks/UUID/1.0.0.toml rename to Bricks/UUID/1.0.1.toml index 5ed1784..41e1242 100644 --- a/Bricks/UUID/1.0.0.toml +++ b/Bricks/UUID/1.0.1.toml @@ -1,6 +1,6 @@ [brick] name = "UUID" -version = "1.0.0" +version = "1.0.1" chplVersion = "2.0.0" authors = "Audrey MP" type = "module" From 6249a3be20d8990e9a11dc8995992ee9a1b4793d Mon Sep 17 00:00:00 2001 From: Astatide Date: Mon, 29 Apr 2024 14:11:28 +0200 Subject: [PATCH 3/5] Updated package version --- Bricks/UUID/{1.0.1.toml => 1.0.2.toml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Bricks/UUID/{1.0.1.toml => 1.0.2.toml} (100%) diff --git a/Bricks/UUID/1.0.1.toml b/Bricks/UUID/1.0.2.toml similarity index 100% rename from Bricks/UUID/1.0.1.toml rename to Bricks/UUID/1.0.2.toml From 1677ad67195e2da9e5db1d15a5a049797cee3e00 Mon Sep 17 00:00:00 2001 From: Astatide Date: Mon, 29 Apr 2024 15:40:01 +0200 Subject: [PATCH 4/5] Updated manifest file, included license --- Bricks/UUID/{1.0.2.toml => 1.0.3.toml} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) rename Bricks/UUID/{1.0.2.toml => 1.0.3.toml} (75%) diff --git a/Bricks/UUID/1.0.2.toml b/Bricks/UUID/1.0.3.toml similarity index 75% rename from Bricks/UUID/1.0.2.toml rename to Bricks/UUID/1.0.3.toml index 41e1242..c7c44e9 100644 --- a/Bricks/UUID/1.0.2.toml +++ b/Bricks/UUID/1.0.3.toml @@ -1,9 +1,10 @@ [brick] name = "UUID" -version = "1.0.1" +version = "1.0.3" chplVersion = "2.0.0" authors = "Audrey MP" type = "module" source = "https://codeberg.org/Astatide/chplUUID" +license = "AGPL-3.0-or-later [dependencies] From 41257edd526dca94868f0e8703674f5efc9c960d Mon Sep 17 00:00:00 2001 From: Audrey MP Date: Wed, 22 May 2024 11:42:31 +0200 Subject: [PATCH 5/5] Update 1.0.3.toml --- Bricks/UUID/1.0.3.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bricks/UUID/1.0.3.toml b/Bricks/UUID/1.0.3.toml index c7c44e9..ce88620 100644 --- a/Bricks/UUID/1.0.3.toml +++ b/Bricks/UUID/1.0.3.toml @@ -5,6 +5,6 @@ chplVersion = "2.0.0" authors = "Audrey MP" type = "module" source = "https://codeberg.org/Astatide/chplUUID" -license = "AGPL-3.0-or-later +license = "AGPL-3.0-or-later" [dependencies]