File tree Expand file tree Collapse file tree 15 files changed +18
-15
lines changed
Expand file tree Collapse file tree 15 files changed +18
-15
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 -->
You can’t perform that action at this time.
0 commit comments