Skip to content

Commit 8474468

Browse files
committed
release: 0.4.2
1 parent f29f0e4 commit 8474468

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 0.4.2
4+
5+
### Various fixes & improvements
6+
7+
- Fix release branch ref in CI (#158) by @limbonaut
8+
39
## 0.4.1
410

511
### Other improvements

SConstruct

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ from functools import partial
66

77
# *** Setting.
88

9-
VERSION = "0.4.1"
9+
VERSION = "0.4.2"
1010
PROJECT_DIR = "project"
1111
EXTENSION_NAME = "sentrysdk"
1212
COMPATIBILITY_MINIMUM = "4.3"

project/project.godot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ config_version=5
1111
[application]
1212

1313
config/name="Sentry demo project"
14-
config/version="0.4.1"
14+
config/version="0.4.2"
1515
run/main_scene="res://main.tscn"
1616
config/features=PackedStringArray("4.3")
1717
run/flush_stdout_on_print=true

0 commit comments

Comments
 (0)