Skip to content

Commit ece3d4a

Browse files
authored
Merge pull request #188 from matrix-org/release-plz-2024-10-07T11-54-20Z
chore: release v0.1.1
2 parents e5b6cf2 + 529762a commit ece3d4a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.1.1](https://github.com/matrix-org/rust-opa-wasm/compare/v0.1.0...v0.1.1) - 2024-10-07
10+
11+
### Other
12+
13+
- *(ci)* bump clippy in CI to 1.81.0
14+
- *(deps)* update wasmtime requirement from >=22, <23 to >=22, <24
15+
916
## [0.1.0](https://github.com/matrix-org/rust-opa-wasm/releases/tag/v0.1.0) - 2024-07-01
1017

1118
### Added

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.0"
3+
version = "0.1.1"
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)