Skip to content

Commit

Permalink
Bump version to 0.11.0 (#723)
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 Oct 14, 2024
1 parent b8ffd92 commit c658b3b
Show file tree
Hide file tree
Showing 7 changed files with 37 additions and 10 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,33 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.11.0] - 2024-10-14

### Added

- Improved accessibility support (#685)
- Annotations field to item extra section (#721)
- Return items annual review details from API (#722)

### Fixed

- Order by sandbox date on projects page (#677)
- Issue closing embed item modal (#682)
- Issue displaying parent project in details modal (#689)
- Regression in grid mode on mobile devices (#687)
- Regression displaying end user label in details view (#690)
- Typo in sample data file (#703)
- Do not cache quiz questions during tests (#719)

### Changed

- Adjust items sizes on embed for mobile devices (#683)
- Do not rely on members category to display end user label (#692)
- Bump Alpine to 3.20.3 (#707)
- Bump Rust to 1.81 (#706)
- Upgrade CLI tool dependencies
- Upgrade web application and embed dependencies

## [0.10.0] - 2024-07-24

### 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.10.0"
version = "0.11.0"
license = "Apache-2.0"
edition = "2021"
rust-version = "1.81"
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.10.0/landscape2-installer.sh | sh
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/cncf/landscape2/releases/download/v0.11.0/landscape2-installer.sh | sh
```

#### Install via powershell script

```text
irm https://github.com/cncf/landscape2/releases/download/v0.10.0/landscape2-installer.ps1 | iex
irm https://github.com/cncf/landscape2/releases/download/v0.11.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.10.0",
"version": "0.11.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.10.0",
"version": "0.11.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.10.0",
"version": "0.11.0",
"type": "module",
"scripts": {
"build": "tsc && vite build",
Expand Down

0 comments on commit c658b3b

Please sign in to comment.