Skip to content

Commit

Permalink
🚀 Release v0.0.53
Browse files Browse the repository at this point in the history
  • Loading branch information
Lambourl committed Sep 13, 2023
1 parent fe7160a commit b10fea2
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,19 @@
# tipi.build cli : CHANGELOG

## v0.0.53 - Prolific Pronghorn 🐐

### Bug Fixes

- fixed handling of submodule that have partial name collisions

tipi-src:61fbf431fc07604a86faa362a6a56aa4934ebcc6

##### Archives Checksums

tipi-v0.0.53-windows-win64.zip:9902A0DCA49AB1F2479A7D9E65C6C7E4148DF356
tipi-v0.0.53-linux-x86_64.zip:BC9585C24511395FCA9F8EAE44C54B312B6C62D1
tipi-v0.0.53-macOS.zip:A69A35E7B06FBCFC4020BA659860DE8DF065DF2C

## v0.0.52 - Obliging Ocelot 🐆

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion install/install_for_macos_linux.sh
Expand Up @@ -32,7 +32,7 @@ should_install_unzip() {
# impl.
###

VERSION="${TIPI_INSTALL_VERSION:-v0.0.52}"
VERSION="${TIPI_INSTALL_VERSION:-v0.0.53}"
INSTALL_FOLDER=/usr/local

if [[ -z "${TIPI_INSTALL_SOURCE}" ]]; then
Expand Down
2 changes: 1 addition & 1 deletion install/install_for_windows.ps1
Expand Up @@ -58,7 +58,7 @@ if([bool]::TryParse($env:TIPI_INSTALL_SYSTEM, [ref]$system_install)) {
}

if ([string]::IsNullOrEmpty($version_to_use)) {
$version_to_use="v0.0.52"
$version_to_use="v0.0.53"
}

if ([string]::IsNullOrEmpty($INSTALL_FOLDER)) {
Expand Down

0 comments on commit b10fea2

Please sign in to comment.