Skip to content

Commit 986feeb

Browse files
release: 0.1.0
# [0.1.0](v0.0.7...v0.1.0) (2025-02-16)
1 parent 67b1d9b commit 986feeb

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.1.0](https://github.com/capsa-gg/capsa/compare/v0.0.7...v0.1.0) (2025-02-16)
2+
13
## [0.0.7](https://github.com/capsa-gg/capsa/compare/v0.0.6...v0.0.7) (2025-02-16)
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.0.7
6-
appVersion: 0.0.7
5+
version: 0.1.0
6+
appVersion: 0.1.0
77
dependencies:
88
- name: capsa-web
9-
version: 0.0.7
9+
version: 0.1.0
1010
repository: "file://./charts/capsa-web"
1111
- name: capsa-server
12-
version: 0.0.7
12+
version: 0.1.0
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.0.7
6-
appVersion: 0.0.7
5+
version: 0.1.0
6+
appVersion: 0.1.0

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.0.7
6-
appVersion: 0.0.7
5+
version: 0.1.0
6+
appVersion: 0.1.0

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.0.7",
3+
"version": "0.1.0",
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.0.7"
4+
const Version = "0.1.0"

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.0.7",
3+
"version": "0.1.0",
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.0.7";
1+
const version = "0.1.0";
22

33
export default version;

0 commit comments

Comments
 (0)