Skip to content

Commit bd02fa7

Browse files
authored
Bump version to 0.12.0 (#771)
Signed-off-by: Sergio Castaño Arteaga <[email protected]>
1 parent 5131cf4 commit bd02fa7

File tree

7 files changed

+39
-10
lines changed

7 files changed

+39
-10
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.12.0] - 2024-12-11
11+
12+
### Added
13+
14+
- Some more fields to item extra (#759)
15+
- Forums link to landscape footer (#760)
16+
- Display magnifying glass for all items sizes (#747)
17+
- Alias to finances page (#743)
18+
19+
### Changed
20+
21+
- Minor improvement processing items second path (#744)
22+
- Improve how title ellipsis is displayed on grid view (#735)
23+
- Hide filters options that produce no results (#729)
24+
- Update settings file reference documentation (#727)
25+
- Bump Alpine to 3.21.0 (#768)
26+
- Bump Rust to 1.83 (#768)
27+
- Upgrade CLI tool dependencies (#768)
28+
- Upgrade web application and embed dependencies (#770)
29+
30+
### Fixed
31+
32+
- Issue sorting overriden categories on grid (#725)
33+
- Issue when defined groups are empty (#728)
34+
- Regression displaying search results on Safari (#733)
35+
- Add missing base-path to embed url when required (#742)
36+
- Issue loading overlay without guide or games (#746)
37+
- Typo in filters and org type labels (#763, #761)
38+
1039
## [0.11.0] - 2024-10-14
1140

1241
### Added

Cargo.lock

+4-4
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
@@ -8,7 +8,7 @@ members = [
88
]
99

1010
[workspace.package]
11-
version = "0.11.0"
11+
version = "0.12.0"
1212
license = "Apache-2.0"
1313
edition = "2021"
1414
rust-version = "1.83"

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,13 @@ brew install cncf/landscape2/landscape2
6060
#### Install via shell script
6161

6262
```text
63-
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/cncf/landscape2/releases/download/v0.11.0/landscape2-installer.sh | sh
63+
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/cncf/landscape2/releases/download/v0.12.0/landscape2-installer.sh | sh
6464
```
6565

6666
#### Install via powershell script
6767

6868
```text
69-
irm https://github.com/cncf/landscape2/releases/download/v0.11.0/landscape2-installer.ps1 | iex
69+
irm https://github.com/cncf/landscape2/releases/download/v0.12.0/landscape2-installer.ps1 | iex
7070
```
7171

7272
### Container image

ui/embed-item/package.json

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

ui/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.11.0",
4+
"version": "0.12.0",
55
"type": "module",
66
"scripts": {
77
"build": "tsc && vite build",

ui/webapp/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.11.0",
4+
"version": "0.12.0",
55
"type": "module",
66
"scripts": {
77
"build": "tsc && vite build",

0 commit comments

Comments
 (0)