Skip to content

Commit ded576c

Browse files
committed
Prepare release 1.1.0
1 parent 25adc6f commit ded576c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

1010
Elixir 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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
3838
def deps do
39-
[{:rdf_xml, "~> 1.0"}]
39+
[{:rdf_xml, "~> 1.1"}]
4040
end
4141
```
4242

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.0-pre
1+
1.1.0

0 commit comments

Comments
 (0)