Skip to content

Commit 29784c5

Browse files
authored
chore: release v0.1.7
1 parent 12ee33b commit 29784c5

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,20 @@
11
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
## [0.1.7](https://github.com/matrix-org/rust-opa-wasm/compare/v0.1.6...v0.1.7) - 2025-07-30
11+
12+
### Other
13+
14+
- *(deps)* update wasmtime requirement from >=22, <35 to >=22, <36
15+
- fix clippy warnings
16+
- bump rust/clippy to 1.88.0
17+
# Changelog
218
All notable changes to this project will be documented in this file.
319

420
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "opa-wasm"
3-
version = "0.1.6"
3+
version = "0.1.7"
44
description = "A crate to use OPA policies compiled to WASM."
55
repository = "https://github.com/matrix-org/rust-opa-wasm"
66
rust-version = "1.76"

0 commit comments

Comments
 (0)