Skip to content

Commit

Permalink
Release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
operate-services-sdk-bot committed Aug 2, 2023
1 parent 1c38d6c commit f2b24e9
Show file tree
Hide file tree
Showing 146 changed files with 5,692 additions and 730 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,23 @@ All notable changes to UGS CLI will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [1.0.0] - 2023-08-01

### Added
- Added Deployment Definitions to the Deploy and Fetch commands.
- Added analytics related to command usage and options used.
- Deploy/Fetch return an array in a table-like format with -json flag enabled.
- Leaderboards now supports the `ugs deploy` and `ugs fetch` commands at the root
- Deploy sends file configurations into the service
- Fetch updates local files based on service configuration
- Leaderboards now supports `new-file`, to create an empty file for leaderboards

### Changed
- Removed Leaderboards support to `create` and `update` commands.

### Fixed
- A bug logging an additional error when deploying a file.

## [1.0.0-beta.6] - 2023-07-10

### Added
Expand Down
27 changes: 27 additions & 0 deletions Third Party Notices.md
Original file line number Diff line number Diff line change
Expand Up @@ -553,3 +553,30 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

<hr>

Component Name: Glob

License Type: MIT

Copyright (c) 2013-2023 [Kevin Thompson and Glob contributors](https://github.com/kthompson/glob/graphs/contributors)

https://github.com/kthompson/glob

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Loading

0 comments on commit f2b24e9

Please sign in to comment.