Skip to content

Commit

Permalink
Prepare for release v1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jodastephen committed Apr 20, 2021
1 parent 979bd66 commit 28a7c11
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion src/changes/changes.xml
Expand Up @@ -8,10 +8,15 @@
<body>

<!-- types are add, fix, remove, update -->
<release version="1.5.1" date="2021-04-20" description="v1.5.1">
<action dev="jodastephen" type="update" >
Update to time-zone data 2021a.
</action>
</release>
<release version="1.5.0" date="2020-10-23" description="v1.5.0">
<action dev="raupachz" type="add" >
Add Duration.toXxxPart() methods from Java 9.
Fixes #76.
Fixes #76.
</action>
<action dev="jodastephen" type="update" >
Update to time-zone data 2020d.
Expand Down
4 changes: 2 additions & 2 deletions src/site/markdown/index.md
Expand Up @@ -42,7 +42,7 @@ Various documentation is available:

## <i></i> Releases

Release 1.5.0 is the latest release.
Release 1.5.1 is the latest release.
It is considered to be stable and usable in production.

The project runs on Java SE 6 (or later) and has no [dependencies](dependencies.html).
Expand All @@ -58,7 +58,7 @@ Available in [Maven Central](https://search.maven.org/search?q=g:org.threeten%20
<dependency>
<groupId>org.threeten</groupId>
<artifactId>threetenbp</artifactId>
<version>1.5.0</version>
<version>1.5.1</version>
</dependency>
```

Expand Down

0 comments on commit 28a7c11

Please sign in to comment.