From 8858738b17ea5b992d684ff40450b5405cea22c8 Mon Sep 17 00:00:00 2001 From: Serghei Iakovlev Date: Sun, 7 Apr 2024 14:59:16 +0200 Subject: Updated the minimum required Hugo version to 0.114.0 --- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/playwright.yml | 2 +- CHANGELOG.md | 4 ++++ CONTRIBUTING.md | 2 +- config.yaml | 2 +- exampleSite/config/_default/config.yaml | 2 +- netlify.toml | 2 +- theme.toml | 2 +- 8 files changed, 11 insertions(+), 7 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index ef0d3de..c23e5a2 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -55,7 +55,7 @@ jobs: - name: Setup Hugo uses: peaceiris/actions-hugo@v3 with: - hugo-version: '0.101.0' + hugo-version: '0.114.0' extended: true - name: Set up Node 20.x diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 32094a2..08fd767 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -47,7 +47,7 @@ jobs: - name: Setup Hugo uses: peaceiris/actions-hugo@v3 with: - hugo-version: '0.101.0' + hugo-version: '0.114.0' extended: true - name: Run Playwright tests diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d90ca3..e2fbdcf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased](https://github.com/sergeyklay/gohugo-theme-ed/compare/v0.7.0...HEAD) +### Changed + +- Updated the minimum required Hugo version for this theme to 0.114.0. + ## [v0.7.0](https://github.com/sergeyklay/gohugo-theme-ed/compare/v0.6.0...v0.7.0) ### Added diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6a54d81..f9a6229 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -100,7 +100,7 @@ time to complete. ### Pull Request Contribution Prerequisites - You have Node & npm installed -- You have Hugo installed at v0.95.0+ +- You have Hugo installed at v0.114.0+ - You are familiar with Git ### Pull Request Process diff --git a/config.yaml b/config.yaml index 6aefd31..96fbc21 100644 --- a/config.yaml +++ b/config.yaml @@ -2,7 +2,7 @@ module: hugoVersion: extended: true - min: '0.95.0' + min: '0.114.0' imports: - path: github.com/olivernn/lunr.js diff --git a/exampleSite/config/_default/config.yaml b/exampleSite/config/_default/config.yaml index b0fd623..d5b1459 100644 --- a/exampleSite/config/_default/config.yaml +++ b/exampleSite/config/_default/config.yaml @@ -169,4 +169,4 @@ frontmatter: module: hugoVersion: extended: true - min: '0.95.0' + min: '0.114.0' diff --git a/netlify.toml b/netlify.toml index 0a3f0a8..c14d827 100644 --- a/netlify.toml +++ b/netlify.toml @@ -9,7 +9,7 @@ publish = 'public' [build.environment] - HUGO_VERSION = '0.104.0' + HUGO_VERSION = '0.114.0' HUGO_ENABLEGITINFO = 'true' # Production context: all deploys from the Production branch diff --git a/theme.toml b/theme.toml index 5d4d6c7..1a7a08a 100644 --- a/theme.toml +++ b/theme.toml @@ -43,7 +43,7 @@ features = [ "simple" ] -min_version = "0.95.0" +min_version = "0.114.0" # If the theme has a single author. [author] -- cgit v1.2.3