From b8e8a5c3a2edb0a0d5b408e7a057c08ac7d0670b Mon Sep 17 00:00:00 2001 From: antonio-leblanc Date: Tue, 11 Feb 2025 18:56:34 -0300 Subject: [PATCH 1/3] increase minor on version --- src/include/Version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/Version.h b/src/include/Version.h index 331c17cc..32f3ae4a 100644 --- a/src/include/Version.h +++ b/src/include/Version.h @@ -1,3 +1,3 @@ #pragma once -const char* ff_version = "v1.1.20"; +const char* ff_version = "v1.3.0"; From c26e7e879db1fa9caafef0c7bf1af03a4f72f821 Mon Sep 17 00:00:00 2001 From: antonio-leblanc Date: Tue, 11 Feb 2025 19:10:22 -0300 Subject: [PATCH 2/3] * text=auto for lf an crlf endings --- .gitattributes | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 73704d2e..054d8597 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,2 @@ -*.ipynb linguist-detectable=false \ No newline at end of file +*.ipynb linguist-detectable=false +* text=auto \ No newline at end of file From 3795cb7c08f5880851157a2ed4b172de8a815875 Mon Sep 17 00:00:00 2001 From: antonio-leblanc Date: Tue, 11 Feb 2025 19:29:33 -0300 Subject: [PATCH 3/3] fix ubuntu runner for ci --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8143b4a8..a1ec1972 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,7 +20,7 @@ jobs: # This workflow contains a single job called "build" build: # The type of runner that the job will run on - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 # Steps represent a sequence of tasks that will be executed as part of the job steps: