Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
jodastephen committed Aug 2, 2022
1 parent 5877b7e commit e6c990a
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Various documentation is available:


### Releases
Release 1.7.0 is the current release.
Release 1.7.1 is the current release.
This release is considered stable and worthy of the 1.x tag as per [SemVer](https://semver.org/spec/v2.0.0.html).

ThreeTen-Extra requires Java SE 8 or later and has no dependencies.
Expand All @@ -28,7 +28,7 @@ Available in the [Maven Central repository](https://search.maven.org/search?q=g:
<dependency>
<groupId>org.threeten</groupId>
<artifactId>threeten-extra</artifactId>
<version>1.7.0</version>
<version>1.7.1</version>
</dependency>
```

Expand Down
15 changes: 15 additions & 0 deletions src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,21 @@
</properties>

<body>
<!-- types are add, fix, remove, update -->
<release version="1.7.1" date="2022-08-02" description="v1.7.1">
<action dev="jodastephen" type="add">
Add utilities to work with durations as numbers.
Fixes #147.
</action>
<action dev="jodastephen" type="fix">
Fix YearWeek.isSupported.
Fixes #192.
</action>
<action dev="catull" type="fix">
Fix InternationalFixedEra era value.
Fixes #205.
</action>
</release>
<!-- types are add, fix, remove, update -->
<release version="1.7.0" date="2021-08-01" description="v1.7.0">
<action dev="stevenpaligo" type="add">
Expand Down
4 changes: 2 additions & 2 deletions src/site/markdown/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Various documentation is available:

## <i></i> Releases

Release 1.7.0 is the current release.
Release 1.7.1 is the current release.
This release is considered stable and worthy of the 1.x tag as per [SemVer](https://semver.org/spec/v2.0.0.html).

ThreeTen-Extra requires Java SE 8 or later and has no [dependencies](dependencies.html).
Expand All @@ -63,7 +63,7 @@ Available in [Maven Central](https://search.maven.org/search?q=g:org.threeten%20
<dependency>
<groupId>org.threeten</groupId>
<artifactId>threeten-extra</artifactId>
<version>1.7.0</version>
<version>1.7.1</version>
</dependency>
```

Expand Down

0 comments on commit e6c990a

Please sign in to comment.