Skip to content

Commit

Permalink
Prepare 3.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
white-gecko committed Feb 28, 2022
1 parent c90755c commit 5800582
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
15 changes: 8 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,19 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [3.1.2] - ???
### changed
## [3.2.0] - 2022-02-28
### Added
- Support for Ruby 3
- New `resource.rendered` attribute to check if a page is rendered in the present site for this resource.

### Changed
- Repository moved from https://github.com/white-gecko/jekyll-rdf/ to https://github.com/AKSW/jekyll-rdf/
- Add possibility to specify the default graph on a SPARQL endpoint
- Some updates in the test/build system
- Update some dependencies
- Minor code cleanup
- New `resource.rendered` attribute to check if a page is rendered in the present site for this resource.
- Update class-template selection to be straightforward
- Update dependencies
- Minor code cleanup
- Some updates in the test/build system
- Remove some warnings
- Works with ruby 3

## [3.1.0] - 2018-11-27
### Added
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Probably you already using [Bundler](https://bundler.io/) and there is a [`Gemfi
Add Jekyll-RDF to the plugins section:

```
gem "jekyll-rdf", "~> 3.1"
gem "jekyll-rdf", "~> 3.2"
```

Replace the version string with the currently available stable release as listed on [rubygems.org](https://rubygems.org/gems/jekyll-rdf).
Expand Down
2 changes: 1 addition & 1 deletion jekyll-rdf.gemspec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# coding: utf-8
VERSION = '3.1.2'
VERSION = '3.2.0'
RELEASE_VERSION = case
when ENV['TRAVIS'] && ENV['TRAVIS_BRANCH'].match(/^master$/i) then "#{VERSION}"
when ENV['TRAVIS'] && ENV['TRAVIS_BRANCH'].match(/^develop$/i) then "#{VERSION}-#{ENV['TRAVIS_BRANCH']}.#{ENV['TRAVIS_BUILD_NUMBER']}"
Expand Down

0 comments on commit 5800582

Please sign in to comment.