File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.4.2
4
+
5
+ ### Various fixes & improvements
6
+
7
+ - Fix release branch ref in CI (#158 ) by @limbonaut
8
+
3
9
## 0.4.1
4
10
5
11
### Other improvements
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ from functools import partial
6
6
7
7
# *** Setting.
8
8
9
- VERSION = "0.4.1 "
9
+ VERSION = "0.4.2 "
10
10
PROJECT_DIR = "project"
11
11
EXTENSION_NAME = "sentrysdk"
12
12
COMPATIBILITY_MINIMUM = "4.3"
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ config_version=5
11
11
[application ]
12
12
13
13
config/name ="Sentry demo project"
14
- config/version ="0.4.1 "
14
+ config/version ="0.4.2 "
15
15
run/main_scene ="res://main.tscn"
16
16
config/features =PackedStringArray ("4.3" )
17
17
run/flush_stdout_on_print =true
You can’t perform that action at this time.
0 commit comments