Skip to content

Commit

Permalink
Updated the minimum required Hugo version to 0.114.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyklay committed Apr 7, 2024
1 parent 4fb3a6c commit 8858738
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module:

hugoVersion:
extended: true
min: '0.95.0'
min: '0.114.0'

imports:
- path: github.com/olivernn/lunr.js
Expand Down
2 changes: 1 addition & 1 deletion exampleSite/config/_default/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -169,4 +169,4 @@ frontmatter:
module:
hugoVersion:
extended: true
min: '0.95.0'
min: '0.114.0'
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion theme.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ features = [
"simple"
]

min_version = "0.95.0"
min_version = "0.114.0"

# If the theme has a single author.
[author]
Expand Down

0 comments on commit 8858738

Please sign in to comment.