README.md in sparql-3.3.0 vs README.md in sparql-3.3.1
- old
+ new
@@ -23,11 +23,11 @@
* [Rack][] and [Sinatra][] middleware to perform [HTTP content negotiation][conneg] for result formats
* Compatible with any [Rack][] or [Sinatra][] application and any Rack-based framework.
* Helper method for describing [SPARQL Service Description][SSD]
* Helper method for setting up datasets as part of the [SPARQL 1.1 Protocol][].
* Implementation Report: {file:etc/earl.html EARL}
-* Compatible with Ruby >= 2.6.
+* Compatible with Ruby >= 3.0.
* Supports Unicode query strings both on all versions of Ruby.
* Provisional support for [SPARQL-star][].
## Description
@@ -380,10 +380,14 @@
## Documentation
Full documentation available on [Rubydoc.info][SPARQL doc]
+## Change Log
+
+See [Release Notes on GitHub](https://github.com/ruby-rdf/sparql/releases)
+
### Principle Classes
* {SPARQL}
* {SPARQL::Algebra}
* {SPARQL::Algebra::Expression}
@@ -398,10 +402,10 @@
## Dependencies
* [Ruby](https://ruby-lang.org/) (>= 3.0)
* [RDF.rb](https://rubygems.org/gems/rdf) (~> 3.3)
* [SPARQL::Client](https://rubygems.org/gems/sparql-client) (~> 3.3)
-* [SXP](https://rubygems.org/gems/sxp) (~> 1.2)
+* [SXP](https://rubygems.org/gems/sxp) (~> 2.0)
* [Builder](https://rubygems.org/gems/builder) (~> 3.2)
* [JSON](https://rubygems.org/gems/json) (~> 2.6)
* Soft dependency on [Linked Data][] (>= 3.3)
* Soft dependency on [Nokogiri](https://rubygems.org/gems/nokogiri) (~> 1.15)
Falls back to REXML for XML parsing Builder for XML serializing. Nokogiri is much more efficient