Skip to content

Commit

Permalink
v1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 13, 2024
1 parent 81ac2cc commit 410e310
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 14 deletions.
24 changes: 15 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,28 @@ The format is based on [Keep a Changelog].
### Added

### Changed
- Relax validation for `package.json` for local user packages `#750`
- Improved handling for unlocked packages `#790`
- Legacy Assets are remove even if the specified GUID does not match with the actual GUID `#901`
- This follows VCC 2.3.0 beta 3 behavior.
- Updated the recommended Unity 2022 version to 2022.3.22f1 `#928`
- Support repositories with bad packages `#954`
- Use url in settings.json to load remote repository `#955`

### Deprecated

### Removed

### Fixed
- Installing package while Unity can be failed `#696`

### Security

## [1.8.1] - 2024-05-13
### Changed
- Relax validation for `package.json` for local user packages [`#750`](https://github.com/vrc-get/vrc-get/pull/750)
- Improved handling for unlocked packages [`#790`](https://github.com/vrc-get/vrc-get/pull/790)
- Legacy Assets are remove even if the specified GUID does not match with the actual GUID [`#901`](https://github.com/vrc-get/vrc-get/pull/901)
- This follows VCC 2.3.0 beta 3 behavior.
- Updated the recommended Unity 2022 version to 2022.3.22f1 [`#928`](https://github.com/vrc-get/vrc-get/pull/928)
- Support repositories with bad packages [`#954`](https://github.com/vrc-get/vrc-get/pull/954)
- Use url in settings.json to load remote repository [`#955`](https://github.com/vrc-get/vrc-get/pull/955)

### Fixed
- Installing package while Unity can be failed [`#696`](https://github.com/vrc-get/vrc-get/pull/696)

## [1.8.0] - 2024-03-31
### Added
- Command to migrate a legacy VRCSDK3 project to VPM VRCSDK [`#580`](https://github.com/vrc-get/vrc-get/pull/580)
Expand Down Expand Up @@ -430,7 +435,8 @@ The format is based on [Keep a Changelog].
## [0.1.0] - 2023-01-25
Initial Release

[Unreleased]: https://github.com/vrc-get/vrc-get/compare/v1.8.0...HEAD
[Unreleased]: https://github.com/vrc-get/vrc-get/compare/v1.8.1...HEAD
[1.8.1]: https://github.com/vrc-get/vrc-get/compare/v1.8.0...v1.8.1
[1.8.0]: https://github.com/vrc-get/vrc-get/compare/v1.7.1...v1.8.0
[1.7.1]: https://github.com/anatawa12/vrc-get/compare/v1.7.0...v1.7.1
[1.7.0]: https://github.com/anatawa12/vrc-get/compare/v1.6.1...v1.7.0
Expand Down
4 changes: 2 additions & 2 deletions 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-vpm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "vrc-get-vpm"

# discreate versioning since this library will not have stable versions
version = "0.0.12-beta.0"
version = "0.0.12"

edition.workspace = true
license.workspace = true
Expand Down
4 changes: 2 additions & 2 deletions vrc-get/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "vrc-get"
version = "1.8.1-beta.0"
version = "1.8.1"
edition.workspace = true
license.workspace = true
authors.workspace = true
Expand Down Expand Up @@ -29,7 +29,7 @@ serde_json = { version = "1.0.116", features = ["preserve_order"] }
tokio = { version = "1.37.0", features = ["rt-multi-thread", "macros", "fs"] }

[dependencies.vrc-get-vpm]
version = "0.0.12-beta.0"
version = "0.0.12"
path = "../vrc-get-vpm"
features = ["tokio"]
default-features = false
Expand Down

0 comments on commit 410e310

Please sign in to comment.