github.com/actions-on-google/gactions@v3.2.0+incompatible/CHANGELOG.md (about)

     1  # Changelog
     2  
     3  All notable changes to this project will be documented in this file.
     4  
     5  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
     6  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
     7  
     8  ## Unreleased
     9  
    10  ## [3.2.0] - 2021-02-22
    11  ### Added
    12  * Add a configuration script to check for Bazel and update PATH
    13  * Add equivalent script for Windows execute/test
    14  
    15  ### Changed
    16  * Change how the root path is discovered.
    17  * Reorganize the warning and info messages displayed for projectIDs
    18  * Convert "Production" to "Prod" in release-channels list
    19  * Update versions command description
    20  * Update descriptions of commands
    21  * Update build instructions
    22  * Rename `BUILD` files to `BUILD.bazel`
    23  * Add application usage to README
    24  * Refactor main packages to `cmd/gactions` directory
    25  * Refactor cmd packages to `cmd/gactions/cli` directory
    26  
    27  ### Fixed
    28  * Escape version-id to prevent URLs being sent in it
    29  * Fix test when token file already exists on system
    30  * Fix Mac and Windows presubmit tasks
    31  
    32  ## [3.1.0] - 2020-10-16
    33  ### Added
    34  * Add CLI command to list release-channels
    35  * Add CLI support for DeviceFulfillment and EntitySet ConfigFiles
    36  * Add CLI command to list release-channels
    37  
    38  ### Changed
    39  * Switch v2alpha to v2 endpoint
    40  * Create presubmit script to build and run tests
    41  
    42  ### Removed
    43  * Remove examples from repo
    44  
    45  ### Fixed
    46  * Add golang_x_sys to workspace
    47  * Add Mousetrap dep to allow Windows build target
    48  
    49  ## [3.0.0] - 2020-06-17
    50  ### Added
    51  * Initial commit