Skip to content

Commit

Permalink
Bump version to 0.13.0 (#789)
Browse files Browse the repository at this point in the history
Signed-off-by: Sergio Castaño Arteaga <[email protected]>
tegioz authored Jan 24, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 30dd57d commit 9c104cd
Showing 7 changed files with 25 additions and 10 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.13.0] - 2025-01-24

### Added

- JSON schema for data and config files (#785)
- Allow classifying by maturity and TAG on embed (#781)
- Allow associating projects with multiple TAGs (#780)
- Search keyboard shortcut (#779)

### Fixed

- Issue with additional categories on embed view (#787)
- Empty subcategory on embed view (#782)
- Additional categories ignored in zoom item modal and guide (#773)

## [0.12.0] - 2024-12-11

### Added
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
@@ -8,7 +8,7 @@ members = [
]

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

#### Install via powershell script

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

### Container image
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.12.0",
"version": "0.13.0",
"type": "module",
"scripts": {
"build": "tsc && vite build",
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.12.0",
"version": "0.13.0",
"type": "module",
"scripts": {
"build": "tsc && vite build",
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.12.0",
"version": "0.13.0",
"type": "module",
"scripts": {
"build": "tsc && vite build",

0 comments on commit 9c104cd

Please sign in to comment.