Skip to content

Commit 2a788d7

Browse files
committed
chore: prepare for release 2024.11.05
1 parent 0abd20e commit 2a788d7

File tree

4 files changed

+31
-3
lines changed

4 files changed

+31
-3
lines changed

.github/CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,36 @@ latest release first. Since Phantasm project consists of multiple independent
55
projects (e.g., server, dashboard, client libraries), the version of the release
66
will use the date of the release in the format of **YYYY.MM.DD**.
77

8+
To stay consistent with each release, when creating a new release on GitHub, we
9+
use the version format above as the tag name and the release title. The release
10+
notes should be added to the release description in the following format:
11+
12+
```md
13+
Release Note Content
14+
15+
### Contributors
16+
17+
- @username
18+
- @username
19+
20+
### Full Changelog
21+
22+
GitHub Generated Changelog URL
23+
```
24+
825
<!-- Add release notes below this line. -->
926

27+
### 2024.11.05
28+
29+
This release includes the following changes:
30+
31+
- Added context parameter to the approval request Protobuf message.
32+
- Added a dedicated documentation website for Phantasm using MkDocs.
33+
- Added initial unit tests for the server component.
34+
- Fixed spelling error in the approval request card in the dashboard.
35+
36+
Documentation: [docs.phantasmlabs.com](https://docs.phantasmlabs.com)
37+
1038
### 2024.10.29
1139

1240
This is the initial release of Phantasm which includes 3 components: Server,

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "phantasm"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2021"
55

66
[dependencies]

clients/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "phantasmpy"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "A Python client to interact with Phantasm's receiver server."
55
license = "GPL-3.0-or-later"
66
repository = "https://github.com/phantasmlabs/phantasm"

dashboard/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@phantasmlabs/dashboard",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"type": "module",
55
"private": true,
66
"scripts": {

0 commit comments

Comments
 (0)