Skip to content

Commit

Permalink
Bump version to 0.12.0 (#771)
Browse files Browse the repository at this point in the history
Signed-off-by: Sergio Castaño Arteaga <[email protected]>
  • Loading branch information
tegioz authored Dec 11, 2024
1 parent 5131cf4 commit bd02fa7
Show file tree
Hide file tree
Showing 7 changed files with 39 additions and 10 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,35 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.12.0] - 2024-12-11

### Added

- Some more fields to item extra (#759)
- Forums link to landscape footer (#760)
- Display magnifying glass for all items sizes (#747)
- Alias to finances page (#743)

### Changed

- Minor improvement processing items second path (#744)
- Improve how title ellipsis is displayed on grid view (#735)
- Hide filters options that produce no results (#729)
- Update settings file reference documentation (#727)
- Bump Alpine to 3.21.0 (#768)
- Bump Rust to 1.83 (#768)
- Upgrade CLI tool dependencies (#768)
- Upgrade web application and embed dependencies (#770)

### Fixed

- Issue sorting overriden categories on grid (#725)
- Issue when defined groups are empty (#728)
- Regression displaying search results on Safari (#733)
- Add missing base-path to embed url when required (#742)
- Issue loading overlay without guide or games (#746)
- Typo in filters and org type labels (#763, #761)

## [0.11.0] - 2024-10-14

### Added
Expand Down
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ members = [
]

[workspace.package]
version = "0.11.0"
version = "0.12.0"
license = "Apache-2.0"
edition = "2021"
rust-version = "1.83"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,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.11.0/landscape2-installer.sh | sh
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/cncf/landscape2/releases/download/v0.12.0/landscape2-installer.sh | sh
```

#### Install via powershell script

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

### Container image
Expand Down
2 changes: 1 addition & 1 deletion ui/embed-item/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "embed-item",
"private": true,
"version": "0.11.0",
"version": "0.12.0",
"type": "module",
"scripts": {
"build": "tsc && vite build",
Expand Down
2 changes: 1 addition & 1 deletion ui/embed/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "embed",
"private": true,
"version": "0.11.0",
"version": "0.12.0",
"type": "module",
"scripts": {
"build": "tsc && vite build",
Expand Down
2 changes: 1 addition & 1 deletion ui/webapp/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "landscape",
"private": true,
"version": "0.11.0",
"version": "0.12.0",
"type": "module",
"scripts": {
"build": "tsc && vite build",
Expand Down

0 comments on commit bd02fa7

Please sign in to comment.