Add missing modules and bump version

This commit is contained in:
crschnick 2023-02-06 15:49:36 +00:00
parent becda111b0
commit 37760e06fd
4 changed files with 6 additions and 1 deletions

3
dist/changelogs/0.4.27.md vendored Normal file
View file

@ -0,0 +1,3 @@
- Add ability to create desktop shortcuts for shell connections
- Improve terminal integration on MacOS
- Many bug fixes

1
ext/jdbc/build.gradle Normal file
View file

@ -0,0 +1 @@
plugins { id 'java' }

View file

@ -0,0 +1 @@
module io.xpipe.ext.jdbc {}

View file

@ -1 +1 @@
0.4.26
0.4.27