File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ This project adheres to [Semantic Versioning](http://semver.org/) and
55[ Keep a CHANGELOG] ( http://keepachangelog.com ) .
66
77
8- ## Unreleased
8+ ## v1.1.0 - 2024-01-16
99
1010Elixir versions < 1.12 are no longer supported
1111
@@ -20,7 +20,7 @@ Elixir versions < 1.12 are no longer supported
2020 ordering of namespace declarations during encoding
2121
2222
23- [ Compare v1.0.0...HEAD ] ( https://github.com/rdf-elixir/rdf-xml-ex/compare/v1.0.0...HEAD )
23+ [ Compare v1.0.0...v1.1.0 ] ( https://github.com/rdf-elixir/rdf-xml-ex/compare/v1.0.0...v1.1.0 )
2424
2525
2626
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ The API documentation can be found [here](https://hexdocs.pm/rdf_xml/). For a gu
1818
1919## Features
2020
21- - fully conforming RDF/XML implementation passing all of the official tests (apart from the currently unsupported features below)
21+ - fully conforming RDF/XML implementation passing all the official tests (apart from the currently unsupported features below)
2222- reader/writer for [ RDF.ex] with support for reading and writing to streams
2323
2424
@@ -36,7 +36,7 @@ The [RDF-XML.ex](https://hex.pm/packages/rdf_xml) Hex package can be installed a
3636
3737``` elixir
3838def deps do
39- [{:rdf_xml , " ~> 1.0 " }]
39+ [{:rdf_xml , " ~> 1.1 " }]
4040end
4141```
4242
Original file line number Diff line number Diff line change 1- 1.1.0-pre
1+ 1.1.0
You can’t perform that action at this time.
0 commit comments