Skip to content

Commit cb9c77d

Browse files
authored
Bump version to 0.7.0 (#536)
Signed-off-by: Sergio Castaño Arteaga <[email protected]>
1 parent 941d847 commit cb9c77d

File tree

6 files changed

+10
-7
lines changed

6 files changed

+10
-7
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.7.0] - 2024-03-19
11+
1012
### Added
1113

1214
- 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
1618

1719
- Footer cookies icon position (#499)
1820
- Hide Osano window in screenshot url (#520)
21+
- Add plus sign to item id valid chars regexp (#534)
1922

2023
### Changed
2124

2225
- Extend embed configurator with some more options (#502)
23-
- Improve deploy subcommand
26+
- Some improvements in deploy subcommand (#533)
2427
- Upgrade CLI dependencies (#518)
2528
- Upgrade web application dependencies (#521)
2629

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "landscape2"
33
description = "Landscape2 CLI tool"
4-
version = "0.6.1"
4+
version = "0.7.0"
55
license = "Apache-2.0"
66
edition = "2021"
77
rust-version = "1.70"

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,13 @@ brew install cncf/landscape2/landscape2
5858
#### Install via shell script
5959

6060
```text
61-
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/cncf/landscape2/releases/download/v0.6.1/landscape2-installer.sh | sh
61+
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/cncf/landscape2/releases/download/v0.7.0/landscape2-installer.sh | sh
6262
```
6363

6464
#### Install via powershell script
6565

6666
```text
67-
irm https://github.com/cncf/landscape2/releases/download/v0.6.1/landscape2-installer.ps1 | iex
67+
irm https://github.com/cncf/landscape2/releases/download/v0.7.0/landscape2-installer.ps1 | iex
6868
```
6969

7070
### Container image

embed/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "embed",
33
"private": true,
4-
"version": "0.6.1",
4+
"version": "0.7.0",
55
"type": "module",
66
"scripts": {
77
"build": "tsc && vite build",

web/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "landscape",
33
"private": true,
4-
"version": "0.6.1",
4+
"version": "0.7.0",
55
"type": "module",
66
"scripts": {
77
"build": "tsc && vite build",

0 commit comments

Comments
 (0)