Skip to content

Commit 9f977c1

Browse files
committed
Update changelog for 0.4.5 release
1 parent 55e6bba commit 9f977c1

File tree

15 files changed

+18
-15
lines changed

15 files changed

+18
-15
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file. This change
33

44
## [Unreleased]
55

6+
## [0.4.5] - 2022-06-08
7+
68
- exposed `RpcClient` and `ReactiveRpcClient` from `NeovimJavaPluginHost` for easy access to different communication interfaces
79

810
## [0.4.4] - 2022-06-08
@@ -126,7 +128,7 @@ All notable changes to this project will be documented in this file. This change
126128
- `handler-annotations` for easier way of implementing requests and notifications
127129
- `api-explorer` JavaFX application for exploring Neovim API functions
128130

129-
[Unreleased]: https://github.com/esensar/neovim-java/compare/0.4.4...main
131+
[Unreleased]: https://github.com/esensar/neovim-java/compare/0.4.5...main
130132
[0.1.10]: https://github.com/esensar/neovim-java/compare/0.1...0.1.10
131133
[0.1.11]: https://github.com/esensar/neovim-java/compare/0.1.10...0.1.11
132134
[0.1.12]: https://github.com/esensar/neovim-java/compare/0.1.11...0.1.12
@@ -144,6 +146,7 @@ All notable changes to this project will be documented in this file. This change
144146
[0.4.2]: https://github.com/esensar/neovim-java/compare/0.4.1...0.4.2
145147
[0.4.3]: https://github.com/esensar/neovim-java/compare/0.4.2...0.4.3
146148
[0.4.4]: https://github.com/esensar/neovim-java/compare/0.4.3...0.4.4
149+
[0.4.5]: https://github.com/esensar/neovim-java/compare/0.4.4...0.4.5
147150
[i77]: https://github.com/esensar/neovim-java/issues/77
148151
[i96]: https://github.com/esensar/neovim-java/issues/96
149152
[i119]: https://github.com/esensar/neovim-java/issues/119

api-explorer/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>parent</artifactId>
77
<groupId>com.ensarsarajcic.neovim.java</groupId>
8-
<version>0.4.5-SNAPSHOT</version>
8+
<version>0.4.6-SNAPSHOT</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

core-rpc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>parent</artifactId>
77
<groupId>com.ensarsarajcic.neovim.java</groupId>
8-
<version>0.4.5-SNAPSHOT</version>
8+
<version>0.4.6-SNAPSHOT</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

handler-annotations/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>parent</artifactId>
77
<groupId>com.ensarsarajcic.neovim.java</groupId>
8-
<version>0.4.5-SNAPSHOT</version>
8+
<version>0.4.6-SNAPSHOT</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

neovim-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>parent</artifactId>
77
<groupId>com.ensarsarajcic.neovim.java</groupId>
8-
<version>0.4.5-SNAPSHOT</version>
8+
<version>0.4.6-SNAPSHOT</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

neovim-notifications/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>parent</artifactId>
77
<groupId>com.ensarsarajcic.neovim.java</groupId>
8-
<version>0.4.5-SNAPSHOT</version>
8+
<version>0.4.6-SNAPSHOT</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

neovim-rx-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>parent</artifactId>
77
<groupId>com.ensarsarajcic.neovim.java</groupId>
8-
<version>0.4.5-SNAPSHOT</version>
8+
<version>0.4.6-SNAPSHOT</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

plugin-host/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>parent</artifactId>
77
<groupId>com.ensarsarajcic.neovim.java</groupId>
8-
<version>0.4.5-SNAPSHOT</version>
8+
<version>0.4.6-SNAPSHOT</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

plugins-common-host/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>parent</artifactId>
66
<groupId>com.ensarsarajcic.neovim.java</groupId>
7-
<version>0.4.5-SNAPSHOT</version>
7+
<version>0.4.6-SNAPSHOT</version>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
1010

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>com.ensarsarajcic.neovim.java</groupId>
88
<artifactId>parent</artifactId>
99
<packaging>pom</packaging>
10-
<version>0.4.5-SNAPSHOT</version>
10+
<version>0.4.6-SNAPSHOT</version>
1111

1212
<modules>
1313
<!-- Core -->

0 commit comments

Comments
 (0)