Skip to content

Commit

Permalink
Merge branch 'develop' for release of 4.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
white-gecko committed Nov 14, 2023
2 parents f686427 + 2aa4236 commit ef503ba
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Fixed
-

## [4.1.2] - 2023-11-14

### Fixed
- Pin logger to ~> 1.5.0 < 1.4.3 was to restrictive

## [4.1.1] - 2023-11-13

### Added
Expand Down
2 changes: 1 addition & 1 deletion jekyll-rdf.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +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_runtime_dependency 'logger', '~> 1.5.0'
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 ef503ba

Please sign in to comment.