Skip to content

Commit dbe214c

Browse files
authored
Bump version to 1.0.0 (#812)
Signed-off-by: Sergio Castaño Arteaga <tegioz@icloud.com>
1 parent edd797e commit dbe214c

7 files changed

Lines changed: 29 additions & 10 deletions

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.0.0] - 2025-05-16
11+
12+
### Added
13+
14+
- Allow overriding repositories license (#807)
15+
- Bluesky url field (#797)
16+
17+
### Changed
18+
19+
- Some improvements for stats graphs on mobile devices (#810)
20+
- Improve how summary fields are displayed (#808)
21+
- Increase screenshot timeout to 10m (#796)
22+
- Upgrade CLI tool dependencies
23+
- Upgrade web application and embed dependencies
24+
25+
### Fixed
26+
27+
- Issue handling empty categories in embed modal (#791, #801)
28+
1029
## [0.13.0] - 2025-01-24
1130

1231
### Added

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ members = [
88
]
99

1010
[workspace.package]
11-
version = "0.13.0"
11+
version = "1.0.0"
1212
license = "Apache-2.0"
1313
edition = "2021"
1414
rust-version = "1.86"

README.md

Lines changed: 2 additions & 2 deletions
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.13.0/landscape2-installer.sh | sh
63+
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/cncf/landscape2/releases/download/v1.0.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.13.0/landscape2-installer.ps1 | iex
69+
irm https://github.com/cncf/landscape2/releases/download/v1.0.0/landscape2-installer.ps1 | iex
7070
```
7171

7272
### Container image

ui/embed-item/package.json

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

ui/embed/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "embed",
33
"private": true,
4-
"version": "0.13.0",
4+
"version": "1.0.0",
55
"type": "module",
66
"scripts": {
77
"build": "tsc && vite build",

ui/webapp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "landscape",
33
"private": true,
4-
"version": "0.13.0",
4+
"version": "1.0.0",
55
"type": "module",
66
"scripts": {
77
"build": "tsc && vite build",

0 commit comments

Comments
 (0)