Skip to content

Commit

Permalink
Prepare release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelotto committed Mar 22, 2022
1 parent f91db0e commit e273ac1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ This project adheres to [Semantic Versioning](http://semver.org/) and
[Keep a CHANGELOG](http://keepachangelog.com).


## Unreleased
## v0.4.0 - 2022-03-22

With the latest SPARQL.ex version 0.3.7, RDF-star and SPARQL-star results can be handled now.

Elixir versions < 1.10 are no longer supported

Expand All @@ -21,7 +23,7 @@ Elixir versions < 1.10 are no longer supported
on the `SPARQL.Client.insert_data/3` and `SPARQL.Client.delete_data/3` functions.


[Compare v0.3.1...HEAD](https://github.com/rdf-elixir/sparql_client/compare/v0.3.1...HEAD)
[Compare v0.3.1...v0.4.0](https://github.com/rdf-elixir/sparql_client/compare/v0.3.1...v0.4.0)



Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ The API documentation can be found [here](https://hexdocs.pm/sparql_client/). Fo
- Supports graph results in any RDF serialization format understood by [RDF.ex]
- Supports generation of updates (except for `INSERT` and `DELETE` updates), incl. `INSERT/DELETE DATA` updates from all [RDF.ex] data structures
- Works with multiple HTTP client libraries
- Supports interpretation of SPARQL-star results


## Contributing
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.1
0.4.0

0 comments on commit e273ac1

Please sign in to comment.