Skip to content

Commit ba07035

Browse files
committed
Bump version to 1.1.0
Signed-off-by: Sergio Castaño Arteaga <[email protected]>
1 parent bd907c2 commit ba07035

File tree

7 files changed

+36
-10
lines changed

7 files changed

+36
-10
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,32 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.1.0] - 2025-10-17
11+
12+
### Added
13+
14+
- Group alias (#881)
15+
- Option to set landscape description (#879)
16+
- Option to select multiple categories and subcategories on embed (#876, #880)
17+
- Display message of the day in header (#873)
18+
- Flag to hide organization section in projects (#871)
19+
- First commit date to projects summary table (#852)
20+
21+
### Changed
22+
23+
- Settings logos can now use local paths (#846)
24+
- Extend API item type with some more fields (#837)
25+
- Upgrade CLI tool dependencies
26+
- Upgrade web application and embed dependencies
27+
28+
### Fixed
29+
30+
- Issue with category filter (#875)
31+
- Issue with multiple tags (#874)
32+
- Issue normalizing names with non-ascii chars (#838)
33+
- Issue with hardware acceleration on Windows (#823)
34+
- Some minor UI issues (#825)
35+
1036
## [1.0.0] - 2025-05-16
1137

1238
### Added

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ members = [
88
]
99

1010
[workspace.package]
11-
version = "1.0.0"
11+
version = "1.1.0"
1212
license = "Apache-2.0"
1313
edition = "2024"
1414
rust-version = "1.90.0"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,13 @@ brew install cncf/landscape2/landscape2
5757
#### Install via shell script
5858

5959
```text
60-
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/cncf/landscape2/releases/download/v1.0.0/landscape2-installer.sh | sh
60+
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/cncf/landscape2/releases/download/v1.1.0/landscape2-installer.sh | sh
6161
```
6262

6363
#### Install via powershell script
6464

6565
```text
66-
irm https://github.com/cncf/landscape2/releases/download/v1.0.0/landscape2-installer.ps1 | iex
66+
irm https://github.com/cncf/landscape2/releases/download/v1.1.0/landscape2-installer.ps1 | iex
6767
```
6868

6969
### Container image

ui/embed-item/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "embed-item",
33
"private": true,
4-
"version": "1.0.0",
4+
"version": "1.1.0",
55
"type": "module",
66
"scripts": {
77
"build": "tsc && vite build",

ui/embed/package.json

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

ui/webapp/package.json

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

0 commit comments

Comments
 (0)