diff options
| author | Serghei Iakovlev <egrep@protonmail.ch> | 2024-04-07 14:59:16 +0200 |
|---|---|---|
| committer | Serghei Iakovlev <egrep@protonmail.ch> | 2024-04-07 15:03:26 +0200 |
| commit | 8858738b17ea5b992d684ff40450b5405cea22c8 (patch) | |
| tree | a6bd7dd781f79eb59357b21d90b6c4948cd35e66 | |
| parent | 4fb3a6c043693e1b5c145d0bb9cb0166a3872d88 (diff) | |
| download | gohugo-theme-ed-8858738b17ea5b992d684ff40450b5405cea22c8.tar.gz | |
Updated the minimum required Hugo version to 0.114.0
| -rw-r--r-- | .github/workflows/codeql-analysis.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/playwright.yml | 2 | ||||
| -rw-r--r-- | CHANGELOG.md | 4 | ||||
| -rw-r--r-- | CONTRIBUTING.md | 2 | ||||
| -rw-r--r-- | config.yaml | 2 | ||||
| -rw-r--r-- | exampleSite/config/_default/config.yaml | 2 | ||||
| -rw-r--r-- | netlify.toml | 2 | ||||
| -rw-r--r-- | 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 @@ -43,7 +43,7 @@ features = [ "simple" ] -min_version = "0.95.0" +min_version = "0.114.0" # If the theme has a single author. [author] |
