Skip to content

Commit

Permalink
Bump version and update CHANGELOG.
Browse files Browse the repository at this point in the history
  • Loading branch information
danielwippermann committed Feb 12, 2022
1 parent bf28766 commit 95adbc6
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ TBD

## Changelog

### 0.9.0 (2022-02-12)

- Update VSF file.


### 0.8.0 (2021-06-13)

- Fix NPE in `Specification#formatText()`.
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>de.resol</groupId>
<artifactId>vbus-parent</artifactId>
<version>0.8.0</version>
<version>0.9.0</version>
<name>RESOL VBus Parent</name>
<packaging>pom</packaging>

Expand Down
4 changes: 2 additions & 2 deletions vbus-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>de.resol</groupId>
<artifactId>vbus-parent</artifactId>
<version>0.8.0</version>
<version>0.9.0</version>
<relativePath>..</relativePath>
</parent>
<artifactId>vbus-example</artifactId>
Expand All @@ -12,7 +12,7 @@
<dependency>
<groupId>de.resol</groupId>
<artifactId>vbus</artifactId>
<version>0.8.0</version>
<version>0.9.0</version>
</dependency>
<dependency>
<groupId>com.fazecast</groupId>
Expand Down
2 changes: 1 addition & 1 deletion vbus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>de.resol</groupId>
<artifactId>vbus</artifactId>
<version>0.8.0</version>
<version>0.9.0</version>
<packaging>jar</packaging>

<name>RESOL VBus</name>
Expand Down

0 comments on commit 95adbc6

Please sign in to comment.