Skip to content

Commit

Permalink
chore(master): release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Xenira committed Feb 1, 2024
1 parent a58f9ec commit cb5cbe1
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Steps to reproduce the behavior:
- OS: [e.g. Linux <Distro and Version>, Windows 10]
- Headset and Controllers: [e.g. Valve Index with Knuckles]
- Game Version; [e.g. 0.2.0h]
- Mod Version: 0.5.0 <!-- x-release-please-version -->
- Mod Version: 0.6.0 <!-- x-release-please-version -->

**Additional context**

Expand Down
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.5.0"
".": "0.6.0"
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [0.6.0](https://github.com/Xenira/TechtonicaVR/compare/v0.5.0...v0.6.0) (2024-02-01)


### ✨ Features

* **input:** add interaction to crafting menu ([#111](https://github.com/Xenira/TechtonicaVR/issues/111)) ([02e48d8](https://github.com/Xenira/TechtonicaVR/commit/02e48d829cf8843c009a9e25149587765da8de77))
* **input:** add interaction to transit depot ([#119](https://github.com/Xenira/TechtonicaVR/issues/119)) ([a58f9ec](https://github.com/Xenira/TechtonicaVR/commit/a58f9ec6f7dbce1b7b10ca21147bdd67d58900cc))


### 🐛 Bug Fixes

* **input:** fix scroll views ([#118](https://github.com/Xenira/TechtonicaVR/issues/118)) ([2b6c228](https://github.com/Xenira/TechtonicaVR/commit/2b6c22806e4ceb757218663616a8d8d3b7996517))
* **ui:** disable cursor and hologram when menus are open ([#115](https://github.com/Xenira/TechtonicaVR/issues/115)) ([a1e753c](https://github.com/Xenira/TechtonicaVR/commit/a1e753c5e939c50dd573f3f14c01dc8e722324d2))
* **ui:** made encumbrance warning visible ([#108](https://github.com/Xenira/TechtonicaVR/issues/108)) ([1a79ec9](https://github.com/Xenira/TechtonicaVR/commit/1a79ec9f6d84dbd90a4644120dce01125f2a0173))

## [0.5.0](https://github.com/Xenira/TechtonicaVR/compare/v0.4.0...v0.5.0) (2024-01-27)


Expand Down
4 changes: 2 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
= Techtonica VR Mod
// x-release-please-start-version
v.0.5.0
v.0.6.0
// x-release-please-end
:toclevels: 2
:sectnums:
Expand Down Expand Up @@ -64,7 +64,7 @@ You can install the mod from https://thunderstore.io/c/techtonica/p/3_141/Techto

=== VR Mod
// x-release-please-start-version
. Download the latest release (v0.5.0) of this mod from the https://github.com/{repo}/releases[Releases] page.
. Download the latest release (v0.6.0) of this mod from the https://github.com/{repo}/releases[Releases] page.
// x-release-please-end
. Extract the downloaded archive.
. Copy the `BepInEx` and `Techtonica_Data` folders to the `Techtonica` folder in `steamapps/common` directory.
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "TechtonicaVR",
"version_number": "0.5.0",
"version_number": "0.6.0",
"website_url": "https://github.com/Xenira/TechtonicaVR",
"description": "VR Mod for Techtonica",
"dependencies": [
Expand Down
2 changes: 1 addition & 1 deletion plugin/TechtonicaVr.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>netstandard2.1</TargetFramework>
<AssemblyName>techtonica_vr</AssemblyName>
<Product>Techtonica VR</Product>
<Version>0.5.0</Version> <!-- x-release-please-version -->
<Version>0.6.0</Version> <!-- x-release-please-version -->
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<LangVersion>latest</LangVersion>
<RestoreAdditionalProjectSources>
Expand Down

0 comments on commit cb5cbe1

Please sign in to comment.