Skip to content

Commit cda7db6

Browse files
authored
Merge pull request #184 from matrix-org/release-plz-2024-07-01T09-59-19Z
chore: release v0.1.0
2 parents 22e4f6f + d0ceb07 commit cda7db6

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file.
3+
4+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6+
7+
## [Unreleased]
8+
9+
## [0.1.0](https://github.com/matrix-org/rust-opa-wasm/releases/tag/v0.1.0) - 2024-07-01
10+
11+
### Added
12+
- Initial release

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
[package]
22
name = "opa-wasm"
33
version = "0.1.0"
4+
description = "A crate to use OPA policies compiled to WASM."
5+
repository = "https://github.com/matrix-org/rust-opa-wasm"
46
rust-version = "1.76"
57
authors = ["Quentin Gliech <[email protected]>"]
68
edition = "2021"

0 commit comments

Comments
 (0)