Skip to content

Commit 0fbbd1b

Browse files
authored
Merge pull request #211 from matrix-org/release-plz-2025-02-24T16-54-25Z
chore: release v0.1.5
2 parents 664bacb + 54a599a commit 0fbbd1b

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.1.5](https://github.com/matrix-org/rust-opa-wasm/compare/v0.1.4...v0.1.5) - 2025-04-06
10+
11+
### Other
12+
13+
- *(deps)* update wasmtime requirement from >=22, <31 to >=22, <32
14+
- *(deps)* update duration-str requirement from >=0.11, <0.14 to >=0.11, <0.16
15+
- *(deps)* update json-patch requirement from >=0.2.3, <3.1.0 to >=0.2.3, <4.1.0
16+
917
## [0.1.4](https://github.com/matrix-org/rust-opa-wasm/compare/v0.1.3...v0.1.4) - 2025-02-21
1018

1119
### Other

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.4"
3+
version = "0.1.5"
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)