From cb9c77d42d53d9ca69cdbf97cd04750f76c041aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20Casta=C3=B1o=20Arteaga?= Date: Tue, 19 Mar 2024 15:40:40 +0100 Subject: [PATCH] Bump version to 0.7.0 (#536) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Sergio CastaƱo Arteaga --- CHANGELOG.md | 5 ++++- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 4 ++-- embed/package.json | 2 +- web/package.json | 2 +- 6 files changed, 10 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dee70c8c..31f779c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.7.0] - 2024-03-19 + ### Added - Provide ability to display Osano cookies consent form (#497) @@ -16,11 +18,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Footer cookies icon position (#499) - Hide Osano window in screenshot url (#520) +- Add plus sign to item id valid chars regexp (#534) ### Changed - Extend embed configurator with some more options (#502) -- Improve deploy subcommand +- Some improvements in deploy subcommand (#533) - Upgrade CLI dependencies (#518) - Upgrade web application dependencies (#521) diff --git a/Cargo.lock b/Cargo.lock index 331eed45..40c32f9a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1786,7 +1786,7 @@ dependencies = [ [[package]] name = "landscape2" -version = "0.6.1" +version = "0.7.0" dependencies = [ "anyhow", "askama", diff --git a/Cargo.toml b/Cargo.toml index 91d5c0b6..2a3834ef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "landscape2" description = "Landscape2 CLI tool" -version = "0.6.1" +version = "0.7.0" license = "Apache-2.0" edition = "2021" rust-version = "1.70" diff --git a/README.md b/README.md index 68235139..83c46d08 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.1/landscape2-installer.sh | sh +curl --proto '=https' --tlsv1.2 -LsSf https://github.com/cncf/landscape2/releases/download/v0.7.0/landscape2-installer.sh | sh ``` #### Install via powershell script ```text -irm https://github.com/cncf/landscape2/releases/download/v0.6.1/landscape2-installer.ps1 | iex +irm https://github.com/cncf/landscape2/releases/download/v0.7.0/landscape2-installer.ps1 | iex ``` ### Container image diff --git a/embed/package.json b/embed/package.json index 3865a0bb..3e34c5ef 100644 --- a/embed/package.json +++ b/embed/package.json @@ -1,7 +1,7 @@ { "name": "embed", "private": true, - "version": "0.6.1", + "version": "0.7.0", "type": "module", "scripts": { "build": "tsc && vite build", diff --git a/web/package.json b/web/package.json index 9d549580..93f25fd9 100644 --- a/web/package.json +++ b/web/package.json @@ -1,7 +1,7 @@ { "name": "landscape", "private": true, - "version": "0.6.1", + "version": "0.7.0", "type": "module", "scripts": { "build": "tsc && vite build",