Skip to content

Commit

Permalink
Bump version to 0.10.0 (#675)
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 Jul 24, 2024
1 parent 4625e3d commit 2779f5e
Show file tree
Hide file tree
Showing 7 changed files with 36 additions and 10 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,32 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.10.0] - 2024-07-24

### Added

- Item details modal to embed view (#664, #656)
- Quiz game (#641)
- Projects page (#666)
- Document landscape data file (#631)
- Allow setting end user flag automatically (#646)
- End user filter (#647)
- Documentation url link (#665, #669)

### Fixed

- Duplicate active filter when specification is selected (#633)
- Duplicated date on item details view (#634)
- Active filters list issue (#638)
- Issue preparing screenshots with no groups (#668)

### Changed

- Improve Twitter url validation (#637)
- Do not require logos to be in SVG format (#667)
- Upgrade CLI tool dependencies (#674)
- Upgrade web application and embed dependencies (#655)

## [0.9.0] - 2024-05-13

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

#### Install via powershell script

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

0 comments on commit 2779f5e

Please sign in to comment.