Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion golemcore/telegram/plugin.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
id: golemcore/telegram
provider: golemcore
name: telegram
version: 1.1.0
version: 1.2.0
pluginApiVersion: 1
engineVersion: ">=0.0.0 <1.0.0"
entrypoint: me.golemcore.plugins.golemcore.telegram.TelegramPluginBootstrap
Expand Down
2 changes: 1 addition & 1 deletion golemcore/telegram/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<relativePath>../../pom.xml</relativePath>
</parent>

<version>1.1.0</version>
<version>1.2.0</version>
<artifactId>golemcore-telegram-plugin</artifactId>
<name>golemcore/telegram</name>
<description>Telegram channel plugin for GolemCore</description>
Expand Down
3 changes: 2 additions & 1 deletion registry/golemcore/telegram/index.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
id: golemcore/telegram
owner: golemcore
name: telegram
latest: 1.1.0
latest: 1.2.0
versions:
- 1.0.0
- 1.1.0
- 1.2.0
source: "https://github.com/alexk-dev/golemcore-plugins/tree/main/golemcore/telegram"
13 changes: 13 additions & 0 deletions registry/golemcore/telegram/versions/1.2.0.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
id: golemcore/telegram
version: 1.2.0
pluginApiVersion: 1
engineVersion: ">=0.0.0 <1.0.0"
artifactUrl: "dist/golemcore/telegram/1.2.0/golemcore-telegram-plugin-1.2.0.jar"
checksumSha256: "42f392c9031b98c5cbc5a0d61a353bc2d9b5718c7903d750731970fcfa16d6d7"
publishedAt: "2026-03-17T23:24:57Z"
sourceCommit: "09946fb52f08a79c4342ab01884c774bdb2b8cec"
entrypoint: me.golemcore.plugins.golemcore.telegram.TelegramPluginBootstrap
sourceUrl: "https://github.com/alexk-dev/golemcore-plugins/tree/main/golemcore/telegram"
license: "Apache-2.0"
maintainers:
- alexk-dev
Loading