Skip to content

Commit 6f608c4

Browse files
[release] prepare release rexs-api-java-0.14.0
1 parent de1fea6 commit 6f608c4

File tree

5 files changed

+5
-10
lines changed

5 files changed

+5
-10
lines changed

CHANGELOG.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
9-
10-
### Added
11-
12-
- ???
8+
## [0.14.0] - 2025-07-18
139

1410
### Changed
1511

@@ -19,7 +15,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1915

2016
- Full support for binary information in arrays and matrices in the .rexsj format
2117

22-
2318
## [0.13.0] - 2025-02-19
2419

2520
### Added

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Add the dependency to your project:
3535
<dependency>
3636
<groupId>io.github.fva-net</groupId>
3737
<artifactId>rexs-api-java</artifactId>
38-
<version>0.13.0</version>
38+
<version>0.14.0</version>
3939
</dependency>
4040
```
4141

api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>io.github.fva-net</groupId>
2525
<artifactId>rexs-api-java-project</artifactId>
26-
<version>0.14.0-SNAPSHOT</version>
26+
<version>0.14.0</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929

cli/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>io.github.fva-net</groupId>
2525
<artifactId>rexs-api-java-project</artifactId>
26-
<version>0.14.0-SNAPSHOT</version>
26+
<version>0.14.0</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929

pom.xml

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

2323
<groupId>io.github.fva-net</groupId>
2424
<artifactId>rexs-api-java-project</artifactId>
25-
<version>0.14.0-SNAPSHOT</version>
25+
<version>0.14.0</version>
2626
<packaging>pom</packaging>
2727

2828
<name>REXS-API-Java :: Project</name>

0 commit comments

Comments
 (0)