Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
white-gecko committed Nov 13, 2023
2 parents 812b40a + e390c89 commit f686427
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
uses: docker/build-push-action@v3
with:
push: true
platforms: linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64
platforms: linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64,linux/arm64/v8
build-args: VERSION=${{ steps.ghd.outputs.describe }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,22 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## [Unrelease]

### Added
- Install git in the docker image
-

### Changed
-

### Fixed
-

## [4.1.1] - 2023-11-13

### Added
- Install git in the docker image

### Fixed
- Pin logger to < 1.4.3 due to incompatibility with Jekyll 4.3.2

## [4.1.0] - 2023-06-03

### Fixed
Expand Down
1 change: 1 addition & 0 deletions jekyll-rdf.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'linkeddata', '~> 3.2', '>= 3.2.0'
s.add_runtime_dependency 'sparql-client', '~> 3.2', '>= 3.2.0'
s.add_runtime_dependency 'jekyll', '>= 4.2', '>= 4.2.1'
s.add_runtime_dependency 'logger', '< 1.4.3'
s.add_development_dependency 'rake', '~> 13.0', '>= 13.0.6'
s.add_development_dependency 'rest-client', '~> 2.0', '>= 2.0.1'
s.add_development_dependency 'simplecov', '~> 0.22.0'
Expand Down

0 comments on commit f686427

Please sign in to comment.