Skip to content

Commit dc467c9

Browse files
committed
chore: release version 1.0.1
1 parent 97e1457 commit dc467c9

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Here you find the documentation for the latest releases and the current SNAPSHOT
1717
| Version | Reference documentation | API documentation |
1818
| :---: | :---: | :---: |
1919
| SNAPSHOT | [Reference Doc.][spring-hateoas-siren-current-docs] | [API Doc.][spring-hateoas-siren-current-apidocs] |
20+
| 1.0.1 | [Reference Doc.][spring-hateoas-siren-1.0.1-docs] | [API Doc.][spring-hateoas-siren-1.0.1-apidocs] |
2021
| 1.0.0 | [Reference Doc.][spring-hateoas-siren-1.0.0-docs] | [API Doc.][spring-hateoas-siren-1.0.0-apidocs] |
2122

2223
If you are interested in the Reference/API documentation of a specific version which is not listed here, you simply need to apply the following rules.
@@ -52,6 +53,8 @@ This code is open source software licensed under the [Apache 2.0 License](https:
5253

5354
[spring-hateoas-siren-current-docs]: https://ingogriebsch.github.io/spring-hateoas-siren/current/index.html
5455
[spring-hateoas-siren-current-apidocs]: https://ingogriebsch.github.io/spring-hateoas-siren/current/apidocs/index.html
56+
[spring-hateoas-siren-1.0.1-docs]: https://ingogriebsch.github.io/spring-hateoas-siren/1.0.1/index.html
57+
[spring-hateoas-siren-1.0.1-apidocs]: https://ingogriebsch.github.io/spring-hateoas-siren/1.0.1/apidocs/index.html
5558
[spring-hateoas-siren-1.0.0-docs]: https://ingogriebsch.github.io/spring-hateoas-siren/1.0.0/index.html
5659
[spring-hateoas-siren-1.0.0-apidocs]: https://ingogriebsch.github.io/spring-hateoas-siren/1.0.0/apidocs/index.html
5760
[spring-hateoas-siren-current-docs-setup]: https://ingogriebsch.github.io/spring-hateoas-siren/current/index.html#setup

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>de.ingogriebsch.hateoas</groupId>
66
<artifactId>spring-hateoas-siren</artifactId>
7-
<version>1.0.1-SNAPSHOT</version>
7+
<version>1.0.1</version>
88

99
<name>Spring HATEOAS Siren</name>
1010
<description>A library implementing Siren as a custom Spring HATEOAS hypermedia type. Siren is a hypermedia specification for representing entities.</description>

0 commit comments

Comments
 (0)