Skip to content

Commit

Permalink
chore: prepare for release 2024.11.05
Browse files Browse the repository at this point in the history
  • Loading branch information
edwinkys committed Nov 6, 2024
1 parent 0abd20e commit 2a788d7
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 3 deletions.
28 changes: 28 additions & 0 deletions .github/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,36 @@ latest release first. Since Phantasm project consists of multiple independent
projects (e.g., server, dashboard, client libraries), the version of the release
will use the date of the release in the format of **YYYY.MM.DD**.

To stay consistent with each release, when creating a new release on GitHub, we
use the version format above as the tag name and the release title. The release
notes should be added to the release description in the following format:

```md
Release Note Content

### Contributors

- @username
- @username

### Full Changelog

GitHub Generated Changelog URL
```

<!-- Add release notes below this line. -->

### 2024.11.05

This release includes the following changes:

- Added context parameter to the approval request Protobuf message.
- Added a dedicated documentation website for Phantasm using MkDocs.
- Added initial unit tests for the server component.
- Fixed spelling error in the approval request card in the dashboard.

Documentation: [docs.phantasmlabs.com](https://docs.phantasmlabs.com)

### 2024.10.29

This is the initial release of Phantasm which includes 3 components: Server,
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "phantasm"
version = "0.1.0"
version = "0.1.1"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion clients/python/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "phantasmpy"
version = "0.1.0"
version = "0.1.1"
description = "A Python client to interact with Phantasm's receiver server."
license = "GPL-3.0-or-later"
repository = "https://github.com/phantasmlabs/phantasm"
Expand Down
2 changes: 1 addition & 1 deletion dashboard/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@phantasmlabs/dashboard",
"version": "0.1.0",
"version": "0.1.1",
"type": "module",
"private": true,
"scripts": {
Expand Down

0 comments on commit 2a788d7

Please sign in to comment.