Skip to content

Commit

Permalink
gui v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 10, 2024
1 parent 32f04b3 commit 7f66852
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG-gui.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,14 @@ The format is based on [Keep a Changelog].
### Removed

### Fixed
- Unity version used in template is not updated `#933`
- We upgraded Unity to 2022.3.22f1

### Security

## [0.1.2] - 2024-05-10
### Fixed
- Unity version used in template is not updated [`#933`](https://github.com/vrc-get/vrc-get/pull/933)
- We upgraded Unity to 2022.3.22f1

## [0.1.1] - 2024-05-10
### Added
- `/opt/unityhub/unityhub` to the unity hub search path [`#812`](https://github.com/vrc-get/vrc-get/pull/812)
Expand Down Expand Up @@ -255,7 +258,8 @@ The format is based on [Keep a Changelog].
- Apple code signing [`#422`](https://github.com/anatawa12/vrc-get/pull/422)
- Migrate vpm 2019 project to 2022 [`#435`](https://github.com/anatawa12/vrc-get/pull/435)

[Unreleased]: https://github.com/vrc-get/vrc-get/compare/gui-v0.1.1...HEAD
[Unreleased]: https://github.com/vrc-get/vrc-get/compare/gui-v0.1.2...HEAD
[0.1.2]: https://github.com/vrc-get/vrc-get/compare/gui-v0.1.1...gui-v0.1.2
[0.1.1]: https://github.com/vrc-get/vrc-get/compare/gui-v0.1.0...gui-v0.1.1
[0.1.0]: https://github.com/vrc-get/vrc-get/compare/gui-v0.1.0-rc.0...gui-v0.1.0
[0.1.0-rc.0]: https://github.com/vrc-get/vrc-get/compare/gui-v0.1.0-beta.21...gui-v0.1.0-rc.0
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vrc-get-gui/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "vrc-get-gui"
version = "0.1.2-beta.0"
version = "0.1.2"
description = "A Tauri App"

homepage.workspace = true
Expand Down

0 comments on commit 7f66852

Please sign in to comment.