diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9d957c7..305c150 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{ ".": "0.1.0" } +{".":"0.2.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index f58728c..72b7047 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,22 @@ # Changelog +## [0.2.0](https://github.com/oxidized-mc/crypto/compare/v0.1.0...v0.2.0) (2026-04-04) + + +### 🚀 Features + +* **ci:** add dev publish workflow ([bc62234](https://github.com/oxidized-mc/crypto/commit/bc6223421175fba6299879f7a425e867776cea86)) +* **crypto:** extract crypto from oxidized-protocol ([afe42b7](https://github.com/oxidized-mc/crypto/commit/afe42b7a8fc7d1cac59f0002b5a84fe80a29babf)) + + +### 🐛 Bug Fixes + +* **ci:** add permissions to release-please caller ([0dfb7a3](https://github.com/oxidized-mc/crypto/commit/0dfb7a339436a3638fbf8e7cfc4549f7ead26e75)) +* **ci:** ignore RUSTSEC-2023-0071 in security audit ([2fc63e9](https://github.com/oxidized-mc/crypto/commit/2fc63e9297253b3d8eb09890121edf4ae2d3af83)) + +## Changelog + All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/), and this project adheres to [Semantic Versioning](https://semver.org/). -