diff --git a/CHANGELOG.md b/CHANGELOG.md index 8586e02f..4045d0a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.6.1] - 2024-02-07 + +### Fixed + +- Use settings footer text in screenshot (#492) + ## [0.6.0] - 2024-02-06 ### Added diff --git a/Cargo.toml b/Cargo.toml index 63297460..e410422d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "landscape2" description = "Landscape2 CLI tool" -version = "0.6.0" +version = "0.6.1" license = "Apache-2.0" edition = "2021" rust-version = "1.70" diff --git a/README.md b/README.md index 6031263b..801b915b 100644 --- a/README.md +++ b/README.md @@ -58,13 +58,13 @@ brew install cncf/landscape2/landscape2 #### Install via shell script ```text -curl --proto '=https' --tlsv1.2 -LsSf https://github.com/cncf/landscape2/releases/download/v0.6.0/landscape2-installer.sh | sh +curl --proto '=https' --tlsv1.2 -LsSf https://github.com/cncf/landscape2/releases/download/v0.6.1/landscape2-installer.sh | sh ``` #### Install via powershell script ```text -irm https://github.com/cncf/landscape2/releases/download/v0.6.0/landscape2-installer.ps1 | iex +irm https://github.com/cncf/landscape2/releases/download/v0.6.1/landscape2-installer.ps1 | iex ``` ### Container image diff --git a/embed/package.json b/embed/package.json index b88da9b2..b74b2dc4 100644 --- a/embed/package.json +++ b/embed/package.json @@ -1,7 +1,7 @@ { "name": "embed", "private": true, - "version": "0.6.0", + "version": "0.6.1", "type": "module", "scripts": { "build": "tsc && vite build", diff --git a/web/package.json b/web/package.json index 555c5912..216546fc 100644 --- a/web/package.json +++ b/web/package.json @@ -1,7 +1,7 @@ { "name": "landscape", "private": true, - "version": "0.6.0", + "version": "0.6.1", "type": "module", "scripts": { "build": "tsc && vite build",