Skip to content

Commit 850d2ee

Browse files
committed
Release 0.1.0-rc.1
1 parent 1756af3 commit 850d2ee

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [0.1.0-rc.1] - 2026-06-05
99

1010
### Added
1111

@@ -26,4 +26,4 @@ plugin state storage.
2626
- Discord service supporting Gateway events, HTTP requests, and interaction registration.
2727
- Job scheduler service for executing cron-based tasks.
2828

29-
[Unreleased]: https://github.com/wpbs-rs/wpbs/compare/main...feat/new-plugin-api
29+
[0.1.0-rc.1]: https://github.com/wpbs-rs/wpbs/releases/tag/0.1.0-rc.1

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "wpbs"
33
description = "WASM plugin based services."
4-
version = "0.1.0"
4+
version = "0.1.0-rc.1"
55
authors = ["Eduard Smet <contact@celarye.dev>"]
66
license = "GPL-3.0-or-later"
77
edition = "2024"

compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: wpbs-stack
22

33
services:
44
wpbs:
5-
image: ghcr.io/wpbs-rs/wpbs:latest
5+
image: ghcr.io/wpbs-rs/wpbs:0.1.0-rc.1
66
#build: .
77
container_name: wpbs
88
environment:

wit/world.wit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* SPDX-License-Identifier: GPL-3.0-or-later */
22
/* Copyright © 2026 Eduard Smet */
33

4-
package wpbs:plugin@0.1.0;
4+
package wpbs:plugin@0.1.0-rc.1;
55

66
world plugin {
77
import core-import-functions;

0 commit comments

Comments
 (0)