Skip to content

Commit 3f73748

Browse files
release: 0.3.1
## [0.3.1](v0.3.0...v0.3.1) (2026-01-22)
1 parent 0c15f10 commit 3f73748

10 files changed

Lines changed: 18 additions & 16 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## [0.3.1](https://github.com/capsa-gg/capsa/compare/v0.3.0...v0.3.1) (2026-01-22)
2+
13
# [0.3.0](https://github.com/capsa-gg/capsa/compare/v0.2.0...v0.3.0) (2025-09-29)
24

35

deployment/helm/capsa/Chart.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ apiVersion: v2
22
name: capsa
33
description: A Helm chart for deploying the Capsa API server and web panel
44
type: application
5-
version: 0.3.0
6-
appVersion: 0.3.0
5+
version: 0.3.1
6+
appVersion: 0.3.1
77
dependencies:
88
- name: capsa-web
9-
version: 0.3.0
9+
version: 0.3.1
1010
repository: "file://./charts/capsa-web"
1111
- name: capsa-server
12-
version: 0.3.0
12+
version: 0.3.1
1313
repository: "file://./charts/capsa-server"

deployment/helm/capsa/charts/capsa-server/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: capsa-server
33
description: A Helm chart for Capsa server
44
type: application
5-
version: 0.3.0
6-
appVersion: 0.3.0
5+
version: 0.3.1
6+
appVersion: 0.3.1

deployment/helm/capsa/charts/capsa-web/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: capsa-web
33
description: A Helm chart for deploying the Capsa webapp
44
type: application
5-
version: 0.3.0
6-
appVersion: 0.3.0
5+
version: 0.3.1
6+
appVersion: 0.3.1

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "capsa",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "Infrastructure for Project Capsa, an Unreal Engine log solution",
55
"author": "Luciano Nooijen <luciano@lucianonooijen.com>",
66
"license": "AGPL-3.0-only",

server/constants/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
package constants
22

33
// Version is the current application version.
4-
const Version = "0.3.0"
4+
const Version = "0.3.1"

web/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "capsa-webpanel",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "Webapp for Project Capsa, an Unreal Engine log solution",
55
"author": "Luciano Nooijen <luciano@lucianonooijen.com>",
66
"license": "AGPL-3.0-only",

web/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
const version = "0.3.0";
1+
const version = "0.3.1";
22

33
export default version;

0 commit comments

Comments
 (0)