From 599f93c267ccd0ff8cf52163c3cb3ce95b16fd38 Mon Sep 17 00:00:00 2001 From: PolinaSavelyeva Date: Mon, 9 Oct 2023 14:21:31 +0300 Subject: [PATCH 1/2] Bump version to 1.0.0 ## [1.0.0] - 2023-10-09 ### Added - Implemented image rotation on the CPU, three new CPU filters, enabled console control over image processing parameters. (https://github.com/PolinaSavelyeva/ImageProcessing/pull/1) - Implemented image processing agents for sets of images, supporting sequential and parallel options. (https://github.com/PolinaSavelyeva/ImageProcessing/pull/3) - Implemented GPU kernels for image rotations and reflections, standardized agent functionality for CPU and GPU, and added a logging agent for event tracking.(https://github.com/PolinaSavelyeva/ImageProcessing/pull/4) --- CHANGELOG.md | 5 ++++- src/ImageProcessing/AssemblyInfo.fs | 8 ++++---- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c91dc3..6fe6ebb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,15 @@ # Changelog + All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [1.0.0] - 2023-10-09 ### Added - Implemented image rotation on the CPU, three new CPU filters, enabled console control over image processing parameters. (https://github.com/PolinaSavelyeva/ImageProcessing/pull/1) - Implemented image processing agents for sets of images, supporting sequential and parallel options. (https://github.com/PolinaSavelyeva/ImageProcessing/pull/3) - Implemented GPU kernels for image rotations and reflections, standardized agent functionality for CPU and GPU, and added a logging agent for event tracking.(https://github.com/PolinaSavelyeva/ImageProcessing/pull/4) +[Unreleased]: https://github.com/PolinaSavelyeva/ImageProcessing/compare/v1.0.0...HEAD +[1.0.0]: https://github.com/PolinaSavelyeva/ImageProcessing/releases/tag/v1.0.0 diff --git a/src/ImageProcessing/AssemblyInfo.fs b/src/ImageProcessing/AssemblyInfo.fs index d4d87c1..529eced 100644 --- a/src/ImageProcessing/AssemblyInfo.fs +++ b/src/ImageProcessing/AssemblyInfo.fs @@ -5,19 +5,19 @@ open System.Reflection [] [] [] -[] +[] [] [] [] -[] +[] do () module internal AssemblyVersionInformation = let [] AssemblyTitle = "ImageProcessing" let [] AssemblyProduct = "ImageProcessing" let [] AssemblyVersion = "1.0.0" - let [] AssemblyMetadata_ReleaseDate = "2023-09-16T00:00:00.0000000+03:00" + let [] AssemblyMetadata_ReleaseDate = "2023-10-09T00:00:00.0000000+03:00" let [] AssemblyFileVersion = "1.0.0" let [] AssemblyInformationalVersion = "1.0.0" let [] AssemblyMetadata_ReleaseChannel = "release" - let [] AssemblyMetadata_GitHash = "51f4f264c036c5c4b3b09f230cb5cec91079c322" + let [] AssemblyMetadata_GitHash = "8f9d19a208b9809eae325118acbe6945f5c51372" From 06f52be38c98050f82006b6f7a75bfcfa974e129 Mon Sep 17 00:00:00 2001 From: PolinaSavelyeva Date: Mon, 9 Oct 2023 14:22:55 +0300 Subject: [PATCH 2/2] Revert "Bump version to 1.0.0" This reverts commit 599f93c267ccd0ff8cf52163c3cb3ce95b16fd38. --- CHANGELOG.md | 5 +---- src/ImageProcessing/AssemblyInfo.fs | 8 ++++---- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6fe6ebb..4c91dc3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,12 @@ # Changelog - All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [1.0.0] - 2023-10-09 +## [Unreleased] ### Added - Implemented image rotation on the CPU, three new CPU filters, enabled console control over image processing parameters. (https://github.com/PolinaSavelyeva/ImageProcessing/pull/1) - Implemented image processing agents for sets of images, supporting sequential and parallel options. (https://github.com/PolinaSavelyeva/ImageProcessing/pull/3) - Implemented GPU kernels for image rotations and reflections, standardized agent functionality for CPU and GPU, and added a logging agent for event tracking.(https://github.com/PolinaSavelyeva/ImageProcessing/pull/4) -[Unreleased]: https://github.com/PolinaSavelyeva/ImageProcessing/compare/v1.0.0...HEAD -[1.0.0]: https://github.com/PolinaSavelyeva/ImageProcessing/releases/tag/v1.0.0 diff --git a/src/ImageProcessing/AssemblyInfo.fs b/src/ImageProcessing/AssemblyInfo.fs index 529eced..d4d87c1 100644 --- a/src/ImageProcessing/AssemblyInfo.fs +++ b/src/ImageProcessing/AssemblyInfo.fs @@ -5,19 +5,19 @@ open System.Reflection [] [] [] -[] +[] [] [] [] -[] +[] do () module internal AssemblyVersionInformation = let [] AssemblyTitle = "ImageProcessing" let [] AssemblyProduct = "ImageProcessing" let [] AssemblyVersion = "1.0.0" - let [] AssemblyMetadata_ReleaseDate = "2023-10-09T00:00:00.0000000+03:00" + let [] AssemblyMetadata_ReleaseDate = "2023-09-16T00:00:00.0000000+03:00" let [] AssemblyFileVersion = "1.0.0" let [] AssemblyInformationalVersion = "1.0.0" let [] AssemblyMetadata_ReleaseChannel = "release" - let [] AssemblyMetadata_GitHash = "8f9d19a208b9809eae325118acbe6945f5c51372" + let [] AssemblyMetadata_GitHash = "51f4f264c036c5c4b3b09f230cb5cec91079c322"