From 5b8c87104a4e423728c6f48b1f65519d0d000326 Mon Sep 17 00:00:00 2001 From: Sophie Mao Date: Tue, 22 Oct 2024 13:13:00 -0700 Subject: [PATCH 1/3] Update release date in changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 632fc693..c8c9e9b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). [Unreleased]: https://github.com/intel/fpga-runtime-for-opencl/compare/v2024.2...HEAD -## [2025.0] 2024-10-15 +## [2025.0] 2024-10-22 ### Added From bcc9f10a789764aab8453b5086e0bd3ea99ab0f8 Mon Sep 17 00:00:00 2001 From: Sophie Mao Date: Tue, 22 Oct 2024 13:15:06 -0700 Subject: [PATCH 2/3] Update README latest release version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index abf1fdf6..953b87be 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ Perform these steps to build the runtime: 2. Switch to the [latest release](https://github.com/intel/fpga-runtime-for-opencl/releases) version. ``` - git checkout v2024.2 + git checkout v2025.0 ``` 3. Create and change to the runtime build directory. From ad03e15c86eb4e490697e0d34f865f28ca2a8747 Mon Sep 17 00:00:00 2001 From: Sophie Mao Date: Tue, 22 Oct 2024 13:31:17 -0700 Subject: [PATCH 3/3] Fix unreleased section of the changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c8c9e9b8..16c1de7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Fixed ### Security -[Unreleased]: https://github.com/intel/fpga-runtime-for-opencl/compare/v2024.2...HEAD +[Unreleased]: https://github.com/intel/fpga-runtime-for-opencl/compare/v2025.0...HEAD ## [2025.0] 2024-10-22