Skip to content

Commit 010982e

Browse files
authored
Merge pull request #13 from typester/release-plz-2025-09-27T17-31-04Z
chore: release v0.2.0
2 parents 78df8a7 + d663780 commit 010982e

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.2.0](https://github.com/typester/riverql/compare/v0.1.4...v0.2.0) - 2025-09-27
11+
12+
### Added
13+
14+
- tagList option
15+
- output filtered events
16+
17+
### Fixed
18+
19+
- remove unused codes
20+
21+
### Other
22+
23+
- [**breaking**] make output name key value on APIs
24+
- [**breaking**] rename riverEvents to events
25+
1026
## [0.1.4](https://github.com/typester/riverql/compare/v0.1.3...v0.1.4) - 2025-09-26
1127

1228
### Fixed

Cargo.lock

Lines changed: 1 addition & 1 deletion
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
@@ -1,6 +1,6 @@
11
[package]
22
name = "riverql"
3-
version = "0.1.4"
3+
version = "0.2.0"
44
edition = "2024"
55
rust-version = "1.85"
66
description = "GraphQL bridge and CLI client for the River Wayland compositor"

0 commit comments

Comments
 (0)